COLOR #5D5153

HEX: #5D5153
RGB: (93,81,83)

Color info

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

RGB color model

#5D5153 color RGB value is (93,81,83).

  • red value is 93;
  • green value is 81;
  • blue value is 83.
RGB:
(93,81,83)
(36%,32%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 83 of 255 = 33%

93
81
83

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

Portions of RGB colors in percentages

R + G + B =
93 + 81 + 83 = 257 (100%)
R 93 of 257 ~ 36.19%
G 81 of 257 ~ 31.52%
B 83 of 257 ~ 32.3%

%36.19
%31.52
%32.3

CMYK color model

#5D5153 color CMYK value is (0,13,11,64).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 10.75%
  • key color value is 63.53%
CMYK:
(0,13,11,64)
C0M13Y11K64 
(0%,13%,11%,64%)
(0.00/0.13/0.11/0.64)	

CMYK percentages

%0
%12.9
%10.75
%63.53

Codes

Color #5D5153 in popluar color models

5D5153
RGB938183
HSL350°6.90%34.12%
HSB/HSV350°12.90%36.47%
CMYK0.00%12.90%10.75%
63.53%

Color #5D5153 in popluar number systems.

HEX5D5153
Decimal938183
Binary101110110100011010011
Octal135121123

Shades and tints

Shades of #5D5153

#5D5153
(93,81,83)
#554A4C
(85,74,76)
#4D4345
(77,67,69)
#453C3E
(69,60,62)
#3D3537
(61,53,55)
#352E30
(53,46,48)
#2D2729
(45,39,41)
#252022
(37,32,34)
#1D191B
(29,25,27)
#151214
(21,18,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #5D5153

#5D5153
(93,81,83)
#6B6062
(107,96,98)
#796F71
(121,111,113)
#877E80
(135,126,128)
#958D8F
(149,141,143)
#A39C9E
(163,156,158)
#B1ABAD
(177,171,173)
#BFBABC
(191,186,188)
#CDC9CB
(205,201,203)
#DBD8DA
(219,216,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5153 color. Also use rgb(93,81,83) instead hex code.

Text Font Color

.myTextColor { color: #5D5153; }

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

This text font color is #5D5153.


Background Color

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

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

This div background color is #5D5153.


Border color

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

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

This div border color is #5D5153.


Opacity

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

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

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

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

This text has shadow with #5D5153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5153 on black background.


Color preview on white background

This text has color #5D5153 on white background.



Black color preview on #5D5153 background

This text has black color on #5D5153 background.


White color preview on #5D5153 background

This text has white color on #5D5153 background.