COLOR #55712C

HEX: #55712C
RGB: (85,113,44)

Color info

#55712C contains mainly red and green colors. Web safe color of #55712C is #666633 (or #663).

RGB color model

#55712C color RGB value is (85,113,44).

  • red value is 85;
  • green value is 113;
  • blue value is 44.
RGB:
(85,113,44)
(33%,44%,17%)

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 44 of 255 = 17%

85
113
44

R + G + B ~ 31%. #55712C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 44 = 242 (100%)
R 85 of 242 ~ 35.12%
G 113 of 242 ~ 46.69%
B 44 of 242 ~ 18.18%

%35.12
%46.69
%18.18

CMYK color model

#55712C color CMYK value is (25,0,61,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 61.06%
  • key color value is 55.69%
CMYK:
(25,0,61,56)
C25M0Y61K56 
(25%,0%,61%,56%)
(0.25/0.00/0.61/0.56)	

CMYK percentages

%24.78
%0
%61.06
%55.69

Codes

Color #55712C in popluar color models

55712C
RGB8511344
HSL84°43.95%30.78%
HSB/HSV84°61.06%44.31%
CMYK24.78%0.00%61.06%
55.69%

Color #55712C in popluar number systems.

HEX55712C
Decimal8511344
Binary10101011110001101100
Octal12516154

Shades and tints

Shades of #55712C

#55712C
(85,113,44)
#4E6728
(78,103,40)
#475D24
(71,93,36)
#405320
(64,83,32)
#39491C
(57,73,28)
#323F18
(50,63,24)
#2B3514
(43,53,20)
#242B10
(36,43,16)
#1D210C
(29,33,12)
#161708
(22,23,8)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #55712C

#55712C
(85,113,44)
#647D3F
(100,125,63)
#738952
(115,137,82)
#829565
(130,149,101)
#91A178
(145,161,120)
#A0AD8B
(160,173,139)
#AFB99E
(175,185,158)
#BEC5B1
(190,197,177)
#CDD1C4
(205,209,196)
#DCDDD7
(220,221,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55712C color. Also use rgb(85,113,44) instead hex code.

Text Font Color

.myTextColor { color: #55712C; }

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

This text font color is #55712C.


Background Color

.myBgColor { background-color: #55712C; }

<div style="background-color:#55712C">Inner text</div>

This div background color is #55712C.


Border color

.myBorderColor { border: 1px solid #55712C; }

<div style="border:3px solid #55712C">Div</div>

This div border color is #55712C.


Opacity

.myOpacity80 { color: #55712C; opacity: 0.8; }

<p style="color:#55712C;opacity:0.8;">80%</p>

Text with #55712C 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 #55712C;}

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

This text has shadow with #55712C color.

.textShadow {text-shadow: 3px 3px 1px #55712C, 3px 3px 1px red;}

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

This text has shadow with #55712C primary color and red secondary color.


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

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

This text has shadow with #55712C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55712C on black background.


Color preview on white background

This text has color #55712C on white background.



Black color preview on #55712C background

This text has black color on #55712C background.


White color preview on #55712C background

This text has white color on #55712C background.