COLOR #5A4239

HEX: #5A4239 RGB: (90,66,57)

Color info

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

RGB color model

#5A4239 color RGB value is (90,66,57).

RGB: (90,66,57) (35%, 26%, 22%)

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 57 of 255 = 22%

90
66
57

R + G + B ~ 28%. #5A4239 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 66 + 57 = 213 (100%)
R 90 of 213 ~ 42.25%
G 66 of 213 ~ 30.99%
B 57 of 213 ~ 26.76'%

%42.25
%30.99
%26.76

CMYK color model

#5A4239 color CMYK value is (0,27,37,65).

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

CMYK: (0,27,37,65)
C0M27Y37K65 (0%, 27%, 37%, 65%)
(0.00 / 0.27 / 0.37 / 0.65)

CMYK percentages

%0
%26.67
%36.67
%64.71

Codes

Color #5A4239 in popluar color models

5A 42 39
RGB 90 66 57
HSL 16° 22.45% 28.82%
HSB/HSV 16° 36.67% 35.29%
CMYK 0.00% 26.67% 36.67%
64.71%

Color #5A4239 in popluar number systems.

HEX 5A 42 39
Decimal 90 66 57
Binary 1011010 1000010 111001
Octal 132 102 71

Shades and tints

Shades of #5A4239

#5A4239
(90,66,57)
#523C34
(82,60,52)
#4A362F
(74,54,47)
#42302A
(66,48,42)
#3A2A25
(58,42,37)
#322420
(50,36,32)
#2A1E1B
(42,30,27)
#221816
(34,24,22)
#1A1211
(26,18,17)
#120C0C
(18,12,12)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #5A4239

#5A4239
(90,66,57)
#69534B
(105,83,75)
#78645D
(120,100,93)
#87756F
(135,117,111)
#968681
(150,134,129)
#A59793
(165,151,147)
#B4A8A5
(180,168,165)
#C3B9B7
(195,185,183)
#D2CAC9
(210,202,201)
#E1DBDB
(225,219,219)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4239; }

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

This text font color is #5A4239.

Background Color

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

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

This div background color is #5A4239.

Border color

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

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

This div border color is #5A4239.

Opacity

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

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

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

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

This text has shadow with #5A4239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4239.

Preview

Color preview on black background

This text has color #5A4239 on black background.


Color preview on white background

This text has color #5A4239 on white background.


Black color preview on #5A4239 background

This text has black color on #5A4239 background.


White color preview on #5A4239 background

This text has white color on #5A4239 background.


Related colors

Complementary color

Complementary color for #hex is #A5BDC6.


I love getcolorcode.com

Triadic colors

1 #395A42 and #42395A with #5A4239 are triadic colors.

2 #39425A and #425A39 with #5A4239 are triadic colors.