COLOR #9D7B7B

HEX: #9D7B7B
RGB: (157,123,123)

Color info

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

RGB color model

#9D7B7B color RGB value is (157,123,123).

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

RGB channels and saturation

R 157 of 255 = 62%
G 123 of 255 = 48%
B 123 of 255 = 48%

157
123
123

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

Portions of RGB colors in percentages

R + G + B =
157 + 123 + 123 = 403 (100%)
R 157 of 403 ~ 38.96%
G 123 of 403 ~ 30.52%
B 123 of 403 ~ 30.52%

%38.96
%30.52
%30.52

CMYK color model

#9D7B7B color CMYK value is (0,22,22,38).

  • cyan value is 0.00%
  • magenta value is 21.66%
  • yellow value is 21.66%
  • key color value is 38.43%
CMYK:
(0,22,22,38)
C0M22Y22K38 
(0%,22%,22%,38%)
(0.00/0.22/0.22/0.38)	

CMYK percentages

%0
%21.66
%21.66
%38.43

Codes

Color #9D7B7B in popluar color models

9D7B7B
RGB157123123
HSL14.78%54.90%
HSB/HSV21.66%61.57%
CMYK0.00%21.66%21.66%
38.43%

Color #9D7B7B in popluar number systems.

HEX9D7B7B
Decimal157123123
Binary1001110111110111111011
Octal235173173

Shades and tints

Shades of #9D7B7B

#9D7B7B
(157,123,123)
#8F7070
(143,112,112)
#816565
(129,101,101)
#735A5A
(115,90,90)
#654F4F
(101,79,79)
#574444
(87,68,68)
#493939
(73,57,57)
#3B2E2E
(59,46,46)
#2D2323
(45,35,35)
#1F1818
(31,24,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #9D7B7B

#9D7B7B
(157,123,123)
#A58787
(165,135,135)
#AD9393
(173,147,147)
#B59F9F
(181,159,159)
#BDABAB
(189,171,171)
#C5B7B7
(197,183,183)
#CDC3C3
(205,195,195)
#D5CFCF
(213,207,207)
#DDDBDB
(221,219,219)
#E5E7E7
(229,231,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7B7B; }

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

This text font color is #9D7B7B.


Background Color

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

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

This div background color is #9D7B7B.


Border color

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

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

This div border color is #9D7B7B.


Opacity

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

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

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

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

This text has shadow with #9D7B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7B7B on black background.


Color preview on white background

This text has color #9D7B7B on white background.



Black color preview on #9D7B7B background

This text has black color on #9D7B7B background.


White color preview on #9D7B7B background

This text has white color on #9D7B7B background.