COLOR #5A331D

HEX: #5A331D
RGB: (90,51,29)

Color info

#5A331D contains mainly red and green colors. Web safe color of #5A331D is #663333 (or #633).

RGB color model

#5A331D color RGB value is (90,51,29).

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

RGB channels and saturation

R 90 of 255 = 35%
G 51 of 255 = 20%
B 29 of 255 = 11%

90
51
29

R + G + B ~ 22%. #5A331D is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 51 + 29 = 170 (100%)
R 90 of 170 ~ 52.94%
G 51 of 170 ~ 30%
B 29 of 170 ~ 17.06%

%52.94
%30
%17.06

CMYK color model

#5A331D color CMYK value is (0,43,68,65).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 67.78%
  • key color value is 64.71%
CMYK:
(0,43,68,65)
C0M43Y68K65 
(0%,43%,68%,65%)
(0.00/0.43/0.68/0.65)	

CMYK percentages

%0
%43.33
%67.78
%64.71

Codes

Color #5A331D in popluar color models

5A331D
RGB905129
HSL22°51.26%23.33%
HSB/HSV22°67.78%35.29%
CMYK0.00%43.33%67.78%
64.71%

Color #5A331D in popluar number systems.

HEX5A331D
Decimal905129
Binary101101011001111101
Octal1326335

Shades and tints

Shades of #5A331D

#5A331D
(90,51,29)
#522F1B
(82,47,27)
#4A2B19
(74,43,25)
#422717
(66,39,23)
#3A2315
(58,35,21)
#321F13
(50,31,19)
#2A1B11
(42,27,17)
#22170F
(34,23,15)
#1A130D
(26,19,13)
#120F0B
(18,15,11)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A331D

#5A331D
(90,51,29)
#694531
(105,69,49)
#785745
(120,87,69)
#876959
(135,105,89)
#967B6D
(150,123,109)
#A58D81
(165,141,129)
#B49F95
(180,159,149)
#C3B1A9
(195,177,169)
#D2C3BD
(210,195,189)
#E1D5D1
(225,213,209)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A331D; }

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

This text font color is #5A331D.


Background Color

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

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

This div background color is #5A331D.


Border color

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

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

This div border color is #5A331D.


Opacity

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

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

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

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

This text has shadow with #5A331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A331D on black background.


Color preview on white background

This text has color #5A331D on white background.



Black color preview on #5A331D background

This text has black color on #5A331D background.


White color preview on #5A331D background

This text has white color on #5A331D background.