COLOR #5C713F

HEX: #5C713F RGB: (92,113,63)

Color info

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

RGB color model

#5C713F color RGB value is (92,113,63).

RGB: (92,113,63) (36%, 44%, 25%)

RGB channels and saturation

R 92 of 255 = 36%
G 113 of 255 = 44%
B 63 of 255 = 25%

92
113
63

R + G + B ~ 35%. #5C713F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 113 + 63 = 268 (100%)
R 92 of 268 ~ 34.33%
G 113 of 268 ~ 42.16%
B 63 of 268 ~ 23.51'%

%34.33
%42.16
%23.51

CMYK color model

#5C713F color CMYK value is (19,0,44,56).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK: (19,0,44,56) C19M0Y44K56 (19%,0%,44%,56%) (0.19/0.00/0.44/0.56) 

CMYK percentages

%18.58
%0
%44.25
%55.69

Codes

Color #5C713F in popluar color models

5C 71 3F
RGB 92 113 63
HSL 85° 28.41% 34.51%
HSB/HSV 85° 44.25% 44.31%
CMYK 18.58% 0.00% 44.25%
55.69%

Color #5C713F in popluar number systems.

HEX 5C 71 3F
Decimal 92 113 63
Binary 1011100 1110001 111111
Octal 134 161 77

Shades and tints

Shades of #5C713F

#5C713F
(92,113,63)
#54673A
(84,103,58)
#4C5D35
(76,93,53)
#445330
(68,83,48)
#3C492B
(60,73,43)
#343F26
(52,63,38)
#2C3521
(44,53,33)
#242B1C
(36,43,28)
#1C2117
(28,33,23)
#141712
(20,23,18)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C713F

#5C713F
(92,113,63)
#6A7D50
(106,125,80)
#788961
(120,137,97)
#869572
(134,149,114)
#94A183
(148,161,131)
#A2AD94
(162,173,148)
#B0B9A5
(176,185,165)
#BEC5B6
(190,197,182)
#CCD1C7
(204,209,199)
#DADDD8
(218,221,216)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C713F color. Also use rgb(92,113,63) instead hex code.

Text Font Color

.myTextColor { color: #5C713F; }

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

This text font color is #5C713F.

Background Color

.myBgColor { background-color: #5C713F; }

<div style="background-color:#5C713F">Inner text</div>

This div background color is #5C713F.

Border color

.myBorderColor { border: 1px solid #5C713F; }

<div style="border:3px solid #5C713F">Div</div>

This div border color is #5C713F.

Opacity

.myOpacity80 { color: #5C713F; opacity: 0.8; }

<p style="color:#5C713F;opacity:0.8;">80%</p>

Text with #5C713F 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 #5C713F;}

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

This text has shadow with #5C713F color.


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

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

This text has shadow with #5C713F primary color and red secondary color.


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

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

This text has shadow with #5C713F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5C713F.

Preview

Color preview on black background

This text has color #5C713F on black background.


Color preview on white background

This text has color #5C713F on white background.


Black color preview on #5C713F background

This text has black color on #5C713F background.


White color preview on #5C713F background

This text has white color on #5C713F background.


Related colors

Complementary color

Complementary color for #hex is #A38EC0.


I love getcolorcode.com

Triadic colors

1 #3F5C71 and #713F5C with #5C713F are triadic colors.

2 #3F715C and #715C3F with #5C713F are triadic colors.