COLOR #555139

HEX: #555139
RGB: (85,81,57)

Color info

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

RGB color model

#555139 color RGB value is (85,81,57).

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

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 57 of 255 = 22%

85
81
57

R + G + B ~ 29%. #555139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 57 = 223 (100%)
R 85 of 223 ~ 38.12%
G 81 of 223 ~ 36.32%
B 57 of 223 ~ 25.56%

%38.12
%36.32
%25.56

CMYK color model

#555139 color CMYK value is (0,5,33,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(0,5,33,67)
C0M5Y33K67 
(0%,5%,33%,67%)
(0.00/0.05/0.33/0.67)	

CMYK percentages

%0
%4.71
%32.94
%66.67

Codes

Color #555139 in popluar color models

555139
RGB858157
HSL51°19.72%27.84%
HSB/HSV51°32.94%33.33%
CMYK0.00%4.71%32.94%
66.67%

Color #555139 in popluar number systems.

HEX555139
Decimal858157
Binary10101011010001111001
Octal12512171

Shades and tints

Shades of #555139

#555139
(85,81,57)
#4E4A34
(78,74,52)
#47432F
(71,67,47)
#403C2A
(64,60,42)
#393525
(57,53,37)
#322E20
(50,46,32)
#2B271B
(43,39,27)
#242016
(36,32,22)
#1D1911
(29,25,17)
#16120C
(22,18,12)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #555139

#555139
(85,81,57)
#64604B
(100,96,75)
#736F5D
(115,111,93)
#827E6F
(130,126,111)
#918D81
(145,141,129)
#A09C93
(160,156,147)
#AFABA5
(175,171,165)
#BEBAB7
(190,186,183)
#CDC9C9
(205,201,201)
#DCD8DB
(220,216,219)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555139; }

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

This text font color is #555139.


Background Color

.myBgColor { background-color: #555139; }

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

This div background color is #555139.


Border color

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

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

This div border color is #555139.


Opacity

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

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

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

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

This text has shadow with #555139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555139 on black background.


Color preview on white background

This text has color #555139 on white background.



Black color preview on #555139 background

This text has black color on #555139 background.


White color preview on #555139 background

This text has white color on #555139 background.