COLOR #5A3623

HEX: #5A3623 RGB: (90,54,35)

Color info

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

RGB color model

#5A3623 color RGB value is (90,54,35).

RGB: (90,54,35) (35%, 21%, 14%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 35 of 255 = 14%

90
54
35

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

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 35 = 179 (100%)
R 90 of 179 ~ 50.28%
G 54 of 179 ~ 30.17%
B 35 of 179 ~ 19.55'%

%50.28
%30.17
%19.55

CMYK color model

#5A3623 color CMYK value is (0,40,61,65).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 61.11%
  • key color value is 64.71%
CMYK: (0,40,61,65) C0M40Y61K65 (0%,40%,61%,65%) (0.00/0.40/0.61/0.65) 

CMYK percentages

%0
%40
%61.11
%64.71

Codes

Color #5A3623 in popluar color models

5A 36 23
RGB 90 54 35
HSL 21° 44.00% 24.51%
HSB/HSV 21° 61.11% 35.29%
CMYK 0.00% 40.00% 61.11%
64.71%

Color #5A3623 in popluar number systems.

HEX 5A 36 23
Decimal 90 54 35
Binary 1011010 110110 100011
Octal 132 66 43

Shades and tints

Shades of #5A3623

#5A3623
(90,54,35)
#523220
(82,50,32)
#4A2E1D
(74,46,29)
#422A1A
(66,42,26)
#3A2617
(58,38,23)
#322214
(50,34,20)
#2A1E11
(42,30,17)
#221A0E
(34,26,14)
#1A160B
(26,22,11)
#121208
(18,18,8)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #5A3623

#5A3623
(90,54,35)
#694837
(105,72,55)
#785A4B
(120,90,75)
#876C5F
(135,108,95)
#967E73
(150,126,115)
#A59087
(165,144,135)
#B4A29B
(180,162,155)
#C3B4AF
(195,180,175)
#D2C6C3
(210,198,195)
#E1D8D7
(225,216,215)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3623; }

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

This text font color is #5A3623.

Background Color

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

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

This div background color is #5A3623.

Border color

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

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

This div border color is #5A3623.

Opacity

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

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

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

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

This text has shadow with #5A3623 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3623.

Preview

Color preview on black background

This text has color #5A3623 on black background.


Color preview on white background

This text has color #5A3623 on white background.


Black color preview on #5A3623 background

This text has black color on #5A3623 background.


White color preview on #5A3623 background

This text has white color on #5A3623 background.


Related colors

Complementary color

Complementary color for #hex is #A5C9DC.


I love getcolorcode.com

Triadic colors

1 #235A36 and #36235A with #5A3623 are triadic colors.

2 #23365A and #365A23 with #5A3623 are triadic colors.