COLOR #5A5952

HEX: #5A5952
RGB: (90,89,82)

Color info

#5A5952 contains red, green and blue colors in about the same proportion. Web safe color of #5A5952 is #666666 (or #666).

RGB color model

#5A5952 color RGB value is (90,89,82).

  • red value is 90;
  • green value is 89;
  • blue value is 82.
RGB:
(90,89,82)
(35%,35%,32%)

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 82 of 255 = 32%

90
89
82

R + G + B ~ 34%. #5A5952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 89 + 82 = 261 (100%)
R 90 of 261 ~ 34.48%
G 89 of 261 ~ 34.1%
B 82 of 261 ~ 31.42%

%34.48
%34.1
%31.42

CMYK color model

#5A5952 color CMYK value is (0,1,9,65).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 8.89%
  • key color value is 64.71%
CMYK:
(0,1,9,65)
C0M1Y9K65 
(0%,1%,9%,65%)
(0.00/0.01/0.09/0.65)	

CMYK percentages

%0
%1.11
%8.89
%64.71

Codes

Color #5A5952 in popluar color models

5A5952
RGB908982
HSL52°4.65%33.73%
HSB/HSV52°8.89%35.29%
CMYK0.00%1.11%8.89%
64.71%

Color #5A5952 in popluar number systems.

HEX5A5952
Decimal908982
Binary101101010110011010010
Octal132131122

Shades and tints

Shades of #5A5952

#5A5952
(90,89,82)
#52514B
(82,81,75)
#4A4944
(74,73,68)
#42413D
(66,65,61)
#3A3936
(58,57,54)
#32312F
(50,49,47)
#2A2928
(42,41,40)
#222121
(34,33,33)
#1A191A
(26,25,26)
#121113
(18,17,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #5A5952

#5A5952
(90,89,82)
#696861
(105,104,97)
#787770
(120,119,112)
#87867F
(135,134,127)
#96958E
(150,149,142)
#A5A49D
(165,164,157)
#B4B3AC
(180,179,172)
#C3C2BB
(195,194,187)
#D2D1CA
(210,209,202)
#E1E0D9
(225,224,217)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5952 color. Also use rgb(90,89,82) instead hex code.

Text Font Color

.myTextColor { color: #5A5952; }

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

This text font color is #5A5952.


Background Color

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

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

This div background color is #5A5952.


Border color

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

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

This div border color is #5A5952.


Opacity

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

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

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

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

This text has shadow with #5A5952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5952 on black background.


Color preview on white background

This text has color #5A5952 on white background.



Black color preview on #5A5952 background

This text has black color on #5A5952 background.


White color preview on #5A5952 background

This text has white color on #5A5952 background.