COLOR #9C715F

HEX: #9C715F RGB: (156,113,95)

Color info

#9C715F contains mainly red and green colors. Web safe color of #9C715F is #996666 (or #966).

RGB color model

#9C715F color RGB value is (156,113,95).

RGB: (156,113,95) (61%, 44%, 37%)

RGB channels and saturation

R 156 of 255 = 61%
G 113 of 255 = 44%
B 95 of 255 = 37%

156
113
95

R + G + B ~ 47%. #9C715F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 113 + 95 = 364 (100%)
R 156 of 364 ~ 42.86%
G 113 of 364 ~ 31.04%
B 95 of 364 ~ 26.1'%

%42.86
%31.04
%26.1

CMYK color model

#9C715F color CMYK value is (0,28,39,39).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 39.10%
  • key color value is 38.82%

CMYK: (0,28,39,39)
C0M28Y39K39 (0%, 28%, 39%, 39%)
(0.00 / 0.28 / 0.39 / 0.39)

CMYK percentages

%0
%27.56
%39.1
%38.82

Codes

Color #9C715F in popluar color models

9C 71 5F
RGB 156 113 95
HSL 18° 24.30% 49.22%
HSB/HSV 18° 39.10% 61.18%
CMYK 0.00% 27.56% 39.10%
38.82%

Color #9C715F in popluar number systems.

HEX 9C 71 5F
Decimal 156 113 95
Binary 10011100 1110001 1011111
Octal 234 161 137

Shades and tints

Shades of #9C715F

#9C715F
(156,113,95)
#8E6757
(142,103,87)
#805D4F
(128,93,79)
#725347
(114,83,71)
#64493F
(100,73,63)
#563F37
(86,63,55)
#48352F
(72,53,47)
#3A2B27
(58,43,39)
#2C211F
(44,33,31)
#1E1717
(30,23,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #9C715F

#9C715F
(156,113,95)
#A57D6D
(165,125,109)
#AE897B
(174,137,123)
#B79589
(183,149,137)
#C0A197
(192,161,151)
#C9ADA5
(201,173,165)
#D2B9B3
(210,185,179)
#DBC5C1
(219,197,193)
#E4D1CF
(228,209,207)
#EDDDDD
(237,221,221)
#F6E9EB
(246,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C715F color. Also use rgb(156,113,95) instead hex code.

Text Font Color

.myTextColor { color: #9C715F; }

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

This text font color is #9C715F.

Background Color

.myBgColor { background-color: #9C715F; }

<div style="background-color:#9C715F">Inner text</div>

This div background color is #9C715F.

Border color

.myBorderColor { border: 1px solid #9C715F; }

<div style="border:3px solid #9C715F">Div</div>

This div border color is #9C715F.

Opacity

.myOpacity80 { color: #9C715F; opacity: 0.8; }

<p style="color:#9C715F;opacity:0.8;">80%</p>

Text with #9C715F 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 #9C715F;}

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

This text has shadow with #9C715F color.


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

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

This text has shadow with #9C715F primary color and red secondary color.


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

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

This text has shadow with #9C715F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C715F.

Preview

Color preview on black background

This text has color #9C715F on black background.


Color preview on white background

This text has color #9C715F on white background.


Black color preview on #9C715F background

This text has black color on #9C715F background.


White color preview on #9C715F background

This text has white color on #9C715F background.


Related colors

Complementary color

Complementary color for #hex is #638EA0.


I love getcolorcode.com

Triadic colors

1 #5F9C71 and #715F9C with #9C715F are triadic colors.

2 #5F719C and #719C5F with #9C715F are triadic colors.