COLOR #55724D

HEX: #55724D
RGB: (85,114,77)

Color info

#55724D contains red, green and blue colors in about the same proportion. Web safe color of #55724D is #666633 (or #663).

RGB color model

#55724D color RGB value is (85,114,77).

  • red value is 85;
  • green value is 114;
  • blue value is 77.
RGB:
(85,114,77)
(33%,45%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 77 of 255 = 30%

85
114
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 77 = 276 (100%)
R 85 of 276 ~ 30.8%
G 114 of 276 ~ 41.3%
B 77 of 276 ~ 27.9%

%30.8
%41.3
%27.9

CMYK color model

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

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • 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
%32.46
%55.29

Codes

Color #55724D in popluar color models

55724D
RGB8511477
HSL107°19.37%37.45%
HSB/HSV107°32.46%44.71%
CMYK25.44%0.00%32.46%
55.29%

Color #55724D in popluar number systems.

HEX55724D
Decimal8511477
Binary101010111100101001101
Octal125162115

Shades and tints

Shades of #55724D

#55724D
(85,114,77)
#4E6846
(78,104,70)
#475E3F
(71,94,63)
#405438
(64,84,56)
#394A31
(57,74,49)
#32402A
(50,64,42)
#2B3623
(43,54,35)
#242C1C
(36,44,28)
#1D2215
(29,34,21)
#16180E
(22,24,14)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #55724D

#55724D
(85,114,77)
#647E5D
(100,126,93)
#738A6D
(115,138,109)
#82967D
(130,150,125)
#91A28D
(145,162,141)
#A0AE9D
(160,174,157)
#AFBAAD
(175,186,173)
#BEC6BD
(190,198,189)
#CDD2CD
(205,210,205)
#DCDEDD
(220,222,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55724D; }

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

This text font color is #55724D.


Background Color

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

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

This div background color is #55724D.


Border color

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

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

This div border color is #55724D.


Opacity

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

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

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

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

This text has shadow with #55724D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55724D on black background.


Color preview on white background

This text has color #55724D on white background.



Black color preview on #55724D background

This text has black color on #55724D background.


White color preview on #55724D background

This text has white color on #55724D background.