COLOR #559153

HEX: #559153
RGB: (85,145,83)

Color info

#559153 contains mainly green color. Web safe color of #559153 is #669966 (or #696).

RGB color model

#559153 color RGB value is (85,145,83).

  • red value is 85;
  • green value is 145;
  • blue value is 83.
RGB:
(85,145,83)
(33%,57%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 145 of 255 = 57%
B 83 of 255 = 33%

85
145
83

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

Portions of RGB colors in percentages

R + G + B =
85 + 145 + 83 = 313 (100%)
R 85 of 313 ~ 27.16%
G 145 of 313 ~ 46.33%
B 83 of 313 ~ 26.52%

%27.16
%46.33
%26.52

CMYK color model

#559153 color CMYK value is (41,0,43,43).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 42.76%
  • key color value is 43.14%
CMYK:
(41,0,43,43)
C41M0Y43K43 
(41%,0%,43%,43%)
(0.41/0.00/0.43/0.43)	

CMYK percentages

%41.38
%0
%42.76
%43.14

Codes

Color #559153 in popluar color models

559153
RGB8514583
HSL118°27.19%44.71%
HSB/HSV118°42.76%56.86%
CMYK41.38%0.00%42.76%
43.14%

Color #559153 in popluar number systems.

HEX559153
Decimal8514583
Binary1010101100100011010011
Octal125221123

Shades and tints

Shades of #559153

#559153
(85,145,83)
#4E844C
(78,132,76)
#477745
(71,119,69)
#406A3E
(64,106,62)
#395D37
(57,93,55)
#325030
(50,80,48)
#2B4329
(43,67,41)
#243622
(36,54,34)
#1D291B
(29,41,27)
#161C14
(22,28,20)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #559153

#559153
(85,145,83)
#649B62
(100,155,98)
#73A571
(115,165,113)
#82AF80
(130,175,128)
#91B98F
(145,185,143)
#A0C39E
(160,195,158)
#AFCDAD
(175,205,173)
#BED7BC
(190,215,188)
#CDE1CB
(205,225,203)
#DCEBDA
(220,235,218)
#EBF5E9
(235,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559153 color. Also use rgb(85,145,83) instead hex code.

Text Font Color

.myTextColor { color: #559153; }

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

This text font color is #559153.


Background Color

.myBgColor { background-color: #559153; }

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

This div background color is #559153.


Border color

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

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

This div border color is #559153.


Opacity

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

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

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

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

This text has shadow with #559153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559153 on black background.


Color preview on white background

This text has color #559153 on white background.



Black color preview on #559153 background

This text has black color on #559153 background.


White color preview on #559153 background

This text has white color on #559153 background.