COLOR #55725E

HEX: #55725E RGB: (85,114,94)

Color info

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

RGB color model

#55725E color RGB value is (85,114,94).

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

RGB channels and saturation

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

85
114
94

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

Portions of RGB colors in percentages

R + G + B = 85 + 114 + 94 = 293 (100%)
R 85 of 293 ~ 29.01%
G 114 of 293 ~ 38.91%
B 94 of 293 ~ 32.08'%

%29.01
%38.91
%32.08

CMYK color model

#55725E color CMYK value is (25,0,18,55).

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

CMYK: (25,0,18,55)
C25M0Y18K55 (25%, 0%, 18%, 55%)
(0.25 / 0.00 / 0.18 / 0.55)

CMYK percentages

%25.44
%0
%17.54
%55.29

Codes

Color #55725E in popluar color models

55 72 5E
RGB 85 114 94
HSL 139° 14.57% 39.02%
HSB/HSV 139° 25.44% 44.71%
CMYK 25.44% 0.00% 17.54%
55.29%

Color #55725E in popluar number systems.

HEX 55 72 5E
Decimal 85 114 94
Binary 1010101 1110010 1011110
Octal 125 162 136

Shades and tints

Shades of #55725E

#55725E
(85,114,94)
#4E6856
(78,104,86)
#475E4E
(71,94,78)
#405446
(64,84,70)
#394A3E
(57,74,62)
#324036
(50,64,54)
#2B362E
(43,54,46)
#242C26
(36,44,38)
#1D221E
(29,34,30)
#161816
(22,24,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #55725E

#55725E
(85,114,94)
#647E6C
(100,126,108)
#738A7A
(115,138,122)
#829688
(130,150,136)
#91A296
(145,162,150)
#A0AEA4
(160,174,164)
#AFBAB2
(175,186,178)
#BEC6C0
(190,198,192)
#CDD2CE
(205,210,206)
#DCDEDC
(220,222,220)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55725E; }

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

This text font color is #55725E.

Background Color

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

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

This div background color is #55725E.

Border color

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

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

This div border color is #55725E.

Opacity

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

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

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

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

This text has shadow with #55725E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55725E.

Preview

Color preview on black background

This text has color #55725E on black background.


Color preview on white background

This text has color #55725E on white background.


Black color preview on #55725E background

This text has black color on #55725E background.


White color preview on #55725E background

This text has white color on #55725E background.


Related colors

Complementary color

Complementary color for #hex is #AA8DA1.


I love getcolorcode.com

Triadic colors

1 #5E5572 and #725E55 with #55725E are triadic colors.

2 #5E7255 and #72555E with #55725E are triadic colors.