COLOR #5A3E2B

HEX: #5A3E2B
RGB: (90,62,43)

Color info

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

RGB color model

#5A3E2B color RGB value is (90,62,43).

  • red value is 90;
  • green value is 62;
  • blue value is 43.
RGB:
(90,62,43)
(35%,24%,17%)

RGB channels and saturation

R 90 of 255 = 35%
G 62 of 255 = 24%
B 43 of 255 = 17%

90
62
43

R + G + B ~ 25%. #5A3E2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 62 + 43 = 195 (100%)
R 90 of 195 ~ 46.15%
G 62 of 195 ~ 31.79%
B 43 of 195 ~ 22.05%

%46.15
%31.79
%22.05

CMYK color model

#5A3E2B color CMYK value is (0,31,52,65).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 52.22%
  • key color value is 64.71%
CMYK:
(0,31,52,65)
C0M31Y52K65 
(0%,31%,52%,65%)
(0.00/0.31/0.52/0.65)	

CMYK percentages

%0
%31.11
%52.22
%64.71

Codes

Color #5A3E2B in popluar color models

5A3E2B
RGB906243
HSL24°35.34%26.08%
HSB/HSV24°52.22%35.29%
CMYK0.00%31.11%52.22%
64.71%

Color #5A3E2B in popluar number systems.

HEX5A3E2B
Decimal906243
Binary1011010111110101011
Octal1327653

Shades and tints

Shades of #5A3E2B

#5A3E2B
(90,62,43)
#523928
(82,57,40)
#4A3425
(74,52,37)
#422F22
(66,47,34)
#3A2A1F
(58,42,31)
#32251C
(50,37,28)
#2A2019
(42,32,25)
#221B16
(34,27,22)
#1A1613
(26,22,19)
#121110
(18,17,16)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A3E2B

#5A3E2B
(90,62,43)
#694F3E
(105,79,62)
#786051
(120,96,81)
#877164
(135,113,100)
#968277
(150,130,119)
#A5938A
(165,147,138)
#B4A49D
(180,164,157)
#C3B5B0
(195,181,176)
#D2C6C3
(210,198,195)
#E1D7D6
(225,215,214)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3E2B color. Also use rgb(90,62,43) instead hex code.

Text Font Color

.myTextColor { color: #5A3E2B; }

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

This text font color is #5A3E2B.


Background Color

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

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

This div background color is #5A3E2B.


Border color

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

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

This div border color is #5A3E2B.


Opacity

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

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

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

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

This text has shadow with #5A3E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3E2B on black background.


Color preview on white background

This text has color #5A3E2B on white background.



Black color preview on #5A3E2B background

This text has black color on #5A3E2B background.


White color preview on #5A3E2B background

This text has white color on #5A3E2B background.