COLOR #5E554B

HEX: #5E554B
RGB: (94,85,75)

Color info

#5E554B contains red, green and blue colors in about the same proportion. Web safe color of #5E554B is #666633 (or #663).

RGB color model

#5E554B color RGB value is (94,85,75).

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

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 75 of 255 = 29%

94
85
75

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

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 75 = 254 (100%)
R 94 of 254 ~ 37.01%
G 85 of 254 ~ 33.46%
B 75 of 254 ~ 29.53%

%37.01
%33.46
%29.53

CMYK color model

#5E554B color CMYK value is (0,10,20,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 20.21%
  • key color value is 63.14%
CMYK:
(0,10,20,63)
C0M10Y20K63 
(0%,10%,20%,63%)
(0.00/0.10/0.20/0.63)	

CMYK percentages

%0
%9.57
%20.21
%63.14

Codes

Color #5E554B in popluar color models

5E554B
RGB948575
HSL32°11.24%33.14%
HSB/HSV32°20.21%36.86%
CMYK0.00%9.57%20.21%
63.14%

Color #5E554B in popluar number systems.

HEX5E554B
Decimal948575
Binary101111010101011001011
Octal136125113

Shades and tints

Shades of #5E554B

#5E554B
(94,85,75)
#564E45
(86,78,69)
#4E473F
(78,71,63)
#464039
(70,64,57)
#3E3933
(62,57,51)
#36322D
(54,50,45)
#2E2B27
(46,43,39)
#262421
(38,36,33)
#1E1D1B
(30,29,27)
#161615
(22,22,21)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5E554B

#5E554B
(94,85,75)
#6C645B
(108,100,91)
#7A736B
(122,115,107)
#88827B
(136,130,123)
#96918B
(150,145,139)
#A4A09B
(164,160,155)
#B2AFAB
(178,175,171)
#C0BEBB
(192,190,187)
#CECDCB
(206,205,203)
#DCDCDB
(220,220,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E554B; }

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

This text font color is #5E554B.


Background Color

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

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

This div background color is #5E554B.


Border color

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

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

This div border color is #5E554B.


Opacity

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

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

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

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

This text has shadow with #5E554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E554B on black background.


Color preview on white background

This text has color #5E554B on white background.



Black color preview on #5E554B background

This text has black color on #5E554B background.


White color preview on #5E554B background

This text has white color on #5E554B background.