COLOR #587948

HEX: #587948
RGB: (88,121,72)

Color info

#587948 contains red, green and blue colors in about the same proportion. Web safe color of #587948 is #666633 (or #663).

RGB color model

#587948 color RGB value is (88,121,72).

  • red value is 88;
  • green value is 121;
  • blue value is 72.
RGB:
(88,121,72)
(35%,47%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 72 of 255 = 28%

88
121
72

R + G + B ~ 37%. #587948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 121 + 72 = 281 (100%)
R 88 of 281 ~ 31.32%
G 121 of 281 ~ 43.06%
B 72 of 281 ~ 25.62%

%31.32
%43.06
%25.62

CMYK color model

#587948 color CMYK value is (27,0,40,53).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(27,0,40,53)
C27M0Y40K53 
(27%,0%,40%,53%)
(0.27/0.00/0.40/0.53)	

CMYK percentages

%27.27
%0
%40.5
%52.55

Codes

Color #587948 in popluar color models

587948
RGB8812172
HSL100°25.39%37.84%
HSB/HSV100°40.50%47.45%
CMYK27.27%0.00%40.50%
52.55%

Color #587948 in popluar number systems.

HEX587948
Decimal8812172
Binary101100011110011001000
Octal130171110

Shades and tints

Shades of #587948

#587948
(88,121,72)
#506E42
(80,110,66)
#48633C
(72,99,60)
#405836
(64,88,54)
#384D30
(56,77,48)
#30422A
(48,66,42)
#283724
(40,55,36)
#202C1E
(32,44,30)
#182118
(24,33,24)
#101612
(16,22,18)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #587948

#587948
(88,121,72)
#678558
(103,133,88)
#769168
(118,145,104)
#859D78
(133,157,120)
#94A988
(148,169,136)
#A3B598
(163,181,152)
#B2C1A8
(178,193,168)
#C1CDB8
(193,205,184)
#D0D9C8
(208,217,200)
#DFE5D8
(223,229,216)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587948 color. Also use rgb(88,121,72) instead hex code.

Text Font Color

.myTextColor { color: #587948; }

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

This text font color is #587948.


Background Color

.myBgColor { background-color: #587948; }

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

This div background color is #587948.


Border color

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

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

This div border color is #587948.


Opacity

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

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

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

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

This text has shadow with #587948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587948 on black background.


Color preview on white background

This text has color #587948 on white background.



Black color preview on #587948 background

This text has black color on #587948 background.


White color preview on #587948 background

This text has white color on #587948 background.