COLOR #9D7D68

HEX: #9D7D68
RGB: (157,125,104)

Color info

#9D7D68 contains red, green and blue colors in about the same proportion. Web safe color of #9D7D68 is #996666 (or #966).

RGB color model

#9D7D68 color RGB value is (157,125,104).

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

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 104 of 255 = 41%

157
125
104

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 104 = 386 (100%)
R 157 of 386 ~ 40.67%
G 125 of 386 ~ 32.38%
B 104 of 386 ~ 26.94%

%40.67
%32.38
%26.94

CMYK color model

#9D7D68 color CMYK value is (0,20,34,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 33.76%
  • key color value is 38.43%
CMYK:
(0,20,34,38)
C0M20Y34K38 
(0%,20%,34%,38%)
(0.00/0.20/0.34/0.38)	

CMYK percentages

%0
%20.38
%33.76
%38.43

Codes

Color #9D7D68 in popluar color models

9D7D68
RGB157125104
HSL24°21.29%51.18%
HSB/HSV24°33.76%61.57%
CMYK0.00%20.38%33.76%
38.43%

Color #9D7D68 in popluar number systems.

HEX9D7D68
Decimal157125104
Binary1001110111111011101000
Octal235175150

Shades and tints

Shades of #9D7D68

#9D7D68
(157,125,104)
#8F725F
(143,114,95)
#816756
(129,103,86)
#735C4D
(115,92,77)
#655144
(101,81,68)
#57463B
(87,70,59)
#493B32
(73,59,50)
#3B3029
(59,48,41)
#2D2520
(45,37,32)
#1F1A17
(31,26,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #9D7D68

#9D7D68
(157,125,104)
#A58875
(165,136,117)
#AD9382
(173,147,130)
#B59E8F
(181,158,143)
#BDA99C
(189,169,156)
#C5B4A9
(197,180,169)
#CDBFB6
(205,191,182)
#D5CAC3
(213,202,195)
#DDD5D0
(221,213,208)
#E5E0DD
(229,224,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7D68; }

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

This text font color is #9D7D68.


Background Color

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

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

This div background color is #9D7D68.


Border color

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

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

This div border color is #9D7D68.


Opacity

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

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

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

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

This text has shadow with #9D7D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D68 on black background.


Color preview on white background

This text has color #9D7D68 on white background.



Black color preview on #9D7D68 background

This text has black color on #9D7D68 background.


White color preview on #9D7D68 background

This text has white color on #9D7D68 background.