COLOR #5A3423

HEX: #5A3423 RGB: (90,52,35)

Color info

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

RGB color model

#5A3423 color RGB value is (90,52,35).

RGB: (90,52,35) (35%, 20%, 14%)

RGB channels and saturation

R 90 of 255 = 35%
G 52 of 255 = 20%
B 35 of 255 = 14%

90
52
35

R + G + B ~ 23%. #5A3423 is dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 52 + 35 = 177 (100%)
R 90 of 177 ~ 50.85%
G 52 of 177 ~ 29.38%
B 35 of 177 ~ 19.77'%

%50.85
%29.38
%19.77

CMYK color model

#5A3423 color CMYK value is (0,42,61,65).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 61.11%
  • key color value is 64.71%

CMYK: (0,42,61,65)
C0M42Y61K65 (0%, 42%, 61%, 65%)
(0.00 / 0.42 / 0.61 / 0.65)

CMYK percentages

%0
%42.22
%61.11
%64.71

Codes

Color #5A3423 in popluar color models

5A 34 23
RGB 90 52 35
HSL 19° 44.00% 24.51%
HSB/HSV 19° 61.11% 35.29%
CMYK 0.00% 42.22% 61.11%
64.71%

Color #5A3423 in popluar number systems.

HEX 5A 34 23
Decimal 90 52 35
Binary 1011010 110100 100011
Octal 132 64 43

Shades and tints

Shades of #5A3423

#5A3423
(90,52,35)
#523020
(82,48,32)
#4A2C1D
(74,44,29)
#42281A
(66,40,26)
#3A2417
(58,36,23)
#322014
(50,32,20)
#2A1C11
(42,28,17)
#22180E
(34,24,14)
#1A140B
(26,20,11)
#121008
(18,16,8)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #5A3423

#5A3423
(90,52,35)
#694637
(105,70,55)
#78584B
(120,88,75)
#876A5F
(135,106,95)
#967C73
(150,124,115)
#A58E87
(165,142,135)
#B4A09B
(180,160,155)
#C3B2AF
(195,178,175)
#D2C4C3
(210,196,195)
#E1D6D7
(225,214,215)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3423 color. Also use rgb(90,52,35) instead hex code.

Text Font Color

.myTextColor { color: #5A3423; }

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

This text font color is #5A3423.

Background Color

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

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

This div background color is #5A3423.

Border color

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

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

This div border color is #5A3423.

Opacity

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

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

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

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

This text has shadow with #5A3423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3423.

Preview

Color preview on black background

This text has color #5A3423 on black background.


Color preview on white background

This text has color #5A3423 on white background.


Black color preview on #5A3423 background

This text has black color on #5A3423 background.


White color preview on #5A3423 background

This text has white color on #5A3423 background.


Related colors

Complementary color

Complementary color for #hex is #A5CBDC.


I love getcolorcode.com

Triadic colors

1 #235A34 and #34235A with #5A3423 are triadic colors.

2 #23345A and #345A23 with #5A3423 are triadic colors.