COLOR #5A8552

HEX: #5A8552
RGB: (90,133,82)

Color info

#5A8552 contains red, green and blue colors in about the same proportion. Web safe color of #5A8552 is #669966 (or #696).

RGB color model

#5A8552 color RGB value is (90,133,82).

  • red value is 90;
  • green value is 133;
  • blue value is 82.
RGB:
(90,133,82)
(35%,52%,32%)

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 82 of 255 = 32%

90
133
82

R + G + B ~ 40%. #5A8552 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 82 = 305 (100%)
R 90 of 305 ~ 29.51%
G 133 of 305 ~ 43.61%
B 82 of 305 ~ 26.89%

%29.51
%43.61
%26.89

CMYK color model

#5A8552 color CMYK value is (32,0,38,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 38.35%
  • key color value is 47.84%
CMYK:
(32,0,38,48)
C32M0Y38K48 
(32%,0%,38%,48%)
(0.32/0.00/0.38/0.48)	

CMYK percentages

%32.33
%0
%38.35
%47.84

Codes

Color #5A8552 in popluar color models

5A8552
RGB9013382
HSL111°23.72%42.16%
HSB/HSV111°38.35%52.16%
CMYK32.33%0.00%38.35%
47.84%

Color #5A8552 in popluar number systems.

HEX5A8552
Decimal9013382
Binary1011010100001011010010
Octal132205122

Shades and tints

Shades of #5A8552

#5A8552
(90,133,82)
#52794B
(82,121,75)
#4A6D44
(74,109,68)
#42613D
(66,97,61)
#3A5536
(58,85,54)
#32492F
(50,73,47)
#2A3D28
(42,61,40)
#223121
(34,49,33)
#1A251A
(26,37,26)
#121913
(18,25,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #5A8552

#5A8552
(90,133,82)
#699061
(105,144,97)
#789B70
(120,155,112)
#87A67F
(135,166,127)
#96B18E
(150,177,142)
#A5BC9D
(165,188,157)
#B4C7AC
(180,199,172)
#C3D2BB
(195,210,187)
#D2DDCA
(210,221,202)
#E1E8D9
(225,232,217)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8552 color. Also use rgb(90,133,82) instead hex code.

Text Font Color

.myTextColor { color: #5A8552; }

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

This text font color is #5A8552.


Background Color

.myBgColor { background-color: #5A8552; }

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

This div background color is #5A8552.


Border color

.myBorderColor { border: 1px solid #5A8552; }

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

This div border color is #5A8552.


Opacity

.myOpacity80 { color: #5A8552; opacity: 0.8; }

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

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

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

This text has shadow with #5A8552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8552 on black background.


Color preview on white background

This text has color #5A8552 on white background.



Black color preview on #5A8552 background

This text has black color on #5A8552 background.


White color preview on #5A8552 background

This text has white color on #5A8552 background.