COLOR #5A8656

HEX: #5A8656
RGB: (90,134,86)

Color info

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

RGB color model

#5A8656 color RGB value is (90,134,86).

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

RGB channels and saturation

R 90 of 255 = 35%
G 134 of 255 = 53%
B 86 of 255 = 34%

90
134
86

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

Portions of RGB colors in percentages

R + G + B =
90 + 134 + 86 = 310 (100%)
R 90 of 310 ~ 29.03%
G 134 of 310 ~ 43.23%
B 86 of 310 ~ 27.74%

%29.03
%43.23
%27.74

CMYK color model

#5A8656 color CMYK value is (33,0,36,47).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 47.45%
CMYK:
(33,0,36,47)
C33M0Y36K47 
(33%,0%,36%,47%)
(0.33/0.00/0.36/0.47)	

CMYK percentages

%32.84
%0
%35.82
%47.45

Codes

Color #5A8656 in popluar color models

5A8656
RGB9013486
HSL115°21.82%43.14%
HSB/HSV115°35.82%52.55%
CMYK32.84%0.00%35.82%
47.45%

Color #5A8656 in popluar number systems.

HEX5A8656
Decimal9013486
Binary1011010100001101010110
Octal132206126

Shades and tints

Shades of #5A8656

#5A8656
(90,134,86)
#527A4F
(82,122,79)
#4A6E48
(74,110,72)
#426241
(66,98,65)
#3A563A
(58,86,58)
#324A33
(50,74,51)
#2A3E2C
(42,62,44)
#223225
(34,50,37)
#1A261E
(26,38,30)
#121A17
(18,26,23)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #5A8656

#5A8656
(90,134,86)
#699165
(105,145,101)
#789C74
(120,156,116)
#87A783
(135,167,131)
#96B292
(150,178,146)
#A5BDA1
(165,189,161)
#B4C8B0
(180,200,176)
#C3D3BF
(195,211,191)
#D2DECE
(210,222,206)
#E1E9DD
(225,233,221)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8656; }

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

This text font color is #5A8656.


Background Color

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

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

This div background color is #5A8656.


Border color

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

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

This div border color is #5A8656.


Opacity

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

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

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

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

This text has shadow with #5A8656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8656 on black background.


Color preview on white background

This text has color #5A8656 on white background.



Black color preview on #5A8656 background

This text has black color on #5A8656 background.


White color preview on #5A8656 background

This text has white color on #5A8656 background.