COLOR #5A392F

HEX: #5A392F
RGB: (90,57,47)

Color info

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

RGB color model

#5A392F color RGB value is (90,57,47).

  • red value is 90;
  • green value is 57;
  • blue value is 47.
RGB:
(90,57,47)
(35%,22%,18%)

RGB channels and saturation

R 90 of 255 = 35%
G 57 of 255 = 22%
B 47 of 255 = 18%

90
57
47

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

Portions of RGB colors in percentages

R + G + B =
90 + 57 + 47 = 194 (100%)
R 90 of 194 ~ 46.39%
G 57 of 194 ~ 29.38%
B 47 of 194 ~ 24.23%

%46.39
%29.38
%24.23

CMYK color model

#5A392F color CMYK value is (0,37,48,65).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 47.78%
  • key color value is 64.71%
CMYK:
(0,37,48,65)
C0M37Y48K65 
(0%,37%,48%,65%)
(0.00/0.37/0.48/0.65)	

CMYK percentages

%0
%36.67
%47.78
%64.71

Codes

Color #5A392F in popluar color models

5A392F
RGB905747
HSL14°31.39%26.86%
HSB/HSV14°47.78%35.29%
CMYK0.00%36.67%47.78%
64.71%

Color #5A392F in popluar number systems.

HEX5A392F
Decimal905747
Binary1011010111001101111
Octal1327157

Shades and tints

Shades of #5A392F

#5A392F
(90,57,47)
#52342B
(82,52,43)
#4A2F27
(74,47,39)
#422A23
(66,42,35)
#3A251F
(58,37,31)
#32201B
(50,32,27)
#2A1B17
(42,27,23)
#221613
(34,22,19)
#1A110F
(26,17,15)
#120C0B
(18,12,11)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #5A392F

#5A392F
(90,57,47)
#694B41
(105,75,65)
#785D53
(120,93,83)
#876F65
(135,111,101)
#968177
(150,129,119)
#A59389
(165,147,137)
#B4A59B
(180,165,155)
#C3B7AD
(195,183,173)
#D2C9BF
(210,201,191)
#E1DBD1
(225,219,209)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A392F color. Also use rgb(90,57,47) instead hex code.

Text Font Color

.myTextColor { color: #5A392F; }

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

This text font color is #5A392F.


Background Color

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

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

This div background color is #5A392F.


Border color

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

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

This div border color is #5A392F.


Opacity

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

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

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

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

This text has shadow with #5A392F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A392F on black background.


Color preview on white background

This text has color #5A392F on white background.



Black color preview on #5A392F background

This text has black color on #5A392F background.


White color preview on #5A392F background

This text has white color on #5A392F background.