COLOR #9D6B52

HEX: #9D6B52
RGB: (157,107,82)

Color info

#9D6B52 contains mainly red and green colors. Web safe color of #9D6B52 is #996666 (or #966).

RGB color model

#9D6B52 color RGB value is (157,107,82).

  • red value is 157;
  • green value is 107;
  • blue value is 82.
RGB:
(157,107,82)
(62%,42%,32%)

RGB channels and saturation

R 157 of 255 = 62%
G 107 of 255 = 42%
B 82 of 255 = 32%

157
107
82

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

Portions of RGB colors in percentages

R + G + B =
157 + 107 + 82 = 346 (100%)
R 157 of 346 ~ 45.38%
G 107 of 346 ~ 30.92%
B 82 of 346 ~ 23.7%

%45.38
%30.92
%23.7

CMYK color model

#9D6B52 color CMYK value is (0,32,48,38).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 47.77%
  • key color value is 38.43%
CMYK:
(0,32,48,38)
C0M32Y48K38 
(0%,32%,48%,38%)
(0.00/0.32/0.48/0.38)	

CMYK percentages

%0
%31.85
%47.77
%38.43

Codes

Color #9D6B52 in popluar color models

9D6B52
RGB15710782
HSL20°31.38%46.86%
HSB/HSV20°47.77%61.57%
CMYK0.00%31.85%47.77%
38.43%

Color #9D6B52 in popluar number systems.

HEX9D6B52
Decimal15710782
Binary1001110111010111010010
Octal235153122

Shades and tints

Shades of #9D6B52

#9D6B52
(157,107,82)
#8F624B
(143,98,75)
#815944
(129,89,68)
#73503D
(115,80,61)
#654736
(101,71,54)
#573E2F
(87,62,47)
#493528
(73,53,40)
#3B2C21
(59,44,33)
#2D231A
(45,35,26)
#1F1A13
(31,26,19)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #9D6B52

#9D6B52
(157,107,82)
#A57861
(165,120,97)
#AD8570
(173,133,112)
#B5927F
(181,146,127)
#BD9F8E
(189,159,142)
#C5AC9D
(197,172,157)
#CDB9AC
(205,185,172)
#D5C6BB
(213,198,187)
#DDD3CA
(221,211,202)
#E5E0D9
(229,224,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6B52 color. Also use rgb(157,107,82) instead hex code.

Text Font Color

.myTextColor { color: #9D6B52; }

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

This text font color is #9D6B52.


Background Color

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

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

This div background color is #9D6B52.


Border color

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

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

This div border color is #9D6B52.


Opacity

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

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

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

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

This text has shadow with #9D6B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6B52 on black background.


Color preview on white background

This text has color #9D6B52 on white background.



Black color preview on #9D6B52 background

This text has black color on #9D6B52 background.


White color preview on #9D6B52 background

This text has white color on #9D6B52 background.