COLOR #9D7330

HEX: #9D7330
RGB: (157,115,48)

Color info

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

RGB color model

#9D7330 color RGB value is (157,115,48).

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

RGB channels and saturation

R 157 of 255 = 62%
G 115 of 255 = 45%
B 48 of 255 = 19%

157
115
48

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

Portions of RGB colors in percentages

R + G + B =
157 + 115 + 48 = 320 (100%)
R 157 of 320 ~ 49.06%
G 115 of 320 ~ 35.94%
B 48 of 320 ~ 15%

%49.06
%35.94
%15

CMYK color model

#9D7330 color CMYK value is (0,27,69,38).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 69.43%
  • key color value is 38.43%
CMYK:
(0,27,69,38)
C0M27Y69K38 
(0%,27%,69%,38%)
(0.00/0.27/0.69/0.38)	

CMYK percentages

%0
%26.75
%69.43
%38.43

Codes

Color #9D7330 in popluar color models

9D7330
RGB15711548
HSL37°53.17%40.20%
HSB/HSV37°69.43%61.57%
CMYK0.00%26.75%69.43%
38.43%

Color #9D7330 in popluar number systems.

HEX9D7330
Decimal15711548
Binary100111011110011110000
Octal23516360

Shades and tints

Shades of #9D7330

#9D7330
(157,115,48)
#8F692C
(143,105,44)
#815F28
(129,95,40)
#735524
(115,85,36)
#654B20
(101,75,32)
#57411C
(87,65,28)
#493718
(73,55,24)
#3B2D14
(59,45,20)
#2D2310
(45,35,16)
#1F190C
(31,25,12)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #9D7330

#9D7330
(157,115,48)
#A57F42
(165,127,66)
#AD8B54
(173,139,84)
#B59766
(181,151,102)
#BDA378
(189,163,120)
#C5AF8A
(197,175,138)
#CDBB9C
(205,187,156)
#D5C7AE
(213,199,174)
#DDD3C0
(221,211,192)
#E5DFD2
(229,223,210)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7330; }

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

This text font color is #9D7330.


Background Color

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

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

This div background color is #9D7330.


Border color

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

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

This div border color is #9D7330.


Opacity

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

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

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

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

This text has shadow with #9D7330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7330 on black background.


Color preview on white background

This text has color #9D7330 on white background.



Black color preview on #9D7330 background

This text has black color on #9D7330 background.


White color preview on #9D7330 background

This text has white color on #9D7330 background.