COLOR #55775F

HEX: #55775F
RGB: (85,119,95)

Color info

#55775F contains red, green and blue colors in about the same proportion. Web safe color of #55775F is #666666 (or #666).

RGB color model

#55775F color RGB value is (85,119,95).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 95 of 255 = 37%

85
119
95

R + G + B ~ 39%. #55775F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 95 = 299 (100%)
R 85 of 299 ~ 28.43%
G 119 of 299 ~ 39.8%
B 95 of 299 ~ 31.77%

%28.43
%39.8
%31.77

CMYK color model

#55775F color CMYK value is (29,0,20,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(29,0,20,53)
C29M0Y20K53 
(29%,0%,20%,53%)
(0.29/0.00/0.20/0.53)	

CMYK percentages

%28.57
%0
%20.17
%53.33

Codes

Color #55775F in popluar color models

55775F
RGB8511995
HSL138°16.67%40.00%
HSB/HSV138°28.57%46.67%
CMYK28.57%0.00%20.17%
53.33%

Color #55775F in popluar number systems.

HEX55775F
Decimal8511995
Binary101010111101111011111
Octal125167137

Shades and tints

Shades of #55775F

#55775F
(85,119,95)
#4E6D57
(78,109,87)
#47634F
(71,99,79)
#405947
(64,89,71)
#394F3F
(57,79,63)
#324537
(50,69,55)
#2B3B2F
(43,59,47)
#243127
(36,49,39)
#1D271F
(29,39,31)
#161D17
(22,29,23)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #55775F

#55775F
(85,119,95)
#64836D
(100,131,109)
#738F7B
(115,143,123)
#829B89
(130,155,137)
#91A797
(145,167,151)
#A0B3A5
(160,179,165)
#AFBFB3
(175,191,179)
#BECBC1
(190,203,193)
#CDD7CF
(205,215,207)
#DCE3DD
(220,227,221)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55775F; }

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

This text font color is #55775F.


Background Color

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

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

This div background color is #55775F.


Border color

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

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

This div border color is #55775F.


Opacity

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

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

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

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

This text has shadow with #55775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55775F on black background.


Color preview on white background

This text has color #55775F on white background.



Black color preview on #55775F background

This text has black color on #55775F background.


White color preview on #55775F background

This text has white color on #55775F background.