COLOR #5A6C31

HEX: #5A6C31
RGB: (90,108,49)

Color info

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

RGB color model

#5A6C31 color RGB value is (90,108,49).

  • red value is 90;
  • green value is 108;
  • blue value is 49.
RGB:
(90,108,49)
(35%,42%,19%)

RGB channels and saturation

R 90 of 255 = 35%
G 108 of 255 = 42%
B 49 of 255 = 19%

90
108
49

R + G + B ~ 32%. #5A6C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 108 + 49 = 247 (100%)
R 90 of 247 ~ 36.44%
G 108 of 247 ~ 43.72%
B 49 of 247 ~ 19.84%

%36.44
%43.72
%19.84

CMYK color model

#5A6C31 color CMYK value is (17,0,55,58).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 57.65%
CMYK:
(17,0,55,58)
C17M0Y55K58 
(17%,0%,55%,58%)
(0.17/0.00/0.55/0.58)	

CMYK percentages

%16.67
%0
%54.63
%57.65

Codes

Color #5A6C31 in popluar color models

5A6C31
RGB9010849
HSL78°37.58%30.78%
HSB/HSV78°54.63%42.35%
CMYK16.67%0.00%54.63%
57.65%

Color #5A6C31 in popluar number systems.

HEX5A6C31
Decimal9010849
Binary10110101101100110001
Octal13215461

Shades and tints

Shades of #5A6C31

#5A6C31
(90,108,49)
#52632D
(82,99,45)
#4A5A29
(74,90,41)
#425125
(66,81,37)
#3A4821
(58,72,33)
#323F1D
(50,63,29)
#2A3619
(42,54,25)
#222D15
(34,45,21)
#1A2411
(26,36,17)
#121B0D
(18,27,13)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #5A6C31

#5A6C31
(90,108,49)
#697943
(105,121,67)
#788655
(120,134,85)
#879367
(135,147,103)
#96A079
(150,160,121)
#A5AD8B
(165,173,139)
#B4BA9D
(180,186,157)
#C3C7AF
(195,199,175)
#D2D4C1
(210,212,193)
#E1E1D3
(225,225,211)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6C31 color. Also use rgb(90,108,49) instead hex code.

Text Font Color

.myTextColor { color: #5A6C31; }

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

This text font color is #5A6C31.


Background Color

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

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

This div background color is #5A6C31.


Border color

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

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

This div border color is #5A6C31.


Opacity

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

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

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

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

This text has shadow with #5A6C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6C31 on black background.


Color preview on white background

This text has color #5A6C31 on white background.



Black color preview on #5A6C31 background

This text has black color on #5A6C31 background.


White color preview on #5A6C31 background

This text has white color on #5A6C31 background.