COLOR #5A5642

HEX: #5A5642
RGB: (90,86,66)

Color info

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

RGB color model

#5A5642 color RGB value is (90,86,66).

  • red value is 90;
  • green value is 86;
  • blue value is 66.
RGB:
(90,86,66)
(35%,34%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 66 of 255 = 26%

90
86
66

R + G + B ~ 32%. #5A5642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 66 = 242 (100%)
R 90 of 242 ~ 37.19%
G 86 of 242 ~ 35.54%
B 66 of 242 ~ 27.27%

%37.19
%35.54
%27.27

CMYK color model

#5A5642 color CMYK value is (0,4,27,65).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 26.67%
  • key color value is 64.71%
CMYK:
(0,4,27,65)
C0M4Y27K65 
(0%,4%,27%,65%)
(0.00/0.04/0.27/0.65)	

CMYK percentages

%0
%4.44
%26.67
%64.71

Codes

Color #5A5642 in popluar color models

5A5642
RGB908666
HSL50°15.38%30.59%
HSB/HSV50°26.67%35.29%
CMYK0.00%4.44%26.67%
64.71%

Color #5A5642 in popluar number systems.

HEX5A5642
Decimal908666
Binary101101010101101000010
Octal132126102

Shades and tints

Shades of #5A5642

#5A5642
(90,86,66)
#524F3C
(82,79,60)
#4A4836
(74,72,54)
#424130
(66,65,48)
#3A3A2A
(58,58,42)
#323324
(50,51,36)
#2A2C1E
(42,44,30)
#222518
(34,37,24)
#1A1E12
(26,30,18)
#12170C
(18,23,12)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #5A5642

#5A5642
(90,86,66)
#696553
(105,101,83)
#787464
(120,116,100)
#878375
(135,131,117)
#969286
(150,146,134)
#A5A197
(165,161,151)
#B4B0A8
(180,176,168)
#C3BFB9
(195,191,185)
#D2CECA
(210,206,202)
#E1DDDB
(225,221,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5642 color. Also use rgb(90,86,66) instead hex code.

Text Font Color

.myTextColor { color: #5A5642; }

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

This text font color is #5A5642.


Background Color

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

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

This div background color is #5A5642.


Border color

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

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

This div border color is #5A5642.


Opacity

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

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

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

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

This text has shadow with #5A5642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5642 on black background.


Color preview on white background

This text has color #5A5642 on white background.



Black color preview on #5A5642 background

This text has black color on #5A5642 background.


White color preview on #5A5642 background

This text has white color on #5A5642 background.