COLOR #55875F

HEX: #55875F
RGB: (85,135,95)

Color info

#55875F contains red, green and blue colors in about the same proportion. Web safe color of #55875F is #669966 (or #696).

RGB color model

#55875F color RGB value is (85,135,95).

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

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 95 of 255 = 37%

85
135
95

R + G + B ~ 41%. #55875F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 135 + 95 = 315 (100%)
R 85 of 315 ~ 26.98%
G 135 of 315 ~ 42.86%
B 95 of 315 ~ 30.16%

%26.98
%42.86
%30.16

CMYK color model

#55875F color CMYK value is (37,0,30,47).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(37,0,30,47)
C37M0Y30K47 
(37%,0%,30%,47%)
(0.37/0.00/0.30/0.47)	

CMYK percentages

%37.04
%0
%29.63
%47.06

Codes

Color #55875F in popluar color models

55875F
RGB8513595
HSL132°22.73%43.14%
HSB/HSV132°37.04%52.94%
CMYK37.04%0.00%29.63%
47.06%

Color #55875F in popluar number systems.

HEX55875F
Decimal8513595
Binary1010101100001111011111
Octal125207137

Shades and tints

Shades of #55875F

#55875F
(85,135,95)
#4E7B57
(78,123,87)
#476F4F
(71,111,79)
#406347
(64,99,71)
#39573F
(57,87,63)
#324B37
(50,75,55)
#2B3F2F
(43,63,47)
#243327
(36,51,39)
#1D271F
(29,39,31)
#161B17
(22,27,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #55875F

#55875F
(85,135,95)
#64916D
(100,145,109)
#739B7B
(115,155,123)
#82A589
(130,165,137)
#91AF97
(145,175,151)
#A0B9A5
(160,185,165)
#AFC3B3
(175,195,179)
#BECDC1
(190,205,193)
#CDD7CF
(205,215,207)
#DCE1DD
(220,225,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55875F color. Also use rgb(85,135,95) instead hex code.

Text Font Color

.myTextColor { color: #55875F; }

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

This text font color is #55875F.


Background Color

.myBgColor { background-color: #55875F; }

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

This div background color is #55875F.


Border color

.myBorderColor { border: 1px solid #55875F; }

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

This div border color is #55875F.


Opacity

.myOpacity80 { color: #55875F; opacity: 0.8; }

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

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

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

This text has shadow with #55875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55875F on black background.


Color preview on white background

This text has color #55875F on white background.



Black color preview on #55875F background

This text has black color on #55875F background.


White color preview on #55875F background

This text has white color on #55875F background.