COLOR #5A5452

HEX: #5A5452 RGB: (90,84,82)

Color info

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

RGB color model

#5A5452 color RGB value is (90,84,82).

RGB: (90,84,82) (35%, 33%, 32%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 82 of 255 = 32%

90
84
82

R + G + B ~ 33%. #5A5452 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 84 + 82 = 256 (100%)
R 90 of 256 ~ 35.16%
G 84 of 256 ~ 32.81%
B 82 of 256 ~ 32.03'%

%35.16
%32.81
%32.03

CMYK color model

#5A5452 color CMYK value is (0,7,9,65).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 8.89%
  • key color value is 64.71%

CMYK: (0,7,9,65)
C0M7Y9K65 (0%, 7%, 9%, 65%)
(0.00 / 0.07 / 0.09 / 0.65)

CMYK percentages

%0
%6.67
%8.89
%64.71

Codes

Color #5A5452 in popluar color models

5A 54 52
RGB 90 84 82
HSL 15° 4.65% 33.73%
HSB/HSV 15° 8.89% 35.29%
CMYK 0.00% 6.67% 8.89%
64.71%

Color #5A5452 in popluar number systems.

HEX 5A 54 52
Decimal 90 84 82
Binary 1011010 1010100 1010010
Octal 132 124 122

Shades and tints

Shades of #5A5452

#5A5452
(90,84,82)
#524D4B
(82,77,75)
#4A4644
(74,70,68)
#423F3D
(66,63,61)
#3A3836
(58,56,54)
#32312F
(50,49,47)
#2A2A28
(42,42,40)
#222321
(34,35,33)
#1A1C1A
(26,28,26)
#121513
(18,21,19)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #5A5452

#5A5452
(90,84,82)
#696361
(105,99,97)
#787270
(120,114,112)
#87817F
(135,129,127)
#96908E
(150,144,142)
#A59F9D
(165,159,157)
#B4AEAC
(180,174,172)
#C3BDBB
(195,189,187)
#D2CCCA
(210,204,202)
#E1DBD9
(225,219,217)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5452; }

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

This text font color is #5A5452.

Background Color

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

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

This div background color is #5A5452.

Border color

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

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

This div border color is #5A5452.

Opacity

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

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

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

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

This text has shadow with #5A5452 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5452.

Preview

Color preview on black background

This text has color #5A5452 on black background.


Color preview on white background

This text has color #5A5452 on white background.


Black color preview on #5A5452 background

This text has black color on #5A5452 background.


White color preview on #5A5452 background

This text has white color on #5A5452 background.


Related colors

Complementary color

Complementary color for #hex is #A5ABAD.


I love getcolorcode.com

Triadic colors

1 #525A54 and #54525A with #5A5452 are triadic colors.

2 #52545A and #545A52 with #5A5452 are triadic colors.