COLOR #57713C

HEX: #57713C RGB: (87,113,60)

Color info

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

RGB color model

#57713C color RGB value is (87,113,60).

RGB: (87,113,60) (34%, 44%, 24%)

RGB channels and saturation

R 87 of 255 = 34%
G 113 of 255 = 44%
B 60 of 255 = 24%

87
113
60

R + G + B ~ 34%. #57713C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 113 + 60 = 260 (100%)
R 87 of 260 ~ 33.46%
G 113 of 260 ~ 43.46%
B 60 of 260 ~ 23.08'%

%33.46
%43.46
%23.08

CMYK color model

#57713C color CMYK value is (23,0,47,56).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 55.69%

CMYK: (23,0,47,56)
C23M0Y47K56 (23%, 0%, 47%, 56%)
(0.23 / 0.00 / 0.47 / 0.56)

CMYK percentages

%23.01
%0
%46.9
%55.69

Codes

Color #57713C in popluar color models

57 71 3C
RGB 87 113 60
HSL 89° 30.64% 33.92%
HSB/HSV 89° 46.90% 44.31%
CMYK 23.01% 0.00% 46.90%
55.69%

Color #57713C in popluar number systems.

HEX 57 71 3C
Decimal 87 113 60
Binary 1010111 1110001 111100
Octal 127 161 74

Shades and tints

Shades of #57713C

#57713C
(87,113,60)
#506737
(80,103,55)
#495D32
(73,93,50)
#42532D
(66,83,45)
#3B4928
(59,73,40)
#343F23
(52,63,35)
#2D351E
(45,53,30)
#262B19
(38,43,25)
#1F2114
(31,33,20)
#18170F
(24,23,15)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #57713C

#57713C
(87,113,60)
#667D4D
(102,125,77)
#75895E
(117,137,94)
#84956F
(132,149,111)
#93A180
(147,161,128)
#A2AD91
(162,173,145)
#B1B9A2
(177,185,162)
#C0C5B3
(192,197,179)
#CFD1C4
(207,209,196)
#DEDDD5
(222,221,213)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57713C color. Also use rgb(87,113,60) instead hex code.

Text Font Color

.myTextColor { color: #57713C; }

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

This text font color is #57713C.

Background Color

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

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

This div background color is #57713C.

Border color

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

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

This div border color is #57713C.

Opacity

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

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

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

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

This text has shadow with #57713C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57713C.

Preview

Color preview on black background

This text has color #57713C on black background.


Color preview on white background

This text has color #57713C on white background.


Black color preview on #57713C background

This text has black color on #57713C background.


White color preview on #57713C background

This text has white color on #57713C background.


Related colors

Complementary color

Complementary color for #hex is #A88EC3.


I love getcolorcode.com

Triadic colors

1 #3C5771 and #713C57 with #57713C are triadic colors.

2 #3C7157 and #71573C with #57713C are triadic colors.