COLOR #95300B

HEX: #95300B
RGB: (149,48,11)

Color info

#95300B contains mainly red color. Web safe color of #95300B is #993300 (or #930).

RGB color model

#95300B color RGB value is (149,48,11).

  • red value is 149;
  • green value is 48;
  • blue value is 11.
RGB:
(149,48,11)
(58%,19%,4%)

RGB channels and saturation

R 149 of 255 = 58%
G 48 of 255 = 19%
B 11 of 255 = 4%

149
48
11

R + G + B ~ 27%. #95300B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 48 + 11 = 208 (100%)
R 149 of 208 ~ 71.63%
G 48 of 208 ~ 23.08%
B 11 of 208 ~ 5.29%

%71.63
%23.08

CMYK color model

#95300B color CMYK value is (0,68,93,42).

  • cyan value is 0.00%
  • magenta value is 67.79%
  • yellow value is 92.62%
  • key color value is 41.57%
CMYK:
(0,68,93,42)
C0M68Y93K42 
(0%,68%,93%,42%)
(0.00/0.68/0.93/0.42)	

CMYK percentages

%0
%67.79
%92.62
%41.57

Codes

Color #95300B in popluar color models

95300B
RGB1494811
HSL16°86.25%31.37%
HSB/HSV16°92.62%58.43%
CMYK0.00%67.79%92.62%
41.57%

Color #95300B in popluar number systems.

HEX95300B
Decimal1494811
Binary100101011100001011
Octal2256013

Shades and tints

Shades of #95300B

#95300B
(149,48,11)
#882C0A
(136,44,10)
#7B2809
(123,40,9)
#6E2408
(110,36,8)
#612007
(97,32,7)
#541C06
(84,28,6)
#471805
(71,24,5)
#3A1404
(58,20,4)
#2D1003
(45,16,3)
#200C02
(32,12,2)
#130801
(19,8,1)
#000000
(0,0,0)

Tints of #95300B

#95300B
(149,48,11)
#9E4221
(158,66,33)
#A75437
(167,84,55)
#B0664D
(176,102,77)
#B97863
(185,120,99)
#C28A79
(194,138,121)
#CB9C8F
(203,156,143)
#D4AEA5
(212,174,165)
#DDC0BB
(221,192,187)
#E6D2D1
(230,210,209)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95300B color. Also use rgb(149,48,11) instead hex code.

Text Font Color

.myTextColor { color: #95300B; }

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

This text font color is #95300B.


Background Color

.myBgColor { background-color: #95300B; }

<div style="background-color:#95300B">Inner text</div>

This div background color is #95300B.


Border color

.myBorderColor { border: 1px solid #95300B; }

<div style="border:3px solid #95300B">Div</div>

This div border color is #95300B.


Opacity

.myOpacity80 { color: #95300B; opacity: 0.8; }

<p style="color:#95300B;opacity:0.8;">80%</p>

Text with #95300B 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 #95300B;}

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

This text has shadow with #95300B color.

.textShadow {text-shadow: 3px 3px 1px #95300B, 3px 3px 1px red;}

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

This text has shadow with #95300B primary color and red secondary color.


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

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

This text has shadow with #95300B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95300B on black background.


Color preview on white background

This text has color #95300B on white background.



Black color preview on #95300B background

This text has black color on #95300B background.


White color preview on #95300B background

This text has white color on #95300B background.