COLOR #5A5350

HEX: #5A5350 RGB: (90,83,80)

Color info

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

RGB color model

#5A5350 color RGB value is (90,83,80).

RGB: (90,83,80) (35%, 33%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 80 of 255 = 31%

90
83
80

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

Portions of RGB colors in percentages

R + G + B = 90 + 83 + 80 = 253 (100%)
R 90 of 253 ~ 35.57%
G 83 of 253 ~ 32.81%
B 80 of 253 ~ 31.62'%

%35.57
%32.81
%31.62

CMYK color model

#5A5350 color CMYK value is (0,8,11,65).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK: (0,8,11,65) C0M8Y11K65 (0%,8%,11%,65%) (0.00/0.08/0.11/0.65) 

CMYK percentages

%0
%7.78
%11.11
%64.71

Codes

Color #5A5350 in popluar color models

5A 53 50
RGB 90 83 80
HSL 18° 5.88% 33.33%
HSB/HSV 18° 11.11% 35.29%
CMYK 0.00% 7.78% 11.11%
64.71%

Color #5A5350 in popluar number systems.

HEX 5A 53 50
Decimal 90 83 80
Binary 1011010 1010011 1010000
Octal 132 123 120

Shades and tints

Shades of #5A5350

#5A5350
(90,83,80)
#524C49
(82,76,73)
#4A4542
(74,69,66)
#423E3B
(66,62,59)
#3A3734
(58,55,52)
#32302D
(50,48,45)
#2A2926
(42,41,38)
#22221F
(34,34,31)
#1A1B18
(26,27,24)
#121411
(18,20,17)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #5A5350

#5A5350
(90,83,80)
#69625F
(105,98,95)
#78716E
(120,113,110)
#87807D
(135,128,125)
#968F8C
(150,143,140)
#A59E9B
(165,158,155)
#B4ADAA
(180,173,170)
#C3BCB9
(195,188,185)
#D2CBC8
(210,203,200)
#E1DAD7
(225,218,215)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5350 color. Also use rgb(90,83,80) instead hex code.

Text Font Color

.myTextColor { color: #5A5350; }

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

This text font color is #5A5350.

Background Color

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

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

This div background color is #5A5350.

Border color

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

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

This div border color is #5A5350.

Opacity

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

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

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

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

This text has shadow with #5A5350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5350.

Preview

Color preview on black background

This text has color #5A5350 on black background.


Color preview on white background

This text has color #5A5350 on white background.


Black color preview on #5A5350 background

This text has black color on #5A5350 background.


White color preview on #5A5350 background

This text has white color on #5A5350 background.


Related colors

Complementary color

Complementary color for #hex is #A5ACAF.


I love getcolorcode.com

Triadic colors

1 #505A53 and #53505A with #5A5350 are triadic colors.

2 #50535A and #535A50 with #5A5350 are triadic colors.