COLOR #555E4A

HEX: #555E4A
RGB: (85,94,74)

Color info

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

RGB color model

#555E4A color RGB value is (85,94,74).

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

RGB channels and saturation

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

85
94
74

R + G + B ~ 33%. #555E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 74 = 253 (100%)
R 85 of 253 ~ 33.6%
G 94 of 253 ~ 37.15%
B 74 of 253 ~ 29.25%

%33.6
%37.15
%29.25

CMYK color model

#555E4A color CMYK value is (10,0,21,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(10,0,21,63)
C10M0Y21K63 
(10%,0%,21%,63%)
(0.10/0.00/0.21/0.63)	

CMYK percentages

%9.57
%0
%21.28
%63.14

Codes

Color #555E4A in popluar color models

555E4A
RGB859474
HSL87°11.90%32.94%
HSB/HSV87°21.28%36.86%
CMYK9.57%0.00%21.28%
63.14%

Color #555E4A in popluar number systems.

HEX555E4A
Decimal859474
Binary101010110111101001010
Octal125136112

Shades and tints

Shades of #555E4A

#555E4A
(85,94,74)
#4E5644
(78,86,68)
#474E3E
(71,78,62)
#404638
(64,70,56)
#393E32
(57,62,50)
#32362C
(50,54,44)
#2B2E26
(43,46,38)
#242620
(36,38,32)
#1D1E1A
(29,30,26)
#161614
(22,22,20)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #555E4A

#555E4A
(85,94,74)
#646C5A
(100,108,90)
#737A6A
(115,122,106)
#82887A
(130,136,122)
#91968A
(145,150,138)
#A0A49A
(160,164,154)
#AFB2AA
(175,178,170)
#BEC0BA
(190,192,186)
#CDCECA
(205,206,202)
#DCDCDA
(220,220,218)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555E4A color. Also use rgb(85,94,74) instead hex code.

Text Font Color

.myTextColor { color: #555E4A; }

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

This text font color is #555E4A.


Background Color

.myBgColor { background-color: #555E4A; }

<div style="background-color:#555E4A">Inner text</div>

This div background color is #555E4A.


Border color

.myBorderColor { border: 1px solid #555E4A; }

<div style="border:3px solid #555E4A">Div</div>

This div border color is #555E4A.


Opacity

.myOpacity80 { color: #555E4A; opacity: 0.8; }

<p style="color:#555E4A;opacity:0.8;">80%</p>

Text with #555E4A 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 #555E4A;}

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

This text has shadow with #555E4A color.

.textShadow {text-shadow: 3px 3px 1px #555E4A, 3px 3px 1px red;}

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

This text has shadow with #555E4A primary color and red secondary color.


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

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

This text has shadow with #555E4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E4A on black background.


Color preview on white background

This text has color #555E4A on white background.



Black color preview on #555E4A background

This text has black color on #555E4A background.


White color preview on #555E4A background

This text has white color on #555E4A background.