COLOR #5C715A

HEX: #5C715A RGB: (92,113,90)

Color info

#5C715A contains red, green and blue colors in about the same proportion. Web safe color of #5C715A is #666666 (or #666).

RGB color model

#5C715A color RGB value is (92,113,90).

RGB: (92,113,90) (36%, 44%, 35%)

RGB channels and saturation

R 92 of 255 = 36%
G 113 of 255 = 44%
B 90 of 255 = 35%

92
113
90

R + G + B ~ 38%. #5C715A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 113 + 90 = 295 (100%)
R 92 of 295 ~ 31.19%
G 113 of 295 ~ 38.31%
B 90 of 295 ~ 30.51'%

%31.19
%38.31
%30.51

CMYK color model

#5C715A color CMYK value is (19,0,20,56).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 55.69%

CMYK: (19,0,20,56)
C19M0Y20K56 (19%, 0%, 20%, 56%)
(0.19 / 0.00 / 0.20 / 0.56)

CMYK percentages

%18.58
%0
%20.35
%55.69

Codes

Color #5C715A in popluar color models

5C 71 5A
RGB 92 113 90
HSL 115° 11.33% 39.80%
HSB/HSV 115° 20.35% 44.31%
CMYK 18.58% 0.00% 20.35%
55.69%

Color #5C715A in popluar number systems.

HEX 5C 71 5A
Decimal 92 113 90
Binary 1011100 1110001 1011010
Octal 134 161 132

Shades and tints

Shades of #5C715A

#5C715A
(92,113,90)
#546752
(84,103,82)
#4C5D4A
(76,93,74)
#445342
(68,83,66)
#3C493A
(60,73,58)
#343F32
(52,63,50)
#2C352A
(44,53,42)
#242B22
(36,43,34)
#1C211A
(28,33,26)
#141712
(20,23,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #5C715A

#5C715A
(92,113,90)
#6A7D69
(106,125,105)
#788978
(120,137,120)
#869587
(134,149,135)
#94A196
(148,161,150)
#A2ADA5
(162,173,165)
#B0B9B4
(176,185,180)
#BEC5C3
(190,197,195)
#CCD1D2
(204,209,210)
#DADDE1
(218,221,225)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C715A; }

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

This text font color is #5C715A.

Background Color

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

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

This div background color is #5C715A.

Border color

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

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

This div border color is #5C715A.

Opacity

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

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

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

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

This text has shadow with #5C715A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C715A.

Preview

Color preview on black background

This text has color #5C715A on black background.


Color preview on white background

This text has color #5C715A on white background.


Black color preview on #5C715A background

This text has black color on #5C715A background.


White color preview on #5C715A background

This text has white color on #5C715A background.


Related colors

Complementary color

Complementary color for #hex is #A38EA5.


I love getcolorcode.com

Triadic colors

1 #5A5C71 and #715A5C with #5C715A are triadic colors.

2 #5A715C and #715C5A with #5C715A are triadic colors.