COLOR #9C975D

HEX: #9C975D RGB: (156,151,93)

Color info

#9C975D contains mainly red and green colors. Web safe color of #9C975D is #999966 (or #996).

RGB color model

#9C975D color RGB value is (156,151,93).

RGB: (156,151,93) (61%, 59%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 151 of 255 = 59%
B 93 of 255 = 36%

156
151
93

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

Portions of RGB colors in percentages

R + G + B = 156 + 151 + 93 = 400 (100%)
R 156 of 400 ~ 39%
G 151 of 400 ~ 37.75%
B 93 of 400 ~ 23.25'%

%39
%37.75
%23.25

CMYK color model

#9C975D color CMYK value is (0,3,40,39).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 40.38%
  • key color value is 38.82%

CMYK: (0,3,40,39)
C0M3Y40K39 (0%, 3%, 40%, 39%)
(0.00 / 0.03 / 0.40 / 0.39)

CMYK percentages

%0
%3.21
%40.38
%38.82

Codes

Color #9C975D in popluar color models

9C 97 5D
RGB 156 151 93
HSL 55° 25.30% 48.82%
HSB/HSV 55° 40.38% 61.18%
CMYK 0.00% 3.21% 40.38%
38.82%

Color #9C975D in popluar number systems.

HEX 9C 97 5D
Decimal 156 151 93
Binary 10011100 10010111 1011101
Octal 234 227 135

Shades and tints

Shades of #9C975D

#9C975D
(156,151,93)
#8E8A55
(142,138,85)
#807D4D
(128,125,77)
#727045
(114,112,69)
#64633D
(100,99,61)
#565635
(86,86,53)
#48492D
(72,73,45)
#3A3C25
(58,60,37)
#2C2F1D
(44,47,29)
#1E2215
(30,34,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #9C975D

#9C975D
(156,151,93)
#A5A06B
(165,160,107)
#AEA979
(174,169,121)
#B7B287
(183,178,135)
#C0BB95
(192,187,149)
#C9C4A3
(201,196,163)
#D2CDB1
(210,205,177)
#DBD6BF
(219,214,191)
#E4DFCD
(228,223,205)
#EDE8DB
(237,232,219)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C975D color. Also use rgb(156,151,93) instead hex code.

Text Font Color

.myTextColor { color: #9C975D; }

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

This text font color is #9C975D.

Background Color

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

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

This div background color is #9C975D.

Border color

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

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

This div border color is #9C975D.

Opacity

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

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

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

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

This text has shadow with #9C975D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C975D.

Preview

Color preview on black background

This text has color #9C975D on black background.


Color preview on white background

This text has color #9C975D on white background.


Black color preview on #9C975D background

This text has black color on #9C975D background.


White color preview on #9C975D background

This text has white color on #9C975D background.


Related colors

Complementary color

Complementary color for #hex is #6368A2.


I love getcolorcode.com

Triadic colors

1 #5D9C97 and #975D9C with #9C975D are triadic colors.

2 #5D979C and #979C5D with #9C975D are triadic colors.