COLOR #587248

HEX: #587248
RGB: (88,114,72)

Color info

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

RGB color model

#587248 color RGB value is (88,114,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 72 of 255 = 28%

88
114
72

R + G + B ~ 36%. #587248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 72 = 274 (100%)
R 88 of 274 ~ 32.12%
G 114 of 274 ~ 41.61%
B 72 of 274 ~ 26.28%

%32.12
%41.61
%26.28

CMYK color model

#587248 color CMYK value is (23,0,37,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 55.29%
CMYK:
(23,0,37,55)
C23M0Y37K55 
(23%,0%,37%,55%)
(0.23/0.00/0.37/0.55)	

CMYK percentages

%22.81
%0
%36.84
%55.29

Codes

Color #587248 in popluar color models

587248
RGB8811472
HSL97°22.58%36.47%
HSB/HSV97°36.84%44.71%
CMYK22.81%0.00%36.84%
55.29%

Color #587248 in popluar number systems.

HEX587248
Decimal8811472
Binary101100011100101001000
Octal130162110

Shades and tints

Shades of #587248

#587248
(88,114,72)
#506842
(80,104,66)
#485E3C
(72,94,60)
#405436
(64,84,54)
#384A30
(56,74,48)
#30402A
(48,64,42)
#283624
(40,54,36)
#202C1E
(32,44,30)
#182218
(24,34,24)
#101812
(16,24,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #587248

#587248
(88,114,72)
#677E58
(103,126,88)
#768A68
(118,138,104)
#859678
(133,150,120)
#94A288
(148,162,136)
#A3AE98
(163,174,152)
#B2BAA8
(178,186,168)
#C1C6B8
(193,198,184)
#D0D2C8
(208,210,200)
#DFDED8
(223,222,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587248; }

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

This text font color is #587248.


Background Color

.myBgColor { background-color: #587248; }

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

This div background color is #587248.


Border color

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

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

This div border color is #587248.


Opacity

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

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

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

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

This text has shadow with #587248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587248 on black background.


Color preview on white background

This text has color #587248 on white background.



Black color preview on #587248 background

This text has black color on #587248 background.


White color preview on #587248 background

This text has white color on #587248 background.