COLOR #5A4939

HEX: #5A4939 RGB: (90,73,57)

Color info

#5A4939 contains red, green and blue colors in about the same proportion. Web safe color of #5A4939 is #663333 (or #633).

RGB color model

#5A4939 color RGB value is (90,73,57).

RGB: (90,73,57) (35%, 29%, 22%)

RGB channels and saturation

R 90 of 255 = 35%
G 73 of 255 = 29%
B 57 of 255 = 22%

90
73
57

R + G + B ~ 29%. #5A4939 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 73 + 57 = 220 (100%)
R 90 of 220 ~ 40.91%
G 73 of 220 ~ 33.18%
B 57 of 220 ~ 25.91'%

%40.91
%33.18
%25.91

CMYK color model

#5A4939 color CMYK value is (0,19,37,65).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 36.67%
  • key color value is 64.71%

CMYK: (0,19,37,65)
C0M19Y37K65 (0%, 19%, 37%, 65%)
(0.00 / 0.19 / 0.37 / 0.65)

CMYK percentages

%0
%18.89
%36.67
%64.71

Codes

Color #5A4939 in popluar color models

5A 49 39
RGB 90 73 57
HSL 29° 22.45% 28.82%
HSB/HSV 29° 36.67% 35.29%
CMYK 0.00% 18.89% 36.67%
64.71%

Color #5A4939 in popluar number systems.

HEX 5A 49 39
Decimal 90 73 57
Binary 1011010 1001001 111001
Octal 132 111 71

Shades and tints

Shades of #5A4939

#5A4939
(90,73,57)
#524334
(82,67,52)
#4A3D2F
(74,61,47)
#42372A
(66,55,42)
#3A3125
(58,49,37)
#322B20
(50,43,32)
#2A251B
(42,37,27)
#221F16
(34,31,22)
#1A1911
(26,25,17)
#12130C
(18,19,12)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A4939

#5A4939
(90,73,57)
#69594B
(105,89,75)
#78695D
(120,105,93)
#87796F
(135,121,111)
#968981
(150,137,129)
#A59993
(165,153,147)
#B4A9A5
(180,169,165)
#C3B9B7
(195,185,183)
#D2C9C9
(210,201,201)
#E1D9DB
(225,217,219)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4939; }

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

This text font color is #5A4939.

Background Color

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

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

This div background color is #5A4939.

Border color

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

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

This div border color is #5A4939.

Opacity

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

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

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

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

This text has shadow with #5A4939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4939.

Preview

Color preview on black background

This text has color #5A4939 on black background.


Color preview on white background

This text has color #5A4939 on white background.


Black color preview on #5A4939 background

This text has black color on #5A4939 background.


White color preview on #5A4939 background

This text has white color on #5A4939 background.


Related colors

Complementary color

Complementary color for #hex is #A5B6C6.


I love getcolorcode.com

Triadic colors

1 #395A49 and #49395A with #5A4939 are triadic colors.

2 #39495A and #495A39 with #5A4939 are triadic colors.