COLOR #5E5553

HEX: #5E5553
RGB: (94,85,83)

Color info

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

RGB color model

#5E5553 color RGB value is (94,85,83).

  • red value is 94;
  • green value is 85;
  • blue value is 83.
RGB:
(94,85,83)
(37%,33%,33%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 83 of 255 = 33%

94
85
83

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

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 83 = 262 (100%)
R 94 of 262 ~ 35.88%
G 85 of 262 ~ 32.44%
B 83 of 262 ~ 31.68%

%35.88
%32.44
%31.68

CMYK color model

#5E5553 color CMYK value is (0,10,12,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 11.70%
  • key color value is 63.14%
CMYK:
(0,10,12,63)
C0M10Y12K63 
(0%,10%,12%,63%)
(0.00/0.10/0.12/0.63)	

CMYK percentages

%0
%9.57
%11.7
%63.14

Codes

Color #5E5553 in popluar color models

5E5553
RGB948583
HSL11°6.21%34.71%
HSB/HSV11°11.70%36.86%
CMYK0.00%9.57%11.70%
63.14%

Color #5E5553 in popluar number systems.

HEX5E5553
Decimal948583
Binary101111010101011010011
Octal136125123

Shades and tints

Shades of #5E5553

#5E5553
(94,85,83)
#564E4C
(86,78,76)
#4E4745
(78,71,69)
#46403E
(70,64,62)
#3E3937
(62,57,55)
#363230
(54,50,48)
#2E2B29
(46,43,41)
#262422
(38,36,34)
#1E1D1B
(30,29,27)
#161614
(22,22,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #5E5553

#5E5553
(94,85,83)
#6C6462
(108,100,98)
#7A7371
(122,115,113)
#888280
(136,130,128)
#96918F
(150,145,143)
#A4A09E
(164,160,158)
#B2AFAD
(178,175,173)
#C0BEBC
(192,190,188)
#CECDCB
(206,205,203)
#DCDCDA
(220,220,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5553 color. Also use rgb(94,85,83) instead hex code.

Text Font Color

.myTextColor { color: #5E5553; }

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

This text font color is #5E5553.


Background Color

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

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

This div background color is #5E5553.


Border color

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

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

This div border color is #5E5553.


Opacity

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

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

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

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

This text has shadow with #5E5553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5553 on black background.


Color preview on white background

This text has color #5E5553 on white background.



Black color preview on #5E5553 background

This text has black color on #5E5553 background.


White color preview on #5E5553 background

This text has white color on #5E5553 background.