COLOR #9D6830

HEX: #9D6830
RGB: (157,104,48)

Color info

#9D6830 contains mainly red and green colors. Web safe color of #9D6830 is #996633 (or #963).

RGB color model

#9D6830 color RGB value is (157,104,48).

  • red value is 157;
  • green value is 104;
  • blue value is 48.
RGB:
(157,104,48)
(62%,41%,19%)

RGB channels and saturation

R 157 of 255 = 62%
G 104 of 255 = 41%
B 48 of 255 = 19%

157
104
48

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

Portions of RGB colors in percentages

R + G + B =
157 + 104 + 48 = 309 (100%)
R 157 of 309 ~ 50.81%
G 104 of 309 ~ 33.66%
B 48 of 309 ~ 15.53%

%50.81
%33.66
%15.53

CMYK color model

#9D6830 color CMYK value is (0,34,69,38).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 69.43%
  • key color value is 38.43%
CMYK:
(0,34,69,38)
C0M34Y69K38 
(0%,34%,69%,38%)
(0.00/0.34/0.69/0.38)	

CMYK percentages

%0
%33.76
%69.43
%38.43

Codes

Color #9D6830 in popluar color models

9D6830
RGB15710448
HSL31°53.17%40.20%
HSB/HSV31°69.43%61.57%
CMYK0.00%33.76%69.43%
38.43%

Color #9D6830 in popluar number systems.

HEX9D6830
Decimal15710448
Binary100111011101000110000
Octal23515060

Shades and tints

Shades of #9D6830

#9D6830
(157,104,48)
#8F5F2C
(143,95,44)
#815628
(129,86,40)
#734D24
(115,77,36)
#654420
(101,68,32)
#573B1C
(87,59,28)
#493218
(73,50,24)
#3B2914
(59,41,20)
#2D2010
(45,32,16)
#1F170C
(31,23,12)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #9D6830

#9D6830
(157,104,48)
#A57542
(165,117,66)
#AD8254
(173,130,84)
#B58F66
(181,143,102)
#BD9C78
(189,156,120)
#C5A98A
(197,169,138)
#CDB69C
(205,182,156)
#D5C3AE
(213,195,174)
#DDD0C0
(221,208,192)
#E5DDD2
(229,221,210)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6830 color. Also use rgb(157,104,48) instead hex code.

Text Font Color

.myTextColor { color: #9D6830; }

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

This text font color is #9D6830.


Background Color

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

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

This div background color is #9D6830.


Border color

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

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

This div border color is #9D6830.


Opacity

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

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

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

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

This text has shadow with #9D6830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6830 on black background.


Color preview on white background

This text has color #9D6830 on white background.



Black color preview on #9D6830 background

This text has black color on #9D6830 background.


White color preview on #9D6830 background

This text has white color on #9D6830 background.