COLOR #55705B

HEX: #55705B RGB: (85,112,91)

Color info

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

RGB color model

#55705B color RGB value is (85,112,91).

RGB: (85,112,91) (33%, 44%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 91 of 255 = 36%

85
112
91

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

Portions of RGB colors in percentages

R + G + B = 85 + 112 + 91 = 288 (100%)
R 85 of 288 ~ 29.51%
G 112 of 288 ~ 38.89%
B 91 of 288 ~ 31.6'%

%29.51
%38.89
%31.6

CMYK color model

#55705B color CMYK value is (24,0,19,56).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 56.08%

CMYK: (24,0,19,56)
C24M0Y19K56 (24%, 0%, 19%, 56%)
(0.24 / 0.00 / 0.19 / 0.56)

CMYK percentages

%24.11
%0
%18.75
%56.08

Codes

Color #55705B in popluar color models

55 70 5B
RGB 85 112 91
HSL 133° 13.71% 38.63%
HSB/HSV 133° 24.11% 43.92%
CMYK 24.11% 0.00% 18.75%
56.08%

Color #55705B in popluar number systems.

HEX 55 70 5B
Decimal 85 112 91
Binary 1010101 1110000 1011011
Octal 125 160 133

Shades and tints

Shades of #55705B

#55705B
(85,112,91)
#4E6653
(78,102,83)
#475C4B
(71,92,75)
#405243
(64,82,67)
#39483B
(57,72,59)
#323E33
(50,62,51)
#2B342B
(43,52,43)
#242A23
(36,42,35)
#1D201B
(29,32,27)
#161613
(22,22,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #55705B

#55705B
(85,112,91)
#647D69
(100,125,105)
#738A77
(115,138,119)
#829785
(130,151,133)
#91A493
(145,164,147)
#A0B1A1
(160,177,161)
#AFBEAF
(175,190,175)
#BECBBD
(190,203,189)
#CDD8CB
(205,216,203)
#DCE5D9
(220,229,217)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55705B; }

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

This text font color is #55705B.

Background Color

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

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

This div background color is #55705B.

Border color

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

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

This div border color is #55705B.

Opacity

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

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

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

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

This text has shadow with #55705B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55705B.

Preview

Color preview on black background

This text has color #55705B on black background.


Color preview on white background

This text has color #55705B on white background.


Black color preview on #55705B background

This text has black color on #55705B background.


White color preview on #55705B background

This text has white color on #55705B background.


Related colors

Complementary color

Complementary color for #hex is #AA8FA4.


I love getcolorcode.com

Triadic colors

1 #5B5570 and #705B55 with #55705B are triadic colors.

2 #5B7055 and #70555B with #55705B are triadic colors.