COLOR #5C704D

HEX: #5C704D RGB: (92,112,77)

Color info

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

RGB color model

#5C704D color RGB value is (92,112,77).

RGB: (92,112,77) (36%, 44%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 112 of 255 = 44%
B 77 of 255 = 30%

92
112
77

R + G + B ~ 37%. #5C704D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 112 + 77 = 281 (100%)
R 92 of 281 ~ 32.74%
G 112 of 281 ~ 39.86%
B 77 of 281 ~ 27.4'%

%32.74
%39.86
%27.4

CMYK color model

#5C704D color CMYK value is (18,0,31,56).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 56.08%

CMYK: (18,0,31,56)
C18M0Y31K56 (18%, 0%, 31%, 56%)
(0.18 / 0.00 / 0.31 / 0.56)

CMYK percentages

%17.86
%0
%31.25
%56.08

Codes

Color #5C704D in popluar color models

5C 70 4D
RGB 92 112 77
HSL 94° 18.52% 37.06%
HSB/HSV 94° 31.25% 43.92%
CMYK 17.86% 0.00% 31.25%
56.08%

Color #5C704D in popluar number systems.

HEX 5C 70 4D
Decimal 92 112 77
Binary 1011100 1110000 1001101
Octal 134 160 115

Shades and tints

Shades of #5C704D

#5C704D
(92,112,77)
#546646
(84,102,70)
#4C5C3F
(76,92,63)
#445238
(68,82,56)
#3C4831
(60,72,49)
#343E2A
(52,62,42)
#2C3423
(44,52,35)
#242A1C
(36,42,28)
#1C2015
(28,32,21)
#14160E
(20,22,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #5C704D

#5C704D
(92,112,77)
#6A7D5D
(106,125,93)
#788A6D
(120,138,109)
#86977D
(134,151,125)
#94A48D
(148,164,141)
#A2B19D
(162,177,157)
#B0BEAD
(176,190,173)
#BECBBD
(190,203,189)
#CCD8CD
(204,216,205)
#DAE5DD
(218,229,221)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C704D color. Also use rgb(92,112,77) instead hex code.

Text Font Color

.myTextColor { color: #5C704D; }

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

This text font color is #5C704D.

Background Color

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

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

This div background color is #5C704D.

Border color

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

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

This div border color is #5C704D.

Opacity

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

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

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

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

This text has shadow with #5C704D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C704D.

Preview

Color preview on black background

This text has color #5C704D on black background.


Color preview on white background

This text has color #5C704D on white background.


Black color preview on #5C704D background

This text has black color on #5C704D background.


White color preview on #5C704D background

This text has white color on #5C704D background.


Related colors

Complementary color

Complementary color for #hex is #A38FB2.


I love getcolorcode.com

Triadic colors

1 #4D5C70 and #704D5C with #5C704D are triadic colors.

2 #4D705C and #705C4D with #5C704D are triadic colors.