COLOR #5A3F2F

HEX: #5A3F2F
RGB: (90,63,47)

Color info

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

RGB color model

#5A3F2F color RGB value is (90,63,47).

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

RGB channels and saturation

R 90 of 255 = 35%
G 63 of 255 = 25%
B 47 of 255 = 18%

90
63
47

R + G + B ~ 26%. #5A3F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 63 + 47 = 200 (100%)
R 90 of 200 ~ 45%
G 63 of 200 ~ 31.5%
B 47 of 200 ~ 23.5%

%45
%31.5
%23.5

CMYK color model

#5A3F2F color CMYK value is (0,30,48,65).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 47.78%
  • key color value is 64.71%
CMYK:
(0,30,48,65)
C0M30Y48K65 
(0%,30%,48%,65%)
(0.00/0.30/0.48/0.65)	

CMYK percentages

%0
%30
%47.78
%64.71

Codes

Color #5A3F2F in popluar color models

5A3F2F
RGB906347
HSL22°31.39%26.86%
HSB/HSV22°47.78%35.29%
CMYK0.00%30.00%47.78%
64.71%

Color #5A3F2F in popluar number systems.

HEX5A3F2F
Decimal906347
Binary1011010111111101111
Octal1327757

Shades and tints

Shades of #5A3F2F

#5A3F2F
(90,63,47)
#523A2B
(82,58,43)
#4A3527
(74,53,39)
#423023
(66,48,35)
#3A2B1F
(58,43,31)
#32261B
(50,38,27)
#2A2117
(42,33,23)
#221C13
(34,28,19)
#1A170F
(26,23,15)
#12120B
(18,18,11)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A3F2F

#5A3F2F
(90,63,47)
#695041
(105,80,65)
#786153
(120,97,83)
#877265
(135,114,101)
#968377
(150,131,119)
#A59489
(165,148,137)
#B4A59B
(180,165,155)
#C3B6AD
(195,182,173)
#D2C7BF
(210,199,191)
#E1D8D1
(225,216,209)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3F2F; }

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

This text font color is #5A3F2F.


Background Color

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

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

This div background color is #5A3F2F.


Border color

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

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

This div border color is #5A3F2F.


Opacity

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

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

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

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

This text has shadow with #5A3F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3F2F on black background.


Color preview on white background

This text has color #5A3F2F on white background.



Black color preview on #5A3F2F background

This text has black color on #5A3F2F background.


White color preview on #5A3F2F background

This text has white color on #5A3F2F background.