COLOR #559A3C

HEX: #559A3C
RGB: (85,154,60)

Color info

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

RGB color model

#559A3C color RGB value is (85,154,60).

  • red value is 85;
  • green value is 154;
  • blue value is 60.
RGB:
(85,154,60)
(33%,60%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 60 of 255 = 24%

85
154
60

R + G + B ~ 39%. #559A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 154 + 60 = 299 (100%)
R 85 of 299 ~ 28.43%
G 154 of 299 ~ 51.51%
B 60 of 299 ~ 20.07%

%28.43
%51.51
%20.07

CMYK color model

#559A3C color CMYK value is (45,0,61,40).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 61.04%
  • key color value is 39.61%
CMYK:
(45,0,61,40)
C45M0Y61K40 
(45%,0%,61%,40%)
(0.45/0.00/0.61/0.40)	

CMYK percentages

%44.81
%0
%61.04
%39.61

Codes

Color #559A3C in popluar color models

559A3C
RGB8515460
HSL104°43.93%41.96%
HSB/HSV104°61.04%60.39%
CMYK44.81%0.00%61.04%
39.61%

Color #559A3C in popluar number systems.

HEX559A3C
Decimal8515460
Binary101010110011010111100
Octal12523274

Shades and tints

Shades of #559A3C

#559A3C
(85,154,60)
#4E8C37
(78,140,55)
#477E32
(71,126,50)
#40702D
(64,112,45)
#396228
(57,98,40)
#325423
(50,84,35)
#2B461E
(43,70,30)
#243819
(36,56,25)
#1D2A14
(29,42,20)
#161C0F
(22,28,15)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #559A3C

#559A3C
(85,154,60)
#64A34D
(100,163,77)
#73AC5E
(115,172,94)
#82B56F
(130,181,111)
#91BE80
(145,190,128)
#A0C791
(160,199,145)
#AFD0A2
(175,208,162)
#BED9B3
(190,217,179)
#CDE2C4
(205,226,196)
#DCEBD5
(220,235,213)
#EBF4E6
(235,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559A3C color. Also use rgb(85,154,60) instead hex code.

Text Font Color

.myTextColor { color: #559A3C; }

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

This text font color is #559A3C.


Background Color

.myBgColor { background-color: #559A3C; }

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

This div background color is #559A3C.


Border color

.myBorderColor { border: 1px solid #559A3C; }

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

This div border color is #559A3C.


Opacity

.myOpacity80 { color: #559A3C; opacity: 0.8; }

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

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

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

This text has shadow with #559A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559A3C on black background.


Color preview on white background

This text has color #559A3C on white background.



Black color preview on #559A3C background

This text has black color on #559A3C background.


White color preview on #559A3C background

This text has white color on #559A3C background.