COLOR #55713D

HEX: #55713D
RGB: (85,113,61)

Color info

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

RGB color model

#55713D color RGB value is (85,113,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 61 of 255 = 24%

85
113
61

R + G + B ~ 34%. #55713D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 61 = 259 (100%)
R 85 of 259 ~ 32.82%
G 113 of 259 ~ 43.63%
B 61 of 259 ~ 23.55%

%32.82
%43.63
%23.55

CMYK color model

#55713D color CMYK value is (25,0,46,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(25,0,46,56)
C25M0Y46K56 
(25%,0%,46%,56%)
(0.25/0.00/0.46/0.56)	

CMYK percentages

%24.78
%0
%46.02
%55.69

Codes

Color #55713D in popluar color models

55713D
RGB8511361
HSL92°29.89%34.12%
HSB/HSV92°46.02%44.31%
CMYK24.78%0.00%46.02%
55.69%

Color #55713D in popluar number systems.

HEX55713D
Decimal8511361
Binary10101011110001111101
Octal12516175

Shades and tints

Shades of #55713D

#55713D
(85,113,61)
#4E6738
(78,103,56)
#475D33
(71,93,51)
#40532E
(64,83,46)
#394929
(57,73,41)
#323F24
(50,63,36)
#2B351F
(43,53,31)
#242B1A
(36,43,26)
#1D2115
(29,33,21)
#161710
(22,23,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #55713D

#55713D
(85,113,61)
#647D4E
(100,125,78)
#73895F
(115,137,95)
#829570
(130,149,112)
#91A181
(145,161,129)
#A0AD92
(160,173,146)
#AFB9A3
(175,185,163)
#BEC5B4
(190,197,180)
#CDD1C5
(205,209,197)
#DCDDD6
(220,221,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55713D color. Also use rgb(85,113,61) instead hex code.

Text Font Color

.myTextColor { color: #55713D; }

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

This text font color is #55713D.


Background Color

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

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

This div background color is #55713D.


Border color

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

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

This div border color is #55713D.


Opacity

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

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

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

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

This text has shadow with #55713D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55713D on black background.


Color preview on white background

This text has color #55713D on white background.



Black color preview on #55713D background

This text has black color on #55713D background.


White color preview on #55713D background

This text has white color on #55713D background.