COLOR #55775B

HEX: #55775B
RGB: (85,119,91)

Color info

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

RGB color model

#55775B color RGB value is (85,119,91).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 91 of 255 = 36%

85
119
91

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

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 91 = 295 (100%)
R 85 of 295 ~ 28.81%
G 119 of 295 ~ 40.34%
B 91 of 295 ~ 30.85%

%28.81
%40.34
%30.85

CMYK color model

#55775B color CMYK value is (29,0,24,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(29,0,24,53)
C29M0Y24K53 
(29%,0%,24%,53%)
(0.29/0.00/0.24/0.53)	

CMYK percentages

%28.57
%0
%23.53
%53.33

Codes

Color #55775B in popluar color models

55775B
RGB8511991
HSL131°16.67%40.00%
HSB/HSV131°28.57%46.67%
CMYK28.57%0.00%23.53%
53.33%

Color #55775B in popluar number systems.

HEX55775B
Decimal8511991
Binary101010111101111011011
Octal125167133

Shades and tints

Shades of #55775B

#55775B
(85,119,91)
#4E6D53
(78,109,83)
#47634B
(71,99,75)
#405943
(64,89,67)
#394F3B
(57,79,59)
#324533
(50,69,51)
#2B3B2B
(43,59,43)
#243123
(36,49,35)
#1D271B
(29,39,27)
#161D13
(22,29,19)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #55775B

#55775B
(85,119,91)
#648369
(100,131,105)
#738F77
(115,143,119)
#829B85
(130,155,133)
#91A793
(145,167,147)
#A0B3A1
(160,179,161)
#AFBFAF
(175,191,175)
#BECBBD
(190,203,189)
#CDD7CB
(205,215,203)
#DCE3D9
(220,227,217)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55775B; }

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

This text font color is #55775B.


Background Color

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

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

This div background color is #55775B.


Border color

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

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

This div border color is #55775B.


Opacity

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

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

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

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

This text has shadow with #55775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55775B on black background.


Color preview on white background

This text has color #55775B on white background.



Black color preview on #55775B background

This text has black color on #55775B background.


White color preview on #55775B background

This text has white color on #55775B background.