COLOR #555842

HEX: #555842
RGB: (85,88,66)

Color info

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

RGB color model

#555842 color RGB value is (85,88,66).

  • red value is 85;
  • green value is 88;
  • blue value is 66.
RGB:
(85,88,66)
(33%,35%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 66 of 255 = 26%

85
88
66

R + G + B ~ 31%. #555842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 66 = 239 (100%)
R 85 of 239 ~ 35.56%
G 88 of 239 ~ 36.82%
B 66 of 239 ~ 27.62%

%35.56
%36.82
%27.62

CMYK color model

#555842 color CMYK value is (3,0,25,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(3,0,25,65)
C3M0Y25K65 
(3%,0%,25%,65%)
(0.03/0.00/0.25/0.65)	

CMYK percentages

%3.41
%0
%25
%65.49

Codes

Color #555842 in popluar color models

555842
RGB858866
HSL68°14.29%30.20%
HSB/HSV68°25.00%34.51%
CMYK3.41%0.00%25.00%
65.49%

Color #555842 in popluar number systems.

HEX555842
Decimal858866
Binary101010110110001000010
Octal125130102

Shades and tints

Shades of #555842

#555842
(85,88,66)
#4E503C
(78,80,60)
#474836
(71,72,54)
#404030
(64,64,48)
#39382A
(57,56,42)
#323024
(50,48,36)
#2B281E
(43,40,30)
#242018
(36,32,24)
#1D1812
(29,24,18)
#16100C
(22,16,12)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #555842

#555842
(85,88,66)
#646753
(100,103,83)
#737664
(115,118,100)
#828575
(130,133,117)
#919486
(145,148,134)
#A0A397
(160,163,151)
#AFB2A8
(175,178,168)
#BEC1B9
(190,193,185)
#CDD0CA
(205,208,202)
#DCDFDB
(220,223,219)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555842; }

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

This text font color is #555842.


Background Color

.myBgColor { background-color: #555842; }

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

This div background color is #555842.


Border color

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

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

This div border color is #555842.


Opacity

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

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

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

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

This text has shadow with #555842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555842 on black background.


Color preview on white background

This text has color #555842 on white background.



Black color preview on #555842 background

This text has black color on #555842 background.


White color preview on #555842 background

This text has white color on #555842 background.