COLOR #5A8637

HEX: #5A8637
RGB: (90,134,55)

Color info

#5A8637 contains mainly red and green colors. Web safe color of #5A8637 is #669933 (or #693).

RGB color model

#5A8637 color RGB value is (90,134,55).

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

RGB channels and saturation

R 90 of 255 = 35%
G 134 of 255 = 53%
B 55 of 255 = 22%

90
134
55

R + G + B ~ 37%. #5A8637 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 134 + 55 = 279 (100%)
R 90 of 279 ~ 32.26%
G 134 of 279 ~ 48.03%
B 55 of 279 ~ 19.71%

%32.26
%48.03
%19.71

CMYK color model

#5A8637 color CMYK value is (33,0,59,47).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 58.96%
  • key color value is 47.45%
CMYK:
(33,0,59,47)
C33M0Y59K47 
(33%,0%,59%,47%)
(0.33/0.00/0.59/0.47)	

CMYK percentages

%32.84
%0
%58.96
%47.45

Codes

Color #5A8637 in popluar color models

5A8637
RGB9013455
HSL93°41.80%37.06%
HSB/HSV93°58.96%52.55%
CMYK32.84%0.00%58.96%
47.45%

Color #5A8637 in popluar number systems.

HEX5A8637
Decimal9013455
Binary101101010000110110111
Octal13220667

Shades and tints

Shades of #5A8637

#5A8637
(90,134,55)
#527A32
(82,122,50)
#4A6E2D
(74,110,45)
#426228
(66,98,40)
#3A5623
(58,86,35)
#324A1E
(50,74,30)
#2A3E19
(42,62,25)
#223214
(34,50,20)
#1A260F
(26,38,15)
#121A0A
(18,26,10)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #5A8637

#5A8637
(90,134,55)
#699149
(105,145,73)
#789C5B
(120,156,91)
#87A76D
(135,167,109)
#96B27F
(150,178,127)
#A5BD91
(165,189,145)
#B4C8A3
(180,200,163)
#C3D3B5
(195,211,181)
#D2DEC7
(210,222,199)
#E1E9D9
(225,233,217)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8637; }

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

This text font color is #5A8637.


Background Color

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

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

This div background color is #5A8637.


Border color

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

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

This div border color is #5A8637.


Opacity

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

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

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

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

This text has shadow with #5A8637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8637 on black background.


Color preview on white background

This text has color #5A8637 on white background.



Black color preview on #5A8637 background

This text has black color on #5A8637 background.


White color preview on #5A8637 background

This text has white color on #5A8637 background.