COLOR #587148

HEX: #587148
RGB: (88,113,72)

Color info

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

RGB color model

#587148 color RGB value is (88,113,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 113 of 255 = 44%
B 72 of 255 = 28%

88
113
72

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

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 72 = 273 (100%)
R 88 of 273 ~ 32.23%
G 113 of 273 ~ 41.39%
B 72 of 273 ~ 26.37%

%32.23
%41.39
%26.37

CMYK color model

#587148 color CMYK value is (22,0,36,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(22,0,36,56)
C22M0Y36K56 
(22%,0%,36%,56%)
(0.22/0.00/0.36/0.56)	

CMYK percentages

%22.12
%0
%36.28
%55.69

Codes

Color #587148 in popluar color models

587148
RGB8811372
HSL97°22.16%36.27%
HSB/HSV97°36.28%44.31%
CMYK22.12%0.00%36.28%
55.69%

Color #587148 in popluar number systems.

HEX587148
Decimal8811372
Binary101100011100011001000
Octal130161110

Shades and tints

Shades of #587148

#587148
(88,113,72)
#506742
(80,103,66)
#485D3C
(72,93,60)
#405336
(64,83,54)
#384930
(56,73,48)
#303F2A
(48,63,42)
#283524
(40,53,36)
#202B1E
(32,43,30)
#182118
(24,33,24)
#101712
(16,23,18)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #587148

#587148
(88,113,72)
#677D58
(103,125,88)
#768968
(118,137,104)
#859578
(133,149,120)
#94A188
(148,161,136)
#A3AD98
(163,173,152)
#B2B9A8
(178,185,168)
#C1C5B8
(193,197,184)
#D0D1C8
(208,209,200)
#DFDDD8
(223,221,216)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587148; }

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

This text font color is #587148.


Background Color

.myBgColor { background-color: #587148; }

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

This div background color is #587148.


Border color

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

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

This div border color is #587148.


Opacity

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

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

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

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

This text has shadow with #587148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587148 on black background.


Color preview on white background

This text has color #587148 on white background.



Black color preview on #587148 background

This text has black color on #587148 background.


White color preview on #587148 background

This text has white color on #587148 background.