COLOR #559C33

HEX: #559C33
RGB: (85,156,51)

Color info

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

RGB color model

#559C33 color RGB value is (85,156,51).

  • red value is 85;
  • green value is 156;
  • blue value is 51.
RGB:
(85,156,51)
(33%,61%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 51 of 255 = 20%

85
156
51

R + G + B ~ 38%. #559C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 156 + 51 = 292 (100%)
R 85 of 292 ~ 29.11%
G 156 of 292 ~ 53.42%
B 51 of 292 ~ 17.47%

%29.11
%53.42
%17.47

CMYK color model

#559C33 color CMYK value is (46,0,67,39).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 67.31%
  • key color value is 38.82%
CMYK:
(46,0,67,39)
C46M0Y67K39 
(46%,0%,67%,39%)
(0.46/0.00/0.67/0.39)	

CMYK percentages

%45.51
%0
%67.31
%38.82

Codes

Color #559C33 in popluar color models

559C33
RGB8515651
HSL101°50.72%40.59%
HSB/HSV101°67.31%61.18%
CMYK45.51%0.00%67.31%
38.82%

Color #559C33 in popluar number systems.

HEX559C33
Decimal8515651
Binary101010110011100110011
Octal12523463

Shades and tints

Shades of #559C33

#559C33
(85,156,51)
#4E8E2F
(78,142,47)
#47802B
(71,128,43)
#407227
(64,114,39)
#396423
(57,100,35)
#32561F
(50,86,31)
#2B481B
(43,72,27)
#243A17
(36,58,23)
#1D2C13
(29,44,19)
#161E0F
(22,30,15)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #559C33

#559C33
(85,156,51)
#64A545
(100,165,69)
#73AE57
(115,174,87)
#82B769
(130,183,105)
#91C07B
(145,192,123)
#A0C98D
(160,201,141)
#AFD29F
(175,210,159)
#BEDBB1
(190,219,177)
#CDE4C3
(205,228,195)
#DCEDD5
(220,237,213)
#EBF6E7
(235,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559C33 color. Also use rgb(85,156,51) instead hex code.

Text Font Color

.myTextColor { color: #559C33; }

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

This text font color is #559C33.


Background Color

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

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

This div background color is #559C33.


Border color

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

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

This div border color is #559C33.


Opacity

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

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

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

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

This text has shadow with #559C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559C33 on black background.


Color preview on white background

This text has color #559C33 on white background.



Black color preview on #559C33 background

This text has black color on #559C33 background.


White color preview on #559C33 background

This text has white color on #559C33 background.