COLOR #5A4C2F

HEX: #5A4C2F
RGB: (90,76,47)

Color info

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

RGB color model

#5A4C2F color RGB value is (90,76,47).

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

RGB channels and saturation

R 90 of 255 = 35%
G 76 of 255 = 30%
B 47 of 255 = 18%

90
76
47

R + G + B ~ 28%. #5A4C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 76 + 47 = 213 (100%)
R 90 of 213 ~ 42.25%
G 76 of 213 ~ 35.68%
B 47 of 213 ~ 22.07%

%42.25
%35.68
%22.07

CMYK color model

#5A4C2F color CMYK value is (0,16,48,65).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 47.78%
  • key color value is 64.71%
CMYK:
(0,16,48,65)
C0M16Y48K65 
(0%,16%,48%,65%)
(0.00/0.16/0.48/0.65)	

CMYK percentages

%0
%15.56
%47.78
%64.71

Codes

Color #5A4C2F in popluar color models

5A4C2F
RGB907647
HSL40°31.39%26.86%
HSB/HSV40°47.78%35.29%
CMYK0.00%15.56%47.78%
64.71%

Color #5A4C2F in popluar number systems.

HEX5A4C2F
Decimal907647
Binary10110101001100101111
Octal13211457

Shades and tints

Shades of #5A4C2F

#5A4C2F
(90,76,47)
#52462B
(82,70,43)
#4A4027
(74,64,39)
#423A23
(66,58,35)
#3A341F
(58,52,31)
#322E1B
(50,46,27)
#2A2817
(42,40,23)
#222213
(34,34,19)
#1A1C0F
(26,28,15)
#12160B
(18,22,11)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #5A4C2F

#5A4C2F
(90,76,47)
#695C41
(105,92,65)
#786C53
(120,108,83)
#877C65
(135,124,101)
#968C77
(150,140,119)
#A59C89
(165,156,137)
#B4AC9B
(180,172,155)
#C3BCAD
(195,188,173)
#D2CCBF
(210,204,191)
#E1DCD1
(225,220,209)
#F0ECE3
(240,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4C2F; }

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

This text font color is #5A4C2F.


Background Color

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

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

This div background color is #5A4C2F.


Border color

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

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

This div border color is #5A4C2F.


Opacity

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

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

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

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

This text has shadow with #5A4C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4C2F on black background.


Color preview on white background

This text has color #5A4C2F on white background.



Black color preview on #5A4C2F background

This text has black color on #5A4C2F background.


White color preview on #5A4C2F background

This text has white color on #5A4C2F background.