COLOR #5A6136

HEX: #5A6136
RGB: (90,97,54)

Color info

#5A6136 contains red, green and blue colors in about the same proportion. Web safe color of #5A6136 is #666633 (or #663).

RGB color model

#5A6136 color RGB value is (90,97,54).

  • red value is 90;
  • green value is 97;
  • blue value is 54.
RGB:
(90,97,54)
(35%,38%,21%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 54 of 255 = 21%

90
97
54

R + G + B ~ 31%. #5A6136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 54 = 241 (100%)
R 90 of 241 ~ 37.34%
G 97 of 241 ~ 40.25%
B 54 of 241 ~ 22.41%

%37.34
%40.25
%22.41

CMYK color model

#5A6136 color CMYK value is (7,0,44,62).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(7,0,44,62)
C7M0Y44K62 
(7%,0%,44%,62%)
(0.07/0.00/0.44/0.62)	

CMYK percentages

%7.22
%0
%44.33
%61.96

Codes

Color #5A6136 in popluar color models

5A6136
RGB909754
HSL70°28.48%29.61%
HSB/HSV70°44.33%38.04%
CMYK7.22%0.00%44.33%
61.96%

Color #5A6136 in popluar number systems.

HEX5A6136
Decimal909754
Binary10110101100001110110
Octal13214166

Shades and tints

Shades of #5A6136

#5A6136
(90,97,54)
#525932
(82,89,50)
#4A512E
(74,81,46)
#42492A
(66,73,42)
#3A4126
(58,65,38)
#323922
(50,57,34)
#2A311E
(42,49,30)
#22291A
(34,41,26)
#1A2116
(26,33,22)
#121912
(18,25,18)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A6136

#5A6136
(90,97,54)
#696F48
(105,111,72)
#787D5A
(120,125,90)
#878B6C
(135,139,108)
#96997E
(150,153,126)
#A5A790
(165,167,144)
#B4B5A2
(180,181,162)
#C3C3B4
(195,195,180)
#D2D1C6
(210,209,198)
#E1DFD8
(225,223,216)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6136 color. Also use rgb(90,97,54) instead hex code.

Text Font Color

.myTextColor { color: #5A6136; }

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

This text font color is #5A6136.


Background Color

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

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

This div background color is #5A6136.


Border color

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

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

This div border color is #5A6136.


Opacity

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

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

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

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

This text has shadow with #5A6136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6136 on black background.


Color preview on white background

This text has color #5A6136 on white background.



Black color preview on #5A6136 background

This text has black color on #5A6136 background.


White color preview on #5A6136 background

This text has white color on #5A6136 background.