COLOR #559827

HEX: #559827
RGB: (85,152,39)

Color info

#559827 contains mainly green color. Web safe color of #559827 is #669933 (or #693).

RGB color model

#559827 color RGB value is (85,152,39).

  • red value is 85;
  • green value is 152;
  • blue value is 39.
RGB:
(85,152,39)
(33%,60%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 152 of 255 = 60%
B 39 of 255 = 15%

85
152
39

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

Portions of RGB colors in percentages

R + G + B =
85 + 152 + 39 = 276 (100%)
R 85 of 276 ~ 30.8%
G 152 of 276 ~ 55.07%
B 39 of 276 ~ 14.13%

%30.8
%55.07
%14.13

CMYK color model

#559827 color CMYK value is (44,0,74,40).

  • cyan value is 44.08%
  • magenta value is 0.00%
  • yellow value is 74.34%
  • key color value is 40.39%
CMYK:
(44,0,74,40)
C44M0Y74K40 
(44%,0%,74%,40%)
(0.44/0.00/0.74/0.40)	

CMYK percentages

%44.08
%0
%74.34
%40.39

Codes

Color #559827 in popluar color models

559827
RGB8515239
HSL96°59.16%37.45%
HSB/HSV96°74.34%59.61%
CMYK44.08%0.00%74.34%
40.39%

Color #559827 in popluar number systems.

HEX559827
Decimal8515239
Binary101010110011000100111
Octal12523047

Shades and tints

Shades of #559827

#559827
(85,152,39)
#4E8B24
(78,139,36)
#477E21
(71,126,33)
#40711E
(64,113,30)
#39641B
(57,100,27)
#325718
(50,87,24)
#2B4A15
(43,74,21)
#243D12
(36,61,18)
#1D300F
(29,48,15)
#16230C
(22,35,12)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #559827

#559827
(85,152,39)
#64A13A
(100,161,58)
#73AA4D
(115,170,77)
#82B360
(130,179,96)
#91BC73
(145,188,115)
#A0C586
(160,197,134)
#AFCE99
(175,206,153)
#BED7AC
(190,215,172)
#CDE0BF
(205,224,191)
#DCE9D2
(220,233,210)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559827 color. Also use rgb(85,152,39) instead hex code.

Text Font Color

.myTextColor { color: #559827; }

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

This text font color is #559827.


Background Color

.myBgColor { background-color: #559827; }

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

This div background color is #559827.


Border color

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

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

This div border color is #559827.


Opacity

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

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

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

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

This text has shadow with #559827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559827 on black background.


Color preview on white background

This text has color #559827 on white background.



Black color preview on #559827 background

This text has black color on #559827 background.


White color preview on #559827 background

This text has white color on #559827 background.