COLOR #9C9383

HEX: #9C9383 RGB: (156,147,131)

Color info

#9C9383 contains red, green and blue colors in about the same proportion. Web safe color of #9C9383 is #999999 (or #999).

RGB color model

#9C9383 color RGB value is (156,147,131).

RGB: (156,147,131) (61%, 58%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 147 of 255 = 58%
B 131 of 255 = 51%

156
147
131

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

Portions of RGB colors in percentages

R + G + B = 156 + 147 + 131 = 434 (100%)
R 156 of 434 ~ 35.94%
G 147 of 434 ~ 33.87%
B 131 of 434 ~ 30.18'%

%35.94
%33.87
%30.18

CMYK color model

#9C9383 color CMYK value is (0,6,16,39).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 16.03%
  • key color value is 38.82%
CMYK: (0,6,16,39) C0M6Y16K39 (0%,6%,16%,39%) (0.00/0.06/0.16/0.39) 

CMYK percentages

%0
%5.77
%16.03
%38.82

Codes

Color #9C9383 in popluar color models

9C 93 83
RGB 156 147 131
HSL 38° 11.21% 56.27%
HSB/HSV 38° 16.03% 61.18%
CMYK 0.00% 5.77% 16.03%
38.82%

Color #9C9383 in popluar number systems.

HEX 9C 93 83
Decimal 156 147 131
Binary 10011100 10010011 10000011
Octal 234 223 203

Shades and tints

Shades of #9C9383

#9C9383
(156,147,131)
#8E8678
(142,134,120)
#80796D
(128,121,109)
#726C62
(114,108,98)
#645F57
(100,95,87)
#56524C
(86,82,76)
#484541
(72,69,65)
#3A3836
(58,56,54)
#2C2B2B
(44,43,43)
#1E1E20
(30,30,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #9C9383

#9C9383
(156,147,131)
#A59C8E
(165,156,142)
#AEA599
(174,165,153)
#B7AEA4
(183,174,164)
#C0B7AF
(192,183,175)
#C9C0BA
(201,192,186)
#D2C9C5
(210,201,197)
#DBD2D0
(219,210,208)
#E4DBDB
(228,219,219)
#EDE4E6
(237,228,230)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9383 color. Also use rgb(156,147,131) instead hex code.

Text Font Color

.myTextColor { color: #9C9383; }

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

This text font color is #9C9383.

Background Color

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

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

This div background color is #9C9383.

Border color

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

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

This div border color is #9C9383.

Opacity

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

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

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

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

This text has shadow with #9C9383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C9383.

Preview

Color preview on black background

This text has color #9C9383 on black background.


Color preview on white background

This text has color #9C9383 on white background.


Black color preview on #9C9383 background

This text has black color on #9C9383 background.


White color preview on #9C9383 background

This text has white color on #9C9383 background.


Related colors

Complementary color

Complementary color for #hex is #636C7C.


I love getcolorcode.com

Triadic colors

1 #839C93 and #93839C with #9C9383 are triadic colors.

2 #83939C and #939C83 with #9C9383 are triadic colors.