COLOR #53575E

HEX: #53575E RGB: (83,87,94)

Color info

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

RGB color model

#53575E color RGB value is (83,87,94).

RGB: (83,87,94) (33%, 34%, 37%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 94 of 255 = 37%

83
87
94

R + G + B ~ 35%. #53575E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 87 + 94 = 264 (100%)
R 83 of 264 ~ 31.44%
G 87 of 264 ~ 32.95%
B 94 of 264 ~ 35.61'%

%31.44
%32.95
%35.61

CMYK color model

#53575E color CMYK value is (12,7,0,63).

  • cyan value is 11.70%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (12,7,0,63)
C12M7Y0K63 (12%, 7%, 0%, 63%)
(0.12 / 0.07 / 0.00 / 0.63)

CMYK percentages

%11.7
%7.45
%0
%63.14

Codes

Color #53575E in popluar color models

53 57 5E
RGB 83 87 94
HSL 218° 6.21% 34.71%
HSB/HSV 218° 11.70% 36.86%
CMYK 11.70% 7.45% 0.00%
63.14%

Color #53575E in popluar number systems.

HEX 53 57 5E
Decimal 83 87 94
Binary 1010011 1010111 1011110
Octal 123 127 136

Shades and tints

Shades of #53575E

#53575E
(83,87,94)
#4C5056
(76,80,86)
#45494E
(69,73,78)
#3E4246
(62,66,70)
#373B3E
(55,59,62)
#303436
(48,52,54)
#292D2E
(41,45,46)
#222626
(34,38,38)
#1B1F1E
(27,31,30)
#141816
(20,24,22)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #53575E

#53575E
(83,87,94)
#62666C
(98,102,108)
#71757A
(113,117,122)
#808488
(128,132,136)
#8F9396
(143,147,150)
#9EA2A4
(158,162,164)
#ADB1B2
(173,177,178)
#BCC0C0
(188,192,192)
#CBCFCE
(203,207,206)
#DADEDC
(218,222,220)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53575E color. Also use rgb(83,87,94) instead hex code.

Text Font Color

.myTextColor { color: #53575E; }

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

This text font color is #53575E.

Background Color

.myBgColor { background-color: #53575E; }

<div style="background-color:#53575E">Inner text</div>

This div background color is #53575E.

Border color

.myBorderColor { border: 1px solid #53575E; }

<div style="border:3px solid #53575E">Div</div>

This div border color is #53575E.

Opacity

.myOpacity80 { color: #53575E; opacity: 0.8; }

<p style="color:#53575E;opacity:0.8;">80%</p>

Text with #53575E 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 #53575E;}

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

This text has shadow with #53575E color.


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

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

This text has shadow with #53575E primary color and red secondary color.


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

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

This text has shadow with #53575E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53575E.

Preview

Color preview on black background

This text has color #53575E on black background.


Color preview on white background

This text has color #53575E on white background.


Black color preview on #53575E background

This text has black color on #53575E background.


White color preview on #53575E background

This text has white color on #53575E background.


Related colors

Complementary color

Complementary color for #hex is #ACA8A1.


I love getcolorcode.com

Triadic colors

1 #5E5357 and #575E53 with #53575E are triadic colors.

2 #5E5753 and #57535E with #53575E are triadic colors.