COLOR #588C1F

HEX: #588C1F
RGB: (88,140,31)

Renk bilgisi

#588C1F contains mainly red and green colors. #588C1F ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#588C1F color RGB value is (88,140,31).

  • kırmız ton 88;
  • yeşil ton 140;
  • mavi ton 31.
RGB:
(88,140,31)
(35%,55%,12%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 140 of 255 = 55%
B 31 of 255 = 12%

88
140
31

R + G + B ~ 34%. #588C1F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 140 + 31 = 259 (100%)
R 88 of 259 ~ 33.98%
G 140 of 259 ~ 54.05%
B 31 of 259 ~ 11.97%

%33.98
%54.05
%11.97

CMYK RENK MODELİ

#588C1F rengi CMYK tonu (37,0,78,45).

  • camgöbeği tonu 37.14%
  • eflatun tonu 0.00%
  • sarı tonu 77.86%
  • ana renk tonu 45.10%
CMYK:
(37,0,78,45)
C37M0Y78K45 
(37%,0%,78%,45%)
(0.37/0.00/0.78/0.45)	

CMYK yüzdeleri

%37.14
%0
%77.86
%45.1

Codes

Color #588C1F in popluar color models

588C1F
RGB8814031
HSL89°63.74%33.53%
HSB/HSV89°77.86%54.90%
CMYK37.14%0.00%77.86%
45.10%

Color #588C1F in popluar number systems.

HEX588C1F
Decimal8814031
Binary10110001000110011111
Octal13021437

Shades and tints

Shades of #588C1F

#588C1F
(88,140,31)
#50801D
(80,128,29)
#48741B
(72,116,27)
#406819
(64,104,25)
#385C17
(56,92,23)
#305015
(48,80,21)
#284413
(40,68,19)
#203811
(32,56,17)
#182C0F
(24,44,15)
#10200D
(16,32,13)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #588C1F

#588C1F
(88,140,31)
#679633
(103,150,51)
#76A047
(118,160,71)
#85AA5B
(133,170,91)
#94B46F
(148,180,111)
#A3BE83
(163,190,131)
#B2C897
(178,200,151)
#C1D2AB
(193,210,171)
#D0DCBF
(208,220,191)
#DFE6D3
(223,230,211)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588C1F color. Also use rgb(88,140,31) instead hex code.

Text Font Color

.myTextColor { color: #588C1F; }

<p style="color:#588C1F">This sample text font color is #588C1F.</p>

This text font color is #588C1F.


Background Color

.myBgColor { background-color: #588C1F; }

<div style="background-color:#588C1F">Inner text</div>

This div background color is #588C1F.


Border color

.myBorderColor { border: 1px solid #588C1F; }

<div style="border:3px solid #588C1F">Div</div>

This div border color is #588C1F.


Opacity

.myOpacity80 { color: #588C1F; opacity: 0.8; }

<p style="color:#588C1F;opacity:0.8;">80%</p>

Text with #588C1F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #588C1F;}

<p style="text-shadow: 3px 3px 1px #588C1F">Text here.</p>

This text has shadow with #588C1F color.

.textShadow {text-shadow: 3px 3px 1px #588C1F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #588C1F, 5px 5px 20px red">Text here.</p>

This text has shadow with #588C1F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588C1F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#588C1F, Direction=45, Strength=4)">Text</p>

This text has shadow with #588C1F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #588C1F;
  -webkit-box-shadow:	1px 1px 3px 2px #588C1F;
  box-shadow:		1px 1px 3px 2px #588C1F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588C1F;
-webkit-box-shadow: 1px 1px 3px 2px #588C1F;
box-shadow:1px 1px 3px 2px #588C1F;">
Div content here</div>
This div box has shadow with color #588C1F.

Preview

Color preview on black background

This text has color #588C1F on black background.


Color preview on white background

This text has color #588C1F on white background.



Black color preview on #588C1F background

This text has black color on #588C1F background.


White color preview on #588C1F background

This text has white color on #588C1F background.