COLOR #5A3327

HEX: #5A3327
RGB: (90,51,39)

Color info

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

RGB color model

#5A3327 color RGB value is (90,51,39).

  • red value is 90;
  • green value is 51;
  • blue value is 39.
RGB:
(90,51,39)
(35%,20%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 51 of 255 = 20%
B 39 of 255 = 15%

90
51
39

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

Portions of RGB colors in percentages

R + G + B =
90 + 51 + 39 = 180 (100%)
R 90 of 180 ~ 50%
G 51 of 180 ~ 28.33%
B 39 of 180 ~ 21.67%

%50
%28.33
%21.67

CMYK color model

#5A3327 color CMYK value is (0,43,57,65).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 56.67%
  • key color value is 64.71%
CMYK:
(0,43,57,65)
C0M43Y57K65 
(0%,43%,57%,65%)
(0.00/0.43/0.57/0.65)	

CMYK percentages

%0
%43.33
%56.67
%64.71

Codes

Color #5A3327 in popluar color models

5A3327
RGB905139
HSL14°39.53%25.29%
HSB/HSV14°56.67%35.29%
CMYK0.00%43.33%56.67%
64.71%

Color #5A3327 in popluar number systems.

HEX5A3327
Decimal905139
Binary1011010110011100111
Octal1326347

Shades and tints

Shades of #5A3327

#5A3327
(90,51,39)
#522F24
(82,47,36)
#4A2B21
(74,43,33)
#42271E
(66,39,30)
#3A231B
(58,35,27)
#321F18
(50,31,24)
#2A1B15
(42,27,21)
#221712
(34,23,18)
#1A130F
(26,19,15)
#120F0C
(18,15,12)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A3327

#5A3327
(90,51,39)
#69453A
(105,69,58)
#78574D
(120,87,77)
#876960
(135,105,96)
#967B73
(150,123,115)
#A58D86
(165,141,134)
#B49F99
(180,159,153)
#C3B1AC
(195,177,172)
#D2C3BF
(210,195,191)
#E1D5D2
(225,213,210)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3327 color. Also use rgb(90,51,39) instead hex code.

Text Font Color

.myTextColor { color: #5A3327; }

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

This text font color is #5A3327.


Background Color

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

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

This div background color is #5A3327.


Border color

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

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

This div border color is #5A3327.


Opacity

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

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

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

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

This text has shadow with #5A3327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3327 on black background.


Color preview on white background

This text has color #5A3327 on white background.



Black color preview on #5A3327 background

This text has black color on #5A3327 background.


White color preview on #5A3327 background

This text has white color on #5A3327 background.