COLOR #5A3325

HEX: #5A3325
RGB: (90,51,37)

Color info

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

RGB color model

#5A3325 color RGB value is (90,51,37).

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

RGB channels and saturation

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

90
51
37

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

Portions of RGB colors in percentages

R + G + B =
90 + 51 + 37 = 178 (100%)
R 90 of 178 ~ 50.56%
G 51 of 178 ~ 28.65%
B 37 of 178 ~ 20.79%

%50.56
%28.65
%20.79

CMYK color model

#5A3325 color CMYK value is (0,43,59,65).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK: (0,43,59,65) C0M43Y59K65 (0%,43%,59%,65%) (0.00/0.43/0.59/0.65)

CMYK percentages

%0
%43.33
%58.89
%64.71

Codes

Color #5A3325 in popluar color models

5A3325
RGB905137
HSL16°41.73%24.90%
HSB/HSV16°58.89%35.29%
CMYK0.00%43.33%58.89%
64.71%

Color #5A3325 in popluar number systems.

HEX5A3325
Decimal905137
Binary1011010110011100101
Octal1326345

Shades and tints

Shades of #5A3325

#5A3325
(90,51,37)
#522F22
(82,47,34)
#4A2B1F
(74,43,31)
#42271C
(66,39,28)
#3A2319
(58,35,25)
#321F16
(50,31,22)
#2A1B13
(42,27,19)
#221710
(34,23,16)
#1A130D
(26,19,13)
#120F0A
(18,15,10)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #5A3325

#5A3325
(90,51,37)
#694538
(105,69,56)
#78574B
(120,87,75)
#87695E
(135,105,94)
#967B71
(150,123,113)
#A58D84
(165,141,132)
#B49F97
(180,159,151)
#C3B1AA
(195,177,170)
#D2C3BD
(210,195,189)
#E1D5D0
(225,213,208)
#F0E7E3
(240,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3325; }

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

This text font color is #5A3325.


Background Color

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

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

This div background color is #5A3325.


Border color

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

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

This div border color is #5A3325.


Opacity

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

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

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

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

This text has shadow with #5A3325 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A3325 on black background.


Color preview on white background

This text has color #5A3325 on white background.



Black color preview on #5A3325 background

This text has black color on #5A3325 background.


White color preview on #5A3325 background

This text has white color on #5A3325 background.