COLOR #9C8253

HEX: #9C8253
RGB: (156,130,83)

Color info

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

RGB color model

#9C8253 color RGB value is (156,130,83).

  • red value is 156;
  • green value is 130;
  • blue value is 83.
RGB:
(156,130,83)
(61%,51%,33%)

RGB channels and saturation

R 156 of 255 = 61%
G 130 of 255 = 51%
B 83 of 255 = 33%

156
130
83

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

Portions of RGB colors in percentages

R + G + B =
156 + 130 + 83 = 369 (100%)
R 156 of 369 ~ 42.28%
G 130 of 369 ~ 35.23%
B 83 of 369 ~ 22.49%

%42.28
%35.23
%22.49

CMYK color model

#9C8253 color CMYK value is (0,17,47,39).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 46.79%
  • key color value is 38.82%
CMYK:
(0,17,47,39)
C0M17Y47K39 
(0%,17%,47%,39%)
(0.00/0.17/0.47/0.39)	

CMYK percentages

%0
%16.67
%46.79
%38.82

Codes

Color #9C8253 in popluar color models

9C8253
RGB15613083
HSL39°30.54%46.86%
HSB/HSV39°46.79%61.18%
CMYK0.00%16.67%46.79%
38.82%

Color #9C8253 in popluar number systems.

HEX9C8253
Decimal15613083
Binary10011100100000101010011
Octal234202123

Shades and tints

Shades of #9C8253

#9C8253
(156,130,83)
#8E774C
(142,119,76)
#806C45
(128,108,69)
#72613E
(114,97,62)
#645637
(100,86,55)
#564B30
(86,75,48)
#484029
(72,64,41)
#3A3522
(58,53,34)
#2C2A1B
(44,42,27)
#1E1F14
(30,31,20)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #9C8253

#9C8253
(156,130,83)
#A58D62
(165,141,98)
#AE9871
(174,152,113)
#B7A380
(183,163,128)
#C0AE8F
(192,174,143)
#C9B99E
(201,185,158)
#D2C4AD
(210,196,173)
#DBCFBC
(219,207,188)
#E4DACB
(228,218,203)
#EDE5DA
(237,229,218)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8253 color. Also use rgb(156,130,83) instead hex code.

Text Font Color

.myTextColor { color: #9C8253; }

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

This text font color is #9C8253.


Background Color

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

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

This div background color is #9C8253.


Border color

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

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

This div border color is #9C8253.


Opacity

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

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

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

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

This text has shadow with #9C8253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8253 on black background.


Color preview on white background

This text has color #9C8253 on white background.



Black color preview on #9C8253 background

This text has black color on #9C8253 background.


White color preview on #9C8253 background

This text has white color on #9C8253 background.