COLOR #9C8321

HEX: #9C8321 RGB: (156,131,33)

Color info

#9C8321 contains mainly red and green colors. Web safe color of #9C8321 is #999933 (or #993).

RGB color model

#9C8321 color RGB value is (156,131,33).

RGB: (156,131,33) (61%, 51%, 13%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 33 of 255 = 13%

156
131
33

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

Portions of RGB colors in percentages

R + G + B = 156 + 131 + 33 = 320 (100%)
R 156 of 320 ~ 48.75%
G 131 of 320 ~ 40.94%
B 33 of 320 ~ 10.31'%

%48.75
%40.94

CMYK color model

#9C8321 color CMYK value is (0,16,79,39).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 78.85%
  • key color value is 38.82%

CMYK: (0,16,79,39)
C0M16Y79K39 (0%, 16%, 79%, 39%)
(0.00 / 0.16 / 0.79 / 0.39)

CMYK percentages

%0
%16.03
%78.85
%38.82

Codes

Color #9C8321 in popluar color models

9C 83 21
RGB 156 131 33
HSL 48° 65.08% 37.06%
HSB/HSV 48° 78.85% 61.18%
CMYK 0.00% 16.03% 78.85%
38.82%

Color #9C8321 in popluar number systems.

HEX 9C 83 21
Decimal 156 131 33
Binary 10011100 10000011 100001
Octal 234 203 41

Shades and tints

Shades of #9C8321

#9C8321
(156,131,33)
#8E781E
(142,120,30)
#806D1B
(128,109,27)
#726218
(114,98,24)
#645715
(100,87,21)
#564C12
(86,76,18)
#48410F
(72,65,15)
#3A360C
(58,54,12)
#2C2B09
(44,43,9)
#1E2006
(30,32,6)
#101503
(16,21,3)
#000000
(0,0,0)

Tints of #9C8321

#9C8321
(156,131,33)
#A58E35
(165,142,53)
#AE9949
(174,153,73)
#B7A45D
(183,164,93)
#C0AF71
(192,175,113)
#C9BA85
(201,186,133)
#D2C599
(210,197,153)
#DBD0AD
(219,208,173)
#E4DBC1
(228,219,193)
#EDE6D5
(237,230,213)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8321; }

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

This text font color is #9C8321.

Background Color

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

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

This div background color is #9C8321.

Border color

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

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

This div border color is #9C8321.

Opacity

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

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

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

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

This text has shadow with #9C8321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8321.

Preview

Color preview on black background

This text has color #9C8321 on black background.


Color preview on white background

This text has color #9C8321 on white background.


Black color preview on #9C8321 background

This text has black color on #9C8321 background.


White color preview on #9C8321 background

This text has white color on #9C8321 background.


Related colors

Complementary color

Complementary color for #hex is #637CDE.


I love getcolorcode.com

Triadic colors

1 #219C83 and #83219C with #9C8321 are triadic colors.

2 #21839C and #839C21 with #9C8321 are triadic colors.