COLOR #5A8356

HEX: #5A8356
RGB: (90,131,86)

Color info

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

RGB color model

#5A8356 color RGB value is (90,131,86).

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

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 86 of 255 = 34%

90
131
86

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

Portions of RGB colors in percentages

R + G + B =
90 + 131 + 86 = 307 (100%)
R 90 of 307 ~ 29.32%
G 131 of 307 ~ 42.67%
B 86 of 307 ~ 28.01%

%29.32
%42.67
%28.01

CMYK color model

#5A8356 color CMYK value is (31,0,34,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(31,0,34,49)
C31M0Y34K49 
(31%,0%,34%,49%)
(0.31/0.00/0.34/0.49)	

CMYK percentages

%31.3
%0
%34.35
%48.63

Codes

Color #5A8356 in popluar color models

5A8356
RGB9013186
HSL115°20.74%42.55%
HSB/HSV115°34.35%51.37%
CMYK31.30%0.00%34.35%
48.63%

Color #5A8356 in popluar number systems.

HEX5A8356
Decimal9013186
Binary1011010100000111010110
Octal132203126

Shades and tints

Shades of #5A8356

#5A8356
(90,131,86)
#52784F
(82,120,79)
#4A6D48
(74,109,72)
#426241
(66,98,65)
#3A573A
(58,87,58)
#324C33
(50,76,51)
#2A412C
(42,65,44)
#223625
(34,54,37)
#1A2B1E
(26,43,30)
#122017
(18,32,23)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #5A8356

#5A8356
(90,131,86)
#698E65
(105,142,101)
#789974
(120,153,116)
#87A483
(135,164,131)
#96AF92
(150,175,146)
#A5BAA1
(165,186,161)
#B4C5B0
(180,197,176)
#C3D0BF
(195,208,191)
#D2DBCE
(210,219,206)
#E1E6DD
(225,230,221)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8356; }

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

This text font color is #5A8356.


Background Color

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

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

This div background color is #5A8356.


Border color

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

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

This div border color is #5A8356.


Opacity

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

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

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

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

This text has shadow with #5A8356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8356 on black background.


Color preview on white background

This text has color #5A8356 on white background.



Black color preview on #5A8356 background

This text has black color on #5A8356 background.


White color preview on #5A8356 background

This text has white color on #5A8356 background.