COLOR #5A6D32

HEX: #5A6D32
RGB: (90,109,50)

Color info

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

RGB color model

#5A6D32 color RGB value is (90,109,50).

  • red value is 90;
  • green value is 109;
  • blue value is 50.
RGB:
(90,109,50)
(35%,43%,20%)

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 50 of 255 = 20%

90
109
50

R + G + B ~ 33%. #5A6D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 109 + 50 = 249 (100%)
R 90 of 249 ~ 36.14%
G 109 of 249 ~ 43.78%
B 50 of 249 ~ 20.08%

%36.14
%43.78
%20.08

CMYK color model

#5A6D32 color CMYK value is (17,0,54,57).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 54.13%
  • key color value is 57.25%
CMYK:
(17,0,54,57)
C17M0Y54K57 
(17%,0%,54%,57%)
(0.17/0.00/0.54/0.57)	

CMYK percentages

%17.43
%0
%54.13
%57.25

Codes

Color #5A6D32 in popluar color models

5A6D32
RGB9010950
HSL79°37.11%31.18%
HSB/HSV79°54.13%42.75%
CMYK17.43%0.00%54.13%
57.25%

Color #5A6D32 in popluar number systems.

HEX5A6D32
Decimal9010950
Binary10110101101101110010
Octal13215562

Shades and tints

Shades of #5A6D32

#5A6D32
(90,109,50)
#52642E
(82,100,46)
#4A5B2A
(74,91,42)
#425226
(66,82,38)
#3A4922
(58,73,34)
#32401E
(50,64,30)
#2A371A
(42,55,26)
#222E16
(34,46,22)
#1A2512
(26,37,18)
#121C0E
(18,28,14)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #5A6D32

#5A6D32
(90,109,50)
#697A44
(105,122,68)
#788756
(120,135,86)
#879468
(135,148,104)
#96A17A
(150,161,122)
#A5AE8C
(165,174,140)
#B4BB9E
(180,187,158)
#C3C8B0
(195,200,176)
#D2D5C2
(210,213,194)
#E1E2D4
(225,226,212)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6D32 color. Also use rgb(90,109,50) instead hex code.

Text Font Color

.myTextColor { color: #5A6D32; }

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

This text font color is #5A6D32.


Background Color

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

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

This div background color is #5A6D32.


Border color

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

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

This div border color is #5A6D32.


Opacity

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

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

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

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

This text has shadow with #5A6D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6D32 on black background.


Color preview on white background

This text has color #5A6D32 on white background.



Black color preview on #5A6D32 background

This text has black color on #5A6D32 background.


White color preview on #5A6D32 background

This text has white color on #5A6D32 background.