COLOR #5A6049

HEX: #5A6049 RGB: (90,96,73)

Color info

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

RGB color model

#5A6049 color RGB value is (90,96,73).

RGB: (90,96,73) (35%, 38%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 73 of 255 = 29%

90
96
73

R + G + B ~ 34%. #5A6049 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 96 + 73 = 259 (100%)
R 90 of 259 ~ 34.75%
G 96 of 259 ~ 37.07%
B 73 of 259 ~ 28.19'%

%34.75
%37.07
%28.19

CMYK color model

#5A6049 color CMYK value is (6,0,24,62).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK: (6,0,24,62) C6M0Y24K62 (6%,0%,24%,62%) (0.06/0.00/0.24/0.62) 

CMYK percentages

%6.25
%0
%23.96
%62.35

Codes

Color #5A6049 in popluar color models

5A 60 49
RGB 90 96 73
HSL 76° 13.61% 33.14%
HSB/HSV 76° 23.96% 37.65%
CMYK 6.25% 0.00% 23.96%
62.35%

Color #5A6049 in popluar number systems.

HEX 5A 60 49
Decimal 90 96 73
Binary 1011010 1100000 1001001
Octal 132 140 111

Shades and tints

Shades of #5A6049

#5A6049
(90,96,73)
#525843
(82,88,67)
#4A503D
(74,80,61)
#424837
(66,72,55)
#3A4031
(58,64,49)
#32382B
(50,56,43)
#2A3025
(42,48,37)
#22281F
(34,40,31)
#1A2019
(26,32,25)
#121813
(18,24,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #5A6049

#5A6049
(90,96,73)
#696E59
(105,110,89)
#787C69
(120,124,105)
#878A79
(135,138,121)
#969889
(150,152,137)
#A5A699
(165,166,153)
#B4B4A9
(180,180,169)
#C3C2B9
(195,194,185)
#D2D0C9
(210,208,201)
#E1DED9
(225,222,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6049; }

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

This text font color is #5A6049.

Background Color

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

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

This div background color is #5A6049.

Border color

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

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

This div border color is #5A6049.

Opacity

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

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

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

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

This text has shadow with #5A6049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6049.

Preview

Color preview on black background

This text has color #5A6049 on black background.


Color preview on white background

This text has color #5A6049 on white background.


Black color preview on #5A6049 background

This text has black color on #5A6049 background.


White color preview on #5A6049 background

This text has white color on #5A6049 background.


Related colors

Complementary color

Complementary color for #hex is #A59FB6.


I love getcolorcode.com

Triadic colors

1 #495A60 and #60495A with #5A6049 are triadic colors.

2 #49605A and #605A49 with #5A6049 are triadic colors.