COLOR #5A8456

HEX: #5A8456
RGB: (90,132,86)

Color info

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

RGB color model

#5A8456 color RGB value is (90,132,86).

  • red value is 90;
  • green value is 132;
  • blue value is 86.
RGB:
(90,132,86)
(35%,52%,34%)

RGB channels and saturation

R 90 of 255 = 35%
G 132 of 255 = 52%
B 86 of 255 = 34%

90
132
86

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

Portions of RGB colors in percentages

R + G + B =
90 + 132 + 86 = 308 (100%)
R 90 of 308 ~ 29.22%
G 132 of 308 ~ 42.86%
B 86 of 308 ~ 27.92%

%29.22
%42.86
%27.92

CMYK color model

#5A8456 color CMYK value is (32,0,35,48).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(32,0,35,48)
C32M0Y35K48 
(32%,0%,35%,48%)
(0.32/0.00/0.35/0.48)	

CMYK percentages

%31.82
%0
%34.85
%48.24

Codes

Color #5A8456 in popluar color models

5A8456
RGB9013286
HSL115°21.10%42.75%
HSB/HSV115°34.85%51.76%
CMYK31.82%0.00%34.85%
48.24%

Color #5A8456 in popluar number systems.

HEX5A8456
Decimal9013286
Binary1011010100001001010110
Octal132204126

Shades and tints

Shades of #5A8456

#5A8456
(90,132,86)
#52784F
(82,120,79)
#4A6C48
(74,108,72)
#426041
(66,96,65)
#3A543A
(58,84,58)
#324833
(50,72,51)
#2A3C2C
(42,60,44)
#223025
(34,48,37)
#1A241E
(26,36,30)
#121817
(18,24,23)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #5A8456

#5A8456
(90,132,86)
#698F65
(105,143,101)
#789A74
(120,154,116)
#87A583
(135,165,131)
#96B092
(150,176,146)
#A5BBA1
(165,187,161)
#B4C6B0
(180,198,176)
#C3D1BF
(195,209,191)
#D2DCCE
(210,220,206)
#E1E7DD
(225,231,221)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8456 color. Also use rgb(90,132,86) instead hex code.

Text Font Color

.myTextColor { color: #5A8456; }

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

This text font color is #5A8456.


Background Color

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

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

This div background color is #5A8456.


Border color

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

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

This div border color is #5A8456.


Opacity

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

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

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

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

This text has shadow with #5A8456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8456 on black background.


Color preview on white background

This text has color #5A8456 on white background.



Black color preview on #5A8456 background

This text has black color on #5A8456 background.


White color preview on #5A8456 background

This text has white color on #5A8456 background.