COLOR #95460E

HEX: #95460E
RGB: (149,70,14)

Color info

#95460E contains mainly red color. Web safe color of #95460E is #993300 (or #930).

RGB color model

#95460E color RGB value is (149,70,14).

  • red value is 149;
  • green value is 70;
  • blue value is 14.
RGB:
(149,70,14)
(58%,27%,5%)

RGB channels and saturation

R 149 of 255 = 58%
G 70 of 255 = 27%
B 14 of 255 = 5%

149
70
14

R + G + B ~ 30%. #95460E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 70 + 14 = 233 (100%)
R 149 of 233 ~ 63.95%
G 70 of 233 ~ 30.04%
B 14 of 233 ~ 6.01%

%63.95
%30.04

CMYK color model

#95460E color CMYK value is (0,53,91,42).

  • cyan value is 0.00%
  • magenta value is 53.02%
  • yellow value is 90.60%
  • key color value is 41.57%
CMYK:
(0,53,91,42)
C0M53Y91K42 
(0%,53%,91%,42%)
(0.00/0.53/0.91/0.42)	

CMYK percentages

%0
%53.02
%90.6
%41.57

Codes

Color #95460E in popluar color models

95460E
RGB1497014
HSL25°82.82%31.96%
HSB/HSV25°90.60%58.43%
CMYK0.00%53.02%90.60%
41.57%

Color #95460E in popluar number systems.

HEX95460E
Decimal1497014
Binary1001010110001101110
Octal22510616

Shades and tints

Shades of #95460E

#95460E
(149,70,14)
#88400D
(136,64,13)
#7B3A0C
(123,58,12)
#6E340B
(110,52,11)
#612E0A
(97,46,10)
#542809
(84,40,9)
#472208
(71,34,8)
#3A1C07
(58,28,7)
#2D1606
(45,22,6)
#201005
(32,16,5)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #95460E

#95460E
(149,70,14)
#9E5623
(158,86,35)
#A76638
(167,102,56)
#B0764D
(176,118,77)
#B98662
(185,134,98)
#C29677
(194,150,119)
#CBA68C
(203,166,140)
#D4B6A1
(212,182,161)
#DDC6B6
(221,198,182)
#E6D6CB
(230,214,203)
#EFE6E0
(239,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95460E color. Also use rgb(149,70,14) instead hex code.

Text Font Color

.myTextColor { color: #95460E; }

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

This text font color is #95460E.


Background Color

.myBgColor { background-color: #95460E; }

<div style="background-color:#95460E">Inner text</div>

This div background color is #95460E.


Border color

.myBorderColor { border: 1px solid #95460E; }

<div style="border:3px solid #95460E">Div</div>

This div border color is #95460E.


Opacity

.myOpacity80 { color: #95460E; opacity: 0.8; }

<p style="color:#95460E;opacity:0.8;">80%</p>

Text with #95460E 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 #95460E;}

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

This text has shadow with #95460E color.

.textShadow {text-shadow: 3px 3px 1px #95460E, 3px 3px 1px red;}

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

This text has shadow with #95460E primary color and red secondary color.


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

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

This text has shadow with #95460E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95460E on black background.


Color preview on white background

This text has color #95460E on white background.



Black color preview on #95460E background

This text has black color on #95460E background.


White color preview on #95460E background

This text has white color on #95460E background.