COLOR #55713A

HEX: #55713A RGB: (85,113,58)

Color info

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

RGB color model

#55713A color RGB value is (85,113,58).

RGB: (85,113,58) (33%, 44%, 23%)

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 58 of 255 = 23%

85
113
58

R + G + B ~ 33%. #55713A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 113 + 58 = 256 (100%)
R 85 of 256 ~ 33.2%
G 113 of 256 ~ 44.14%
B 58 of 256 ~ 22.66'%

%33.2
%44.14
%22.66

CMYK color model

#55713A color CMYK value is (25,0,49,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK: (25,0,49,56) C25M0Y49K56 (25%,0%,49%,56%) (0.25/0.00/0.49/0.56) 

CMYK percentages

%24.78
%0
%48.67
%55.69

Codes

Color #55713A in popluar color models

55 71 3A
RGB 85 113 58
HSL 91° 32.16% 33.53%
HSB/HSV 91° 48.67% 44.31%
CMYK 24.78% 0.00% 48.67%
55.69%

Color #55713A in popluar number systems.

HEX 55 71 3A
Decimal 85 113 58
Binary 1010101 1110001 111010
Octal 125 161 72

Shades and tints

Shades of #55713A

#55713A
(85,113,58)
#4E6735
(78,103,53)
#475D30
(71,93,48)
#40532B
(64,83,43)
#394926
(57,73,38)
#323F21
(50,63,33)
#2B351C
(43,53,28)
#242B17
(36,43,23)
#1D2112
(29,33,18)
#16170D
(22,23,13)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #55713A

#55713A
(85,113,58)
#647D4B
(100,125,75)
#73895C
(115,137,92)
#82956D
(130,149,109)
#91A17E
(145,161,126)
#A0AD8F
(160,173,143)
#AFB9A0
(175,185,160)
#BEC5B1
(190,197,177)
#CDD1C2
(205,209,194)
#DCDDD3
(220,221,211)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55713A; }

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

This text font color is #55713A.

Background Color

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

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

This div background color is #55713A.

Border color

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

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

This div border color is #55713A.

Opacity

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

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

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

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

This text has shadow with #55713A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55713A.

Preview

Color preview on black background

This text has color #55713A on black background.


Color preview on white background

This text has color #55713A on white background.


Black color preview on #55713A background

This text has black color on #55713A background.


White color preview on #55713A background

This text has white color on #55713A background.


Related colors

Complementary color

Complementary color for #hex is #AA8EC5.


I love getcolorcode.com

Triadic colors

1 #3A5571 and #713A55 with #55713A are triadic colors.

2 #3A7155 and #71553A with #55713A are triadic colors.