COLOR #9D330B

HEX: #9D330B
RGB: (157,51,11)

Color info

#9D330B contains mainly red color. Web safe color of #9D330B is #993300 (or #930).

RGB color model

#9D330B color RGB value is (157,51,11).

  • red value is 157;
  • green value is 51;
  • blue value is 11.
RGB:
(157,51,11)
(62%,20%,4%)

RGB channels and saturation

R 157 of 255 = 62%
G 51 of 255 = 20%
B 11 of 255 = 4%

157
51
11

R + G + B ~ 29%. #9D330B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 51 + 11 = 219 (100%)
R 157 of 219 ~ 71.69%
G 51 of 219 ~ 23.29%
B 11 of 219 ~ 5.02%

%71.69
%23.29

CMYK color model

#9D330B color CMYK value is (0,68,93,38).

  • cyan value is 0.00%
  • magenta value is 67.52%
  • yellow value is 92.99%
  • key color value is 38.43%
CMYK:
(0,68,93,38)
C0M68Y93K38 
(0%,68%,93%,38%)
(0.00/0.68/0.93/0.38)	

CMYK percentages

%0
%67.52
%92.99
%38.43

Codes

Color #9D330B in popluar color models

9D330B
RGB1575111
HSL16°86.90%32.94%
HSB/HSV16°92.99%61.57%
CMYK0.00%67.52%92.99%
38.43%

Color #9D330B in popluar number systems.

HEX9D330B
Decimal1575111
Binary100111011100111011
Octal2356313

Shades and tints

Shades of #9D330B

#9D330B
(157,51,11)
#8F2F0A
(143,47,10)
#812B09
(129,43,9)
#732708
(115,39,8)
#652307
(101,35,7)
#571F06
(87,31,6)
#491B05
(73,27,5)
#3B1704
(59,23,4)
#2D1303
(45,19,3)
#1F0F02
(31,15,2)
#110B01
(17,11,1)
#000000
(0,0,0)

Tints of #9D330B

#9D330B
(157,51,11)
#A54521
(165,69,33)
#AD5737
(173,87,55)
#B5694D
(181,105,77)
#BD7B63
(189,123,99)
#C58D79
(197,141,121)
#CD9F8F
(205,159,143)
#D5B1A5
(213,177,165)
#DDC3BB
(221,195,187)
#E5D5D1
(229,213,209)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D330B; }

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

This text font color is #9D330B.


Background Color

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

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

This div background color is #9D330B.


Border color

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

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

This div border color is #9D330B.


Opacity

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

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

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

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

This text has shadow with #9D330B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D330B on black background.


Color preview on white background

This text has color #9D330B on white background.



Black color preview on #9D330B background

This text has black color on #9D330B background.


White color preview on #9D330B background

This text has white color on #9D330B background.