COLOR #55872B

HEX: #55872B
RGB: (85,135,43)

Color info

#55872B contains mainly red and green colors. Web safe color of #55872B is #669933 (or #693).

RGB color model

#55872B color RGB value is (85,135,43).

  • red value is 85;
  • green value is 135;
  • blue value is 43.
RGB:
(85,135,43)
(33%,53%,17%)

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 43 of 255 = 17%

85
135
43

R + G + B ~ 34%. #55872B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 135 + 43 = 263 (100%)
R 85 of 263 ~ 32.32%
G 135 of 263 ~ 51.33%
B 43 of 263 ~ 16.35%

%32.32
%51.33
%16.35

CMYK color model

#55872B color CMYK value is (37,0,68,47).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 68.15%
  • key color value is 47.06%
CMYK:
(37,0,68,47)
C37M0Y68K47 
(37%,0%,68%,47%)
(0.37/0.00/0.68/0.47)	

CMYK percentages

%37.04
%0
%68.15
%47.06

Codes

Color #55872B in popluar color models

55872B
RGB8513543
HSL93°51.69%34.90%
HSB/HSV93°68.15%52.94%
CMYK37.04%0.00%68.15%
47.06%

Color #55872B in popluar number systems.

HEX55872B
Decimal8513543
Binary101010110000111101011
Octal12520753

Shades and tints

Shades of #55872B

#55872B
(85,135,43)
#4E7B28
(78,123,40)
#476F25
(71,111,37)
#406322
(64,99,34)
#39571F
(57,87,31)
#324B1C
(50,75,28)
#2B3F19
(43,63,25)
#243316
(36,51,22)
#1D2713
(29,39,19)
#161B10
(22,27,16)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #55872B

#55872B
(85,135,43)
#64913E
(100,145,62)
#739B51
(115,155,81)
#82A564
(130,165,100)
#91AF77
(145,175,119)
#A0B98A
(160,185,138)
#AFC39D
(175,195,157)
#BECDB0
(190,205,176)
#CDD7C3
(205,215,195)
#DCE1D6
(220,225,214)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55872B color. Also use rgb(85,135,43) instead hex code.

Text Font Color

.myTextColor { color: #55872B; }

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

This text font color is #55872B.


Background Color

.myBgColor { background-color: #55872B; }

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

This div background color is #55872B.


Border color

.myBorderColor { border: 1px solid #55872B; }

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

This div border color is #55872B.


Opacity

.myOpacity80 { color: #55872B; opacity: 0.8; }

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

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

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

This text has shadow with #55872B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55872B on black background.


Color preview on white background

This text has color #55872B on white background.



Black color preview on #55872B background

This text has black color on #55872B background.


White color preview on #55872B background

This text has white color on #55872B background.