COLOR #555839

HEX: #555839
RGB: (85,88,57)

Color info

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

RGB color model

#555839 color RGB value is (85,88,57).

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

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 57 of 255 = 22%

85
88
57

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

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 57 = 230 (100%)
R 85 of 230 ~ 36.96%
G 88 of 230 ~ 38.26%
B 57 of 230 ~ 24.78%

%36.96
%38.26
%24.78

CMYK color model

#555839 color CMYK value is (3,0,35,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 65.49%
CMYK:
(3,0,35,65)
C3M0Y35K65 
(3%,0%,35%,65%)
(0.03/0.00/0.35/0.65)	

CMYK percentages

%3.41
%0
%35.23
%65.49

Codes

Color #555839 in popluar color models

555839
RGB858857
HSL66°21.38%28.43%
HSB/HSV66°35.23%34.51%
CMYK3.41%0.00%35.23%
65.49%

Color #555839 in popluar number systems.

HEX555839
Decimal858857
Binary10101011011000111001
Octal12513071

Shades and tints

Shades of #555839

#555839
(85,88,57)
#4E5034
(78,80,52)
#47482F
(71,72,47)
#40402A
(64,64,42)
#393825
(57,56,37)
#323020
(50,48,32)
#2B281B
(43,40,27)
#242016
(36,32,22)
#1D1811
(29,24,17)
#16100C
(22,16,12)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #555839

#555839
(85,88,57)
#64674B
(100,103,75)
#73765D
(115,118,93)
#82856F
(130,133,111)
#919481
(145,148,129)
#A0A393
(160,163,147)
#AFB2A5
(175,178,165)
#BEC1B7
(190,193,183)
#CDD0C9
(205,208,201)
#DCDFDB
(220,223,219)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555839; }

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

This text font color is #555839.


Background Color

.myBgColor { background-color: #555839; }

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

This div background color is #555839.


Border color

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

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

This div border color is #555839.


Opacity

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

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

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

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

This text has shadow with #555839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555839 on black background.


Color preview on white background

This text has color #555839 on white background.



Black color preview on #555839 background

This text has black color on #555839 background.


White color preview on #555839 background

This text has white color on #555839 background.