COLOR #9C893B

HEX: #9C893B RGB: (156,137,59)

Color info

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

RGB color model

#9C893B color RGB value is (156,137,59).

RGB: (156,137,59) (61%, 54%, 23%)

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 59 of 255 = 23%

156
137
59

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

Portions of RGB colors in percentages

R + G + B = 156 + 137 + 59 = 352 (100%)
R 156 of 352 ~ 44.32%
G 137 of 352 ~ 38.92%
B 59 of 352 ~ 16.76'%

%44.32
%38.92
%16.76

CMYK color model

#9C893B color CMYK value is (0,12,62,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 62.18%
  • key color value is 38.82%

CMYK: (0,12,62,39)
C0M12Y62K39 (0%, 12%, 62%, 39%)
(0.00 / 0.12 / 0.62 / 0.39)

CMYK percentages

%0
%12.18
%62.18
%38.82

Codes

Color #9C893B in popluar color models

9C 89 3B
RGB 156 137 59
HSL 48° 45.12% 42.16%
HSB/HSV 48° 62.18% 61.18%
CMYK 0.00% 12.18% 62.18%
38.82%

Color #9C893B in popluar number systems.

HEX 9C 89 3B
Decimal 156 137 59
Binary 10011100 10001001 111011
Octal 234 211 73

Shades and tints

Shades of #9C893B

#9C893B
(156,137,59)
#8E7D36
(142,125,54)
#807131
(128,113,49)
#72652C
(114,101,44)
#645927
(100,89,39)
#564D22
(86,77,34)
#48411D
(72,65,29)
#3A3518
(58,53,24)
#2C2913
(44,41,19)
#1E1D0E
(30,29,14)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #9C893B

#9C893B
(156,137,59)
#A5934C
(165,147,76)
#AE9D5D
(174,157,93)
#B7A76E
(183,167,110)
#C0B17F
(192,177,127)
#C9BB90
(201,187,144)
#D2C5A1
(210,197,161)
#DBCFB2
(219,207,178)
#E4D9C3
(228,217,195)
#EDE3D4
(237,227,212)
#F6EDE5
(246,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C893B color. Also use rgb(156,137,59) instead hex code.

Text Font Color

.myTextColor { color: #9C893B; }

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

This text font color is #9C893B.

Background Color

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

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

This div background color is #9C893B.

Border color

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

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

This div border color is #9C893B.

Opacity

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

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

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

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

This text has shadow with #9C893B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C893B.

Preview

Color preview on black background

This text has color #9C893B on black background.


Color preview on white background

This text has color #9C893B on white background.


Black color preview on #9C893B background

This text has black color on #9C893B background.


White color preview on #9C893B background

This text has white color on #9C893B background.


Related colors

Complementary color

Complementary color for #hex is #6376C4.


I love getcolorcode.com

Triadic colors

1 #3B9C89 and #893B9C with #9C893B are triadic colors.

2 #3B899C and #899C3B with #9C893B are triadic colors.