COLOR #587742

HEX: #587742
RGB: (88,119,66)

Color info

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

RGB color model

#587742 color RGB value is (88,119,66).

  • red value is 88;
  • green value is 119;
  • blue value is 66.
RGB:
(88,119,66)
(35%,47%,26%)

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 66 of 255 = 26%

88
119
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 66 = 273 (100%)
R 88 of 273 ~ 32.23%
G 119 of 273 ~ 43.59%
B 66 of 273 ~ 24.18%

%32.23
%43.59
%24.18

CMYK color model

#587742 color CMYK value is (26,0,45,53).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 53.33%
CMYK:
(26,0,45,53)
C26M0Y45K53 
(26%,0%,45%,53%)
(0.26/0.00/0.45/0.53)	

CMYK percentages

%26.05
%0
%44.54
%53.33

Codes

Color #587742 in popluar color models

587742
RGB8811966
HSL95°28.65%36.27%
HSB/HSV95°44.54%46.67%
CMYK26.05%0.00%44.54%
53.33%

Color #587742 in popluar number systems.

HEX587742
Decimal8811966
Binary101100011101111000010
Octal130167102

Shades and tints

Shades of #587742

#587742
(88,119,66)
#506D3C
(80,109,60)
#486336
(72,99,54)
#405930
(64,89,48)
#384F2A
(56,79,42)
#304524
(48,69,36)
#283B1E
(40,59,30)
#203118
(32,49,24)
#182712
(24,39,18)
#101D0C
(16,29,12)
#081306
(8,19,6)
#000000
(0,0,0)

Tints of #587742

#587742
(88,119,66)
#678353
(103,131,83)
#768F64
(118,143,100)
#859B75
(133,155,117)
#94A786
(148,167,134)
#A3B397
(163,179,151)
#B2BFA8
(178,191,168)
#C1CBB9
(193,203,185)
#D0D7CA
(208,215,202)
#DFE3DB
(223,227,219)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587742 color. Also use rgb(88,119,66) instead hex code.

Text Font Color

.myTextColor { color: #587742; }

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

This text font color is #587742.


Background Color

.myBgColor { background-color: #587742; }

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

This div background color is #587742.


Border color

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

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

This div border color is #587742.


Opacity

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

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

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

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

This text has shadow with #587742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587742 on black background.


Color preview on white background

This text has color #587742 on white background.



Black color preview on #587742 background

This text has black color on #587742 background.


White color preview on #587742 background

This text has white color on #587742 background.