COLOR #95600B

HEX: #95600B
RGB: (149,96,11)

Color info

#95600B contains mainly red and green colors. Web safe color of #95600B is #996600 (or #960).

RGB color model

#95600B color RGB value is (149,96,11).

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

RGB channels and saturation

R 149 of 255 = 58%
G 96 of 255 = 38%
B 11 of 255 = 4%

149
96
11

R + G + B ~ 33%. #95600B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 96 + 11 = 256 (100%)
R 149 of 256 ~ 58.2%
G 96 of 256 ~ 37.5%
B 11 of 256 ~ 4.3%

%58.2
%37.5

CMYK color model

#95600B color CMYK value is (0,36,93,42).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 92.62%
  • key color value is 41.57%
CMYK:
(0,36,93,42)
C0M36Y93K42 
(0%,36%,93%,42%)
(0.00/0.36/0.93/0.42)	

CMYK percentages

%0
%35.57
%92.62
%41.57

Codes

Color #95600B in popluar color models

95600B
RGB1499611
HSL37°86.25%31.37%
HSB/HSV37°92.62%58.43%
CMYK0.00%35.57%92.62%
41.57%

Color #95600B in popluar number systems.

HEX95600B
Decimal1499611
Binary1001010111000001011
Octal22514013

Shades and tints

Shades of #95600B

#95600B
(149,96,11)
#88580A
(136,88,10)
#7B5009
(123,80,9)
#6E4808
(110,72,8)
#614007
(97,64,7)
#543806
(84,56,6)
#473005
(71,48,5)
#3A2804
(58,40,4)
#2D2003
(45,32,3)
#201802
(32,24,2)
#131001
(19,16,1)
#000000
(0,0,0)

Tints of #95600B

#95600B
(149,96,11)
#9E6E21
(158,110,33)
#A77C37
(167,124,55)
#B08A4D
(176,138,77)
#B99863
(185,152,99)
#C2A679
(194,166,121)
#CBB48F
(203,180,143)
#D4C2A5
(212,194,165)
#DDD0BB
(221,208,187)
#E6DED1
(230,222,209)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95600B; }

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

This text font color is #95600B.


Background Color

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

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

This div background color is #95600B.


Border color

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

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

This div border color is #95600B.


Opacity

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

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

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

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

This text has shadow with #95600B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95600B on black background.


Color preview on white background

This text has color #95600B on white background.



Black color preview on #95600B background

This text has black color on #95600B background.


White color preview on #95600B background

This text has white color on #95600B background.