COLOR #9C8750

HEX: #9C8750 RGB: (156,135,80)

Color info

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

RGB color model

#9C8750 color RGB value is (156,135,80).

RGB: (156,135,80) (61%, 53%, 31%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 80 of 255 = 31%

156
135
80

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

Portions of RGB colors in percentages

R + G + B = 156 + 135 + 80 = 371 (100%)
R 156 of 371 ~ 42.05%
G 135 of 371 ~ 36.39%
B 80 of 371 ~ 21.56'%

%42.05
%36.39
%21.56

CMYK color model

#9C8750 color CMYK value is (0,13,49,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 48.72%
  • key color value is 38.82%

CMYK: (0,13,49,39)
C0M13Y49K39 (0%, 13%, 49%, 39%)
(0.00 / 0.13 / 0.49 / 0.39)

CMYK percentages

%0
%13.46
%48.72
%38.82

Codes

Color #9C8750 in popluar color models

9C 87 50
RGB 156 135 80
HSL 43° 32.20% 46.27%
HSB/HSV 43° 48.72% 61.18%
CMYK 0.00% 13.46% 48.72%
38.82%

Color #9C8750 in popluar number systems.

HEX 9C 87 50
Decimal 156 135 80
Binary 10011100 10000111 1010000
Octal 234 207 120

Shades and tints

Shades of #9C8750

#9C8750
(156,135,80)
#8E7B49
(142,123,73)
#806F42
(128,111,66)
#72633B
(114,99,59)
#645734
(100,87,52)
#564B2D
(86,75,45)
#483F26
(72,63,38)
#3A331F
(58,51,31)
#2C2718
(44,39,24)
#1E1B11
(30,27,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #9C8750

#9C8750
(156,135,80)
#A5915F
(165,145,95)
#AE9B6E
(174,155,110)
#B7A57D
(183,165,125)
#C0AF8C
(192,175,140)
#C9B99B
(201,185,155)
#D2C3AA
(210,195,170)
#DBCDB9
(219,205,185)
#E4D7C8
(228,215,200)
#EDE1D7
(237,225,215)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8750 color. Also use rgb(156,135,80) instead hex code.

Text Font Color

.myTextColor { color: #9C8750; }

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

This text font color is #9C8750.

Background Color

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

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

This div background color is #9C8750.

Border color

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

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

This div border color is #9C8750.

Opacity

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

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

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

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

This text has shadow with #9C8750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8750.

Preview

Color preview on black background

This text has color #9C8750 on black background.


Color preview on white background

This text has color #9C8750 on white background.


Black color preview on #9C8750 background

This text has black color on #9C8750 background.


White color preview on #9C8750 background

This text has white color on #9C8750 background.


Related colors

Complementary color

Complementary color for #hex is #6378AF.


I love getcolorcode.com

Triadic colors

1 #509C87 and #87509C with #9C8750 are triadic colors.

2 #50879C and #879C50 with #9C8750 are triadic colors.