COLOR #9D7D48

HEX: #9D7D48
RGB: (157,125,72)

Color info

#9D7D48 contains mainly red and green colors. Web safe color of #9D7D48 is #996633 (or #963).

RGB color model

#9D7D48 color RGB value is (157,125,72).

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

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 72 of 255 = 28%

157
125
72

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 72 = 354 (100%)
R 157 of 354 ~ 44.35%
G 125 of 354 ~ 35.31%
B 72 of 354 ~ 20.34%

%44.35
%35.31
%20.34

CMYK color model

#9D7D48 color CMYK value is (0,20,54,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 54.14%
  • key color value is 38.43%
CMYK:
(0,20,54,38)
C0M20Y54K38 
(0%,20%,54%,38%)
(0.00/0.20/0.54/0.38)	

CMYK percentages

%0
%20.38
%54.14
%38.43

Codes

Color #9D7D48 in popluar color models

9D7D48
RGB15712572
HSL37°37.12%44.90%
HSB/HSV37°54.14%61.57%
CMYK0.00%20.38%54.14%
38.43%

Color #9D7D48 in popluar number systems.

HEX9D7D48
Decimal15712572
Binary1001110111111011001000
Octal235175110

Shades and tints

Shades of #9D7D48

#9D7D48
(157,125,72)
#8F7242
(143,114,66)
#81673C
(129,103,60)
#735C36
(115,92,54)
#655130
(101,81,48)
#57462A
(87,70,42)
#493B24
(73,59,36)
#3B301E
(59,48,30)
#2D2518
(45,37,24)
#1F1A12
(31,26,18)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #9D7D48

#9D7D48
(157,125,72)
#A58858
(165,136,88)
#AD9368
(173,147,104)
#B59E78
(181,158,120)
#BDA988
(189,169,136)
#C5B498
(197,180,152)
#CDBFA8
(205,191,168)
#D5CAB8
(213,202,184)
#DDD5C8
(221,213,200)
#E5E0D8
(229,224,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7D48; }

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

This text font color is #9D7D48.


Background Color

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

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

This div background color is #9D7D48.


Border color

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

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

This div border color is #9D7D48.


Opacity

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

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

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

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

This text has shadow with #9D7D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D48 on black background.


Color preview on white background

This text has color #9D7D48 on white background.



Black color preview on #9D7D48 background

This text has black color on #9D7D48 background.


White color preview on #9D7D48 background

This text has white color on #9D7D48 background.