COLOR #9D6F52

HEX: #9D6F52
RGB: (157,111,82)

Color info

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

RGB color model

#9D6F52 color RGB value is (157,111,82).

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

RGB channels and saturation

R 157 of 255 = 62%
G 111 of 255 = 44%
B 82 of 255 = 32%

157
111
82

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

Portions of RGB colors in percentages

R + G + B =
157 + 111 + 82 = 350 (100%)
R 157 of 350 ~ 44.86%
G 111 of 350 ~ 31.71%
B 82 of 350 ~ 23.43%

%44.86
%31.71
%23.43

CMYK color model

#9D6F52 color CMYK value is (0,29,48,38).

  • cyan value is 0.00%
  • magenta value is 29.30%
  • yellow value is 47.77%
  • key color value is 38.43%
CMYK:
(0,29,48,38)
C0M29Y48K38 
(0%,29%,48%,38%)
(0.00/0.29/0.48/0.38)	

CMYK percentages

%0
%29.3
%47.77
%38.43

Codes

Color #9D6F52 in popluar color models

9D6F52
RGB15711182
HSL23°31.38%46.86%
HSB/HSV23°47.77%61.57%
CMYK0.00%29.30%47.77%
38.43%

Color #9D6F52 in popluar number systems.

HEX9D6F52
Decimal15711182
Binary1001110111011111010010
Octal235157122

Shades and tints

Shades of #9D6F52

#9D6F52
(157,111,82)
#8F654B
(143,101,75)
#815B44
(129,91,68)
#73513D
(115,81,61)
#654736
(101,71,54)
#573D2F
(87,61,47)
#493328
(73,51,40)
#3B2921
(59,41,33)
#2D1F1A
(45,31,26)
#1F1513
(31,21,19)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #9D6F52

#9D6F52
(157,111,82)
#A57C61
(165,124,97)
#AD8970
(173,137,112)
#B5967F
(181,150,127)
#BDA38E
(189,163,142)
#C5B09D
(197,176,157)
#CDBDAC
(205,189,172)
#D5CABB
(213,202,187)
#DDD7CA
(221,215,202)
#E5E4D9
(229,228,217)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6F52; }

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

This text font color is #9D6F52.


Background Color

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

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

This div background color is #9D6F52.


Border color

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

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

This div border color is #9D6F52.


Opacity

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

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

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

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

This text has shadow with #9D6F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6F52 on black background.


Color preview on white background

This text has color #9D6F52 on white background.



Black color preview on #9D6F52 background

This text has black color on #9D6F52 background.


White color preview on #9D6F52 background

This text has white color on #9D6F52 background.