COLOR #55724E

HEX: #55724E RGB: (85,114,78)

Color info

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

RGB color model

#55724E color RGB value is (85,114,78).

RGB: (85,114,78) (33%, 45%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 78 of 255 = 31%

85
114
78

R + G + B ~ 36%. #55724E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 114 + 78 = 277 (100%)
R 85 of 277 ~ 30.69%
G 114 of 277 ~ 41.16%
B 78 of 277 ~ 28.16'%

%30.69
%41.16
%28.16

CMYK color model

#55724E color CMYK value is (25,0,32,55).

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

CMYK: (25,0,32,55)
C25M0Y32K55 (25%, 0%, 32%, 55%)
(0.25 / 0.00 / 0.32 / 0.55)

CMYK percentages

%25.44
%0
%31.58
%55.29

Codes

Color #55724E in popluar color models

55 72 4E
RGB 85 114 78
HSL 108° 18.75% 37.65%
HSB/HSV 108° 31.58% 44.71%
CMYK 25.44% 0.00% 31.58%
55.29%

Color #55724E in popluar number systems.

HEX 55 72 4E
Decimal 85 114 78
Binary 1010101 1110010 1001110
Octal 125 162 116

Shades and tints

Shades of #55724E

#55724E
(85,114,78)
#4E6847
(78,104,71)
#475E40
(71,94,64)
#405439
(64,84,57)
#394A32
(57,74,50)
#32402B
(50,64,43)
#2B3624
(43,54,36)
#242C1D
(36,44,29)
#1D2216
(29,34,22)
#16180F
(22,24,15)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #55724E

#55724E
(85,114,78)
#647E5E
(100,126,94)
#738A6E
(115,138,110)
#82967E
(130,150,126)
#91A28E
(145,162,142)
#A0AE9E
(160,174,158)
#AFBAAE
(175,186,174)
#BEC6BE
(190,198,190)
#CDD2CE
(205,210,206)
#DCDEDE
(220,222,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55724E; }

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

This text font color is #55724E.

Background Color

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

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

This div background color is #55724E.

Border color

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

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

This div border color is #55724E.

Opacity

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

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

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

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

This text has shadow with #55724E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55724E.

Preview

Color preview on black background

This text has color #55724E on black background.


Color preview on white background

This text has color #55724E on white background.


Black color preview on #55724E background

This text has black color on #55724E background.


White color preview on #55724E background

This text has white color on #55724E background.


Related colors

Complementary color

Complementary color for #hex is #AA8DB1.


I love getcolorcode.com

Triadic colors

1 #4E5572 and #724E55 with #55724E are triadic colors.

2 #4E7255 and #72554E with #55724E are triadic colors.