COLOR #559835

HEX: #559835
RGB: (85,152,53)

Color info

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

RGB color model

#559835 color RGB value is (85,152,53).

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

RGB channels and saturation

R 85 of 255 = 33%
G 152 of 255 = 60%
B 53 of 255 = 21%

85
152
53

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

Portions of RGB colors in percentages

R + G + B =
85 + 152 + 53 = 290 (100%)
R 85 of 290 ~ 29.31%
G 152 of 290 ~ 52.41%
B 53 of 290 ~ 18.28%

%29.31
%52.41
%18.28

CMYK color model

#559835 color CMYK value is (44,0,65,40).

  • cyan value is 44.08%
  • magenta value is 0.00%
  • yellow value is 65.13%
  • key color value is 40.39%
CMYK:
(44,0,65,40)
C44M0Y65K40 
(44%,0%,65%,40%)
(0.44/0.00/0.65/0.40)	

CMYK percentages

%44.08
%0
%65.13
%40.39

Codes

Color #559835 in popluar color models

559835
RGB8515253
HSL101°48.29%40.20%
HSB/HSV101°65.13%59.61%
CMYK44.08%0.00%65.13%
40.39%

Color #559835 in popluar number systems.

HEX559835
Decimal8515253
Binary101010110011000110101
Octal12523065

Shades and tints

Shades of #559835

#559835
(85,152,53)
#4E8B31
(78,139,49)
#477E2D
(71,126,45)
#407129
(64,113,41)
#396425
(57,100,37)
#325721
(50,87,33)
#2B4A1D
(43,74,29)
#243D19
(36,61,25)
#1D3015
(29,48,21)
#162311
(22,35,17)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #559835

#559835
(85,152,53)
#64A147
(100,161,71)
#73AA59
(115,170,89)
#82B36B
(130,179,107)
#91BC7D
(145,188,125)
#A0C58F
(160,197,143)
#AFCEA1
(175,206,161)
#BED7B3
(190,215,179)
#CDE0C5
(205,224,197)
#DCE9D7
(220,233,215)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559835; }

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

This text font color is #559835.


Background Color

.myBgColor { background-color: #559835; }

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

This div background color is #559835.


Border color

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

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

This div border color is #559835.


Opacity

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

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

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

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

This text has shadow with #559835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559835 on black background.


Color preview on white background

This text has color #559835 on white background.



Black color preview on #559835 background

This text has black color on #559835 background.


White color preview on #559835 background

This text has white color on #559835 background.