COLOR #9D6151

HEX: #9D6151
RGB: (157,97,81)

Color info

#9D6151 contains mainly red color. Web safe color of #9D6151 is #996666 (or #966).

RGB color model

#9D6151 color RGB value is (157,97,81).

  • red value is 157;
  • green value is 97;
  • blue value is 81.
RGB:
(157,97,81)
(62%,38%,32%)

RGB channels and saturation

R 157 of 255 = 62%
G 97 of 255 = 38%
B 81 of 255 = 32%

157
97
81

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

Portions of RGB colors in percentages

R + G + B =
157 + 97 + 81 = 335 (100%)
R 157 of 335 ~ 46.87%
G 97 of 335 ~ 28.96%
B 81 of 335 ~ 24.18%

%46.87
%28.96
%24.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 48.41%
  • key color value is 38.43%
CMYK:
(0,38,48,38)
C0M38Y48K38 
(0%,38%,48%,38%)
(0.00/0.38/0.48/0.38)	

CMYK percentages

%0
%38.22
%48.41
%38.43

Codes

Color #9D6151 in popluar color models

9D6151
RGB1579781
HSL13°31.93%46.67%
HSB/HSV13°48.41%61.57%
CMYK0.00%38.22%48.41%
38.43%

Color #9D6151 in popluar number systems.

HEX9D6151
Decimal1579781
Binary1001110111000011010001
Octal235141121

Shades and tints

Shades of #9D6151

#9D6151
(157,97,81)
#8F594A
(143,89,74)
#815143
(129,81,67)
#73493C
(115,73,60)
#654135
(101,65,53)
#57392E
(87,57,46)
#493127
(73,49,39)
#3B2920
(59,41,32)
#2D2119
(45,33,25)
#1F1912
(31,25,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #9D6151

#9D6151
(157,97,81)
#A56F60
(165,111,96)
#AD7D6F
(173,125,111)
#B58B7E
(181,139,126)
#BD998D
(189,153,141)
#C5A79C
(197,167,156)
#CDB5AB
(205,181,171)
#D5C3BA
(213,195,186)
#DDD1C9
(221,209,201)
#E5DFD8
(229,223,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6151 color. Also use rgb(157,97,81) instead hex code.

Text Font Color

.myTextColor { color: #9D6151; }

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

This text font color is #9D6151.


Background Color

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

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

This div background color is #9D6151.


Border color

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

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

This div border color is #9D6151.


Opacity

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

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

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

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

This text has shadow with #9D6151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6151 on black background.


Color preview on white background

This text has color #9D6151 on white background.



Black color preview on #9D6151 background

This text has black color on #9D6151 background.


White color preview on #9D6151 background

This text has white color on #9D6151 background.