COLOR #588131

HEX: #588131
RGB: (88,129,49)

Renk bilgisi

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

RGB renk modeli

#588131 color RGB value is (88,129,49).

  • kırmız ton 88;
  • yeşil ton 129;
  • mavi ton 49.
RGB:
(88,129,49)
(35%,51%,19%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 129 of 255 = 51%
B 49 of 255 = 19%

88
129
49

R + G + B ~ 35%. #588131 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 129 + 49 = 266 (100%)
R 88 of 266 ~ 33.08%
G 129 of 266 ~ 48.5%
B 49 of 266 ~ 18.42%

%33.08
%48.5
%18.42

CMYK RENK MODELİ

#588131 rengi CMYK tonu (32,0,62,49).

  • camgöbeği tonu 31.78%
  • eflatun tonu 0.00%
  • sarı tonu 62.02%
  • ana renk tonu 49.41%
CMYK:
(32,0,62,49)
C32M0Y62K49 
(32%,0%,62%,49%)
(0.32/0.00/0.62/0.49)	

CMYK yüzdeleri

%31.78
%0
%62.02
%49.41

Codes

Color #588131 in popluar color models

588131
RGB8812949
HSL91°44.94%34.90%
HSB/HSV91°62.02%50.59%
CMYK31.78%0.00%62.02%
49.41%

Color #588131 in popluar number systems.

HEX588131
Decimal8812949
Binary101100010000001110001
Octal13020161

Shades and tints

Shades of #588131

#588131
(88,129,49)
#50762D
(80,118,45)
#486B29
(72,107,41)
#406025
(64,96,37)
#385521
(56,85,33)
#304A1D
(48,74,29)
#283F19
(40,63,25)
#203415
(32,52,21)
#182911
(24,41,17)
#101E0D
(16,30,13)
#081309
(8,19,9)
#000000
(0,0,0)

Tints of #588131

#588131
(88,129,49)
#678C43
(103,140,67)
#769755
(118,151,85)
#85A267
(133,162,103)
#94AD79
(148,173,121)
#A3B88B
(163,184,139)
#B2C39D
(178,195,157)
#C1CEAF
(193,206,175)
#D0D9C1
(208,217,193)
#DFE4D3
(223,228,211)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588131 color. Also use rgb(88,129,49) instead hex code.

Text Font Color

.myTextColor { color: #588131; }

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

This text font color is #588131.


Background Color

.myBgColor { background-color: #588131; }

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

This div background color is #588131.


Border color

.myBorderColor { border: 1px solid #588131; }

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

This div border color is #588131.


Opacity

.myOpacity80 { color: #588131; opacity: 0.8; }

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

Text with #588131 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 #588131;}

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

This text has shadow with #588131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588131 on black background.


Color preview on white background

This text has color #588131 on white background.



Black color preview on #588131 background

This text has black color on #588131 background.


White color preview on #588131 background

This text has white color on #588131 background.