COLOR #5A4F29

HEX: #5A4F29
RGB: (90,79,41)

Color info

#5A4F29 contains red, green and blue colors in about the same proportion. Web safe color of #5A4F29 is #666633 (or #663).

RGB color model

#5A4F29 color RGB value is (90,79,41).

  • red value is 90;
  • green value is 79;
  • blue value is 41.
RGB:
(90,79,41)
(35%,31%,16%)

RGB channels and saturation

R 90 of 255 = 35%
G 79 of 255 = 31%
B 41 of 255 = 16%

90
79
41

R + G + B ~ 27%. #5A4F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 79 + 41 = 210 (100%)
R 90 of 210 ~ 42.86%
G 79 of 210 ~ 37.62%
B 41 of 210 ~ 19.52%

%42.86
%37.62
%19.52

CMYK color model

#5A4F29 color CMYK value is (0,12,54,65).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 54.44%
  • key color value is 64.71%
CMYK:
(0,12,54,65)
C0M12Y54K65 
(0%,12%,54%,65%)
(0.00/0.12/0.54/0.65)	

CMYK percentages

%0
%12.22
%54.44
%64.71

Codes

Color #5A4F29 in popluar color models

5A4F29
RGB907941
HSL47°37.40%25.69%
HSB/HSV47°54.44%35.29%
CMYK0.00%12.22%54.44%
64.71%

Color #5A4F29 in popluar number systems.

HEX5A4F29
Decimal907941
Binary10110101001111101001
Octal13211751

Shades and tints

Shades of #5A4F29

#5A4F29
(90,79,41)
#524826
(82,72,38)
#4A4123
(74,65,35)
#423A20
(66,58,32)
#3A331D
(58,51,29)
#322C1A
(50,44,26)
#2A2517
(42,37,23)
#221E14
(34,30,20)
#1A1711
(26,23,17)
#12100E
(18,16,14)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A4F29

#5A4F29
(90,79,41)
#695F3C
(105,95,60)
#786F4F
(120,111,79)
#877F62
(135,127,98)
#968F75
(150,143,117)
#A59F88
(165,159,136)
#B4AF9B
(180,175,155)
#C3BFAE
(195,191,174)
#D2CFC1
(210,207,193)
#E1DFD4
(225,223,212)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4F29 color. Also use rgb(90,79,41) instead hex code.

Text Font Color

.myTextColor { color: #5A4F29; }

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

This text font color is #5A4F29.


Background Color

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

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

This div background color is #5A4F29.


Border color

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

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

This div border color is #5A4F29.


Opacity

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

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

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

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

This text has shadow with #5A4F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4F29 on black background.


Color preview on white background

This text has color #5A4F29 on white background.



Black color preview on #5A4F29 background

This text has black color on #5A4F29 background.


White color preview on #5A4F29 background

This text has white color on #5A4F29 background.