COLOR #9E510A

HEX: #9E510A
RGB: (158,81,10)

Color info

#9E510A contains mainly red color. Web safe color of #9E510A is #996600 (or #960).

RGB color model

#9E510A color RGB value is (158,81,10).

  • red value is 158;
  • green value is 81;
  • blue value is 10.
RGB:
(158,81,10)
(62%,32%,4%)

RGB channels and saturation

R 158 of 255 = 62%
G 81 of 255 = 32%
B 10 of 255 = 4%

158
81
10

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

Portions of RGB colors in percentages

R + G + B =
158 + 81 + 10 = 249 (100%)
R 158 of 249 ~ 63.45%
G 81 of 249 ~ 32.53%
B 10 of 249 ~ 4.02%

%63.45
%32.53

CMYK color model

#9E510A color CMYK value is (0,49,94,38).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 93.67%
  • key color value is 38.04%
CMYK:
(0,49,94,38)
C0M49Y94K38 
(0%,49%,94%,38%)
(0.00/0.49/0.94/0.38)	

CMYK percentages

%0
%48.73
%93.67
%38.04

Codes

Color #9E510A in popluar color models

9E510A
RGB1588110
HSL29°88.10%32.94%
HSB/HSV29°93.67%61.96%
CMYK0.00%48.73%93.67%
38.04%

Color #9E510A in popluar number systems.

HEX9E510A
Decimal1588110
Binary1001111010100011010
Octal23612112

Shades and tints

Shades of #9E510A

#9E510A
(158,81,10)
#904A0A
(144,74,10)
#82430A
(130,67,10)
#743C0A
(116,60,10)
#66350A
(102,53,10)
#582E0A
(88,46,10)
#4A270A
(74,39,10)
#3C200A
(60,32,10)
#2E190A
(46,25,10)
#20120A
(32,18,10)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #9E510A

#9E510A
(158,81,10)
#A66020
(166,96,32)
#AE6F36
(174,111,54)
#B67E4C
(182,126,76)
#BE8D62
(190,141,98)
#C69C78
(198,156,120)
#CEAB8E
(206,171,142)
#D6BAA4
(214,186,164)
#DEC9BA
(222,201,186)
#E6D8D0
(230,216,208)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E510A color. Also use rgb(158,81,10) instead hex code.

Text Font Color

.myTextColor { color: #9E510A; }

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

This text font color is #9E510A.


Background Color

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

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

This div background color is #9E510A.


Border color

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

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

This div border color is #9E510A.


Opacity

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

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

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

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

This text has shadow with #9E510A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E510A on black background.


Color preview on white background

This text has color #9E510A on white background.



Black color preview on #9E510A background

This text has black color on #9E510A background.


White color preview on #9E510A background

This text has white color on #9E510A background.