COLOR #559561

HEX: #559561
RGB: (85,149,97)

Color info

#559561 contains mainly green and blue colors. Web safe color of #559561 is #669966 (or #696).

RGB color model

#559561 color RGB value is (85,149,97).

  • red value is 85;
  • green value is 149;
  • blue value is 97.
RGB:
(85,149,97)
(33%,58%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 149 of 255 = 58%
B 97 of 255 = 38%

85
149
97

R + G + B ~ 43%. #559561 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 149 + 97 = 331 (100%)
R 85 of 331 ~ 25.68%
G 149 of 331 ~ 45.02%
B 97 of 331 ~ 29.31%

%25.68
%45.02
%29.31

CMYK color model

#559561 color CMYK value is (43,0,35,42).

  • cyan value is 42.95%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(43,0,35,42)
C43M0Y35K42 
(43%,0%,35%,42%)
(0.43/0.00/0.35/0.42)	

CMYK percentages

%42.95
%0
%34.9
%41.57

Codes

Color #559561 in popluar color models

559561
RGB8514997
HSL131°27.35%45.88%
HSB/HSV131°42.95%58.43%
CMYK42.95%0.00%34.90%
41.57%

Color #559561 in popluar number systems.

HEX559561
Decimal8514997
Binary1010101100101011100001
Octal125225141

Shades and tints

Shades of #559561

#559561
(85,149,97)
#4E8859
(78,136,89)
#477B51
(71,123,81)
#406E49
(64,110,73)
#396141
(57,97,65)
#325439
(50,84,57)
#2B4731
(43,71,49)
#243A29
(36,58,41)
#1D2D21
(29,45,33)
#162019
(22,32,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #559561

#559561
(85,149,97)
#649E6F
(100,158,111)
#73A77D
(115,167,125)
#82B08B
(130,176,139)
#91B999
(145,185,153)
#A0C2A7
(160,194,167)
#AFCBB5
(175,203,181)
#BED4C3
(190,212,195)
#CDDDD1
(205,221,209)
#DCE6DF
(220,230,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559561 color. Also use rgb(85,149,97) instead hex code.

Text Font Color

.myTextColor { color: #559561; }

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

This text font color is #559561.


Background Color

.myBgColor { background-color: #559561; }

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

This div background color is #559561.


Border color

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

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

This div border color is #559561.


Opacity

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

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

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

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

This text has shadow with #559561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559561 on black background.


Color preview on white background

This text has color #559561 on white background.



Black color preview on #559561 background

This text has black color on #559561 background.


White color preview on #559561 background

This text has white color on #559561 background.