COLOR #555847

HEX: #555847
RGB: (85,88,71)

Color info

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

RGB color model

#555847 color RGB value is (85,88,71).

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

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 71 of 255 = 28%

85
88
71

R + G + B ~ 32%. #555847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 71 = 244 (100%)
R 85 of 244 ~ 34.84%
G 88 of 244 ~ 36.07%
B 71 of 244 ~ 29.1%

%34.84
%36.07
%29.1

CMYK color model

#555847 color CMYK value is (3,0,19,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 65.49%
CMYK:
(3,0,19,65)
C3M0Y19K65 
(3%,0%,19%,65%)
(0.03/0.00/0.19/0.65)	

CMYK percentages

%3.41
%0
%19.32
%65.49

Codes

Color #555847 in popluar color models

555847
RGB858871
HSL71°10.69%31.18%
HSB/HSV71°19.32%34.51%
CMYK3.41%0.00%19.32%
65.49%

Color #555847 in popluar number systems.

HEX555847
Decimal858871
Binary101010110110001000111
Octal125130107

Shades and tints

Shades of #555847

#555847
(85,88,71)
#4E5041
(78,80,65)
#47483B
(71,72,59)
#404035
(64,64,53)
#39382F
(57,56,47)
#323029
(50,48,41)
#2B2823
(43,40,35)
#24201D
(36,32,29)
#1D1817
(29,24,23)
#161011
(22,16,17)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #555847

#555847
(85,88,71)
#646757
(100,103,87)
#737667
(115,118,103)
#828577
(130,133,119)
#919487
(145,148,135)
#A0A397
(160,163,151)
#AFB2A7
(175,178,167)
#BEC1B7
(190,193,183)
#CDD0C7
(205,208,199)
#DCDFD7
(220,223,215)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555847; }

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

This text font color is #555847.


Background Color

.myBgColor { background-color: #555847; }

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

This div background color is #555847.


Border color

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

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

This div border color is #555847.


Opacity

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

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

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

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

This text has shadow with #555847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555847 on black background.


Color preview on white background

This text has color #555847 on white background.



Black color preview on #555847 background

This text has black color on #555847 background.


White color preview on #555847 background

This text has white color on #555847 background.