COLOR #5A6D49

HEX: #5A6D49
RGB: (90,109,73)

Color info

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

RGB color model

#5A6D49 color RGB value is (90,109,73).

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

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 73 of 255 = 29%

90
109
73

R + G + B ~ 36%. #5A6D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 109 + 73 = 272 (100%)
R 90 of 272 ~ 33.09%
G 109 of 272 ~ 40.07%
B 73 of 272 ~ 26.84%

%33.09
%40.07
%26.84

CMYK color model

#5A6D49 color CMYK value is (17,0,33,57).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(17,0,33,57)
C17M0Y33K57 
(17%,0%,33%,57%)
(0.17/0.00/0.33/0.57)	

CMYK percentages

%17.43
%0
%33.03
%57.25

Codes

Color #5A6D49 in popluar color models

5A6D49
RGB9010973
HSL92°19.78%35.69%
HSB/HSV92°33.03%42.75%
CMYK17.43%0.00%33.03%
57.25%

Color #5A6D49 in popluar number systems.

HEX5A6D49
Decimal9010973
Binary101101011011011001001
Octal132155111

Shades and tints

Shades of #5A6D49

#5A6D49
(90,109,73)
#526443
(82,100,67)
#4A5B3D
(74,91,61)
#425237
(66,82,55)
#3A4931
(58,73,49)
#32402B
(50,64,43)
#2A3725
(42,55,37)
#222E1F
(34,46,31)
#1A2519
(26,37,25)
#121C13
(18,28,19)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #5A6D49

#5A6D49
(90,109,73)
#697A59
(105,122,89)
#788769
(120,135,105)
#879479
(135,148,121)
#96A189
(150,161,137)
#A5AE99
(165,174,153)
#B4BBA9
(180,187,169)
#C3C8B9
(195,200,185)
#D2D5C9
(210,213,201)
#E1E2D9
(225,226,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6D49; }

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

This text font color is #5A6D49.


Background Color

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

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

This div background color is #5A6D49.


Border color

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

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

This div border color is #5A6D49.


Opacity

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

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

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

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

This text has shadow with #5A6D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6D49 on black background.


Color preview on white background

This text has color #5A6D49 on white background.



Black color preview on #5A6D49 background

This text has black color on #5A6D49 background.


White color preview on #5A6D49 background

This text has white color on #5A6D49 background.