COLOR #55725F

HEX: #55725F RGB: (85,114,95)

Color info

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

RGB color model

#55725F color RGB value is (85,114,95).

RGB: (85,114,95) (33%, 45%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 95 of 255 = 37%

85
114
95

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

Portions of RGB colors in percentages

R + G + B = 85 + 114 + 95 = 294 (100%)
R 85 of 294 ~ 28.91%
G 114 of 294 ~ 38.78%
B 95 of 294 ~ 32.31'%

%28.91
%38.78
%32.31

CMYK color model

#55725F color CMYK value is (25,0,17,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%

CMYK: (25,0,17,55)
C25M0Y17K55 (25%, 0%, 17%, 55%)
(0.25 / 0.00 / 0.17 / 0.55)

CMYK percentages

%25.44
%0
%16.67
%55.29

Codes

Color #55725F in popluar color models

55 72 5F
RGB 85 114 95
HSL 141° 14.57% 39.02%
HSB/HSV 141° 25.44% 44.71%
CMYK 25.44% 0.00% 16.67%
55.29%

Color #55725F in popluar number systems.

HEX 55 72 5F
Decimal 85 114 95
Binary 1010101 1110010 1011111
Octal 125 162 137

Shades and tints

Shades of #55725F

#55725F
(85,114,95)
#4E6857
(78,104,87)
#475E4F
(71,94,79)
#405447
(64,84,71)
#394A3F
(57,74,63)
#324037
(50,64,55)
#2B362F
(43,54,47)
#242C27
(36,44,39)
#1D221F
(29,34,31)
#161817
(22,24,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #55725F

#55725F
(85,114,95)
#647E6D
(100,126,109)
#738A7B
(115,138,123)
#829689
(130,150,137)
#91A297
(145,162,151)
#A0AEA5
(160,174,165)
#AFBAB3
(175,186,179)
#BEC6C1
(190,198,193)
#CDD2CF
(205,210,207)
#DCDEDD
(220,222,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55725F; }

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

This text font color is #55725F.

Background Color

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

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

This div background color is #55725F.

Border color

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

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

This div border color is #55725F.

Opacity

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

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

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

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

This text has shadow with #55725F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55725F.

Preview

Color preview on black background

This text has color #55725F on black background.


Color preview on white background

This text has color #55725F on white background.


Black color preview on #55725F background

This text has black color on #55725F background.


White color preview on #55725F background

This text has white color on #55725F background.


Related colors

Complementary color

Complementary color for #hex is #AA8DA0.


I love getcolorcode.com

Triadic colors

1 #5F5572 and #725F55 with #55725F are triadic colors.

2 #5F7255 and #72555F with #55725F are triadic colors.