COLOR #5A854E

HEX: #5A854E
RGB: (90,133,78)

Color info

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

RGB color model

#5A854E color RGB value is (90,133,78).

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

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 78 of 255 = 31%

90
133
78

R + G + B ~ 39%. #5A854E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 78 = 301 (100%)
R 90 of 301 ~ 29.9%
G 133 of 301 ~ 44.19%
B 78 of 301 ~ 25.91%

%29.9
%44.19
%25.91

CMYK color model

#5A854E color CMYK value is (32,0,41,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK:
(32,0,41,48)
C32M0Y41K48 
(32%,0%,41%,48%)
(0.32/0.00/0.41/0.48)	

CMYK percentages

%32.33
%0
%41.35
%47.84

Codes

Color #5A854E in popluar color models

5A854E
RGB9013378
HSL107°26.07%41.37%
HSB/HSV107°41.35%52.16%
CMYK32.33%0.00%41.35%
47.84%

Color #5A854E in popluar number systems.

HEX5A854E
Decimal9013378
Binary1011010100001011001110
Octal132205116

Shades and tints

Shades of #5A854E

#5A854E
(90,133,78)
#527947
(82,121,71)
#4A6D40
(74,109,64)
#426139
(66,97,57)
#3A5532
(58,85,50)
#32492B
(50,73,43)
#2A3D24
(42,61,36)
#22311D
(34,49,29)
#1A2516
(26,37,22)
#12190F
(18,25,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #5A854E

#5A854E
(90,133,78)
#69905E
(105,144,94)
#789B6E
(120,155,110)
#87A67E
(135,166,126)
#96B18E
(150,177,142)
#A5BC9E
(165,188,158)
#B4C7AE
(180,199,174)
#C3D2BE
(195,210,190)
#D2DDCE
(210,221,206)
#E1E8DE
(225,232,222)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A854E; }

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

This text font color is #5A854E.


Background Color

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

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

This div background color is #5A854E.


Border color

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

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

This div border color is #5A854E.


Opacity

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

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

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

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

This text has shadow with #5A854E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A854E on black background.


Color preview on white background

This text has color #5A854E on white background.



Black color preview on #5A854E background

This text has black color on #5A854E background.


White color preview on #5A854E background

This text has white color on #5A854E background.