COLOR #5E555A

HEX: #5E555A
RGB: (94,85,90)

Color info

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

RGB color model

#5E555A color RGB value is (94,85,90).

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

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 90 of 255 = 35%

94
85
90

R + G + B ~ 35%. #5E555A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 90 = 269 (100%)
R 94 of 269 ~ 34.94%
G 85 of 269 ~ 31.6%
B 90 of 269 ~ 33.46%

%34.94
%31.6
%33.46

CMYK color model

#5E555A color CMYK value is (0,10,4,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 4.26%
  • key color value is 63.14%
CMYK:
(0,10,4,63)
C0M10Y4K63 
(0%,10%,4%,63%)
(0.00/0.10/0.04/0.63)	

CMYK percentages

%0
%9.57
%4.26
%63.14

Codes

Color #5E555A in popluar color models

5E555A
RGB948590
HSL327°5.03%35.10%
HSB/HSV327°9.57%36.86%
CMYK0.00%9.57%4.26%
63.14%

Color #5E555A in popluar number systems.

HEX5E555A
Decimal948590
Binary101111010101011011010
Octal136125132

Shades and tints

Shades of #5E555A

#5E555A
(94,85,90)
#564E52
(86,78,82)
#4E474A
(78,71,74)
#464042
(70,64,66)
#3E393A
(62,57,58)
#363232
(54,50,50)
#2E2B2A
(46,43,42)
#262422
(38,36,34)
#1E1D1A
(30,29,26)
#161612
(22,22,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E555A

#5E555A
(94,85,90)
#6C6469
(108,100,105)
#7A7378
(122,115,120)
#888287
(136,130,135)
#969196
(150,145,150)
#A4A0A5
(164,160,165)
#B2AFB4
(178,175,180)
#C0BEC3
(192,190,195)
#CECDD2
(206,205,210)
#DCDCE1
(220,220,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E555A; }

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

This text font color is #5E555A.


Background Color

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

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

This div background color is #5E555A.


Border color

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

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

This div border color is #5E555A.


Opacity

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

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

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

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

This text has shadow with #5E555A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E555A on black background.


Color preview on white background

This text has color #5E555A on white background.



Black color preview on #5E555A background

This text has black color on #5E555A background.


White color preview on #5E555A background

This text has white color on #5E555A background.