COLOR #55705E

HEX: #55705E
RGB: (85,112,94)

Color info

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

RGB color model

#55705E color RGB value is (85,112,94).

  • red value is 85;
  • green value is 112;
  • blue value is 94.
RGB:
(85,112,94)
(33%,44%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 94 of 255 = 37%

85
112
94

R + G + B ~ 38%. #55705E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 94 = 291 (100%)
R 85 of 291 ~ 29.21%
G 112 of 291 ~ 38.49%
B 94 of 291 ~ 32.3%

%29.21
%38.49
%32.3

CMYK color model

#55705E color CMYK value is (24,0,16,56).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(24,0,16,56)
C24M0Y16K56 
(24%,0%,16%,56%)
(0.24/0.00/0.16/0.56)	

CMYK percentages

%24.11
%0
%16.07
%56.08

Codes

Color #55705E in popluar color models

55705E
RGB8511294
HSL140°13.71%38.63%
HSB/HSV140°24.11%43.92%
CMYK24.11%0.00%16.07%
56.08%

Color #55705E in popluar number systems.

HEX55705E
Decimal8511294
Binary101010111100001011110
Octal125160136

Shades and tints

Shades of #55705E

#55705E
(85,112,94)
#4E6656
(78,102,86)
#475C4E
(71,92,78)
#405246
(64,82,70)
#39483E
(57,72,62)
#323E36
(50,62,54)
#2B342E
(43,52,46)
#242A26
(36,42,38)
#1D201E
(29,32,30)
#161616
(22,22,22)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #55705E

#55705E
(85,112,94)
#647D6C
(100,125,108)
#738A7A
(115,138,122)
#829788
(130,151,136)
#91A496
(145,164,150)
#A0B1A4
(160,177,164)
#AFBEB2
(175,190,178)
#BECBC0
(190,203,192)
#CDD8CE
(205,216,206)
#DCE5DC
(220,229,220)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55705E color. Also use rgb(85,112,94) instead hex code.

Text Font Color

.myTextColor { color: #55705E; }

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

This text font color is #55705E.


Background Color

.myBgColor { background-color: #55705E; }

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

This div background color is #55705E.


Border color

.myBorderColor { border: 1px solid #55705E; }

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

This div border color is #55705E.


Opacity

.myOpacity80 { color: #55705E; opacity: 0.8; }

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

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

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

This text has shadow with #55705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55705E on black background.


Color preview on white background

This text has color #55705E on white background.



Black color preview on #55705E background

This text has black color on #55705E background.


White color preview on #55705E background

This text has white color on #55705E background.