COLOR #555042

HEX: #555042 RGB: (85,80,66)

Color info

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

RGB color model

#555042 color RGB value is (85,80,66).

RGB: (85,80,66) (33%, 31%, 26%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 66 of 255 = 26%

85
80
66

R + G + B ~ 30%. #555042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 66 = 231 (100%)
R 85 of 231 ~ 36.8%
G 80 of 231 ~ 34.63%
B 66 of 231 ~ 28.57'%

%36.8
%34.63
%28.57

CMYK color model

#555042 color CMYK value is (0,6,22,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 22.35%
  • key color value is 66.67%

CMYK: (0,6,22,67)
C0M6Y22K67 (0%, 6%, 22%, 67%)
(0.00 / 0.06 / 0.22 / 0.67)

CMYK percentages

%0
%5.88
%22.35
%66.67

Codes

Color #555042 in popluar color models

55 50 42
RGB 85 80 66
HSL 44° 12.58% 29.61%
HSB/HSV 44° 22.35% 33.33%
CMYK 0.00% 5.88% 22.35%
66.67%

Color #555042 in popluar number systems.

HEX 55 50 42
Decimal 85 80 66
Binary 1010101 1010000 1000010
Octal 125 120 102

Shades and tints

Shades of #555042

#555042
(85,80,66)
#4E493C
(78,73,60)
#474236
(71,66,54)
#403B30
(64,59,48)
#39342A
(57,52,42)
#322D24
(50,45,36)
#2B261E
(43,38,30)
#241F18
(36,31,24)
#1D1812
(29,24,18)
#16110C
(22,17,12)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #555042

#555042
(85,80,66)
#645F53
(100,95,83)
#736E64
(115,110,100)
#827D75
(130,125,117)
#918C86
(145,140,134)
#A09B97
(160,155,151)
#AFAAA8
(175,170,168)
#BEB9B9
(190,185,185)
#CDC8CA
(205,200,202)
#DCD7DB
(220,215,219)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555042 color. Also use rgb(85,80,66) instead hex code.

Text Font Color

.myTextColor { color: #555042; }

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

This text font color is #555042.

Background Color

.myBgColor { background-color: #555042; }

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

This div background color is #555042.

Border color

.myBorderColor { border: 1px solid #555042; }

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

This div border color is #555042.

Opacity

.myOpacity80 { color: #555042; opacity: 0.8; }

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

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

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

This text has shadow with #555042 color.


.textShadow {text-shadow: 3px 3px 1px #555042', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #555042; -webkit-box-shadow: 1px 1px 3px 2px #555042; box-shadow:1px 1px 3px 2px #555042;">
Div content here
</div>

This div box has shadow with color #555042.

Preview

Color preview on black background

This text has color #555042 on black background.


Color preview on white background

This text has color #555042 on white background.


Black color preview on #555042 background

This text has black color on #555042 background.


White color preview on #555042 background

This text has white color on #555042 background.


Related colors

Complementary color

Complementary color for #hex is #AAAFBD.


I love getcolorcode.com

Triadic colors

1 #425550 and #504255 with #555042 are triadic colors.

2 #425055 and #505542 with #555042 are triadic colors.