COLOR #9E5F05

HEX: #9E5F05
RGB: (158,95,5)

Color info

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

RGB color model

#9E5F05 color RGB value is (158,95,5).

  • red value is 158;
  • green value is 95;
  • blue value is 5.
RGB:
(158,95,5)
(62%,37%,2%)

RGB channels and saturation

R 158 of 255 = 62%
G 95 of 255 = 37%
B 5 of 255 = 2%

158
95
5

R + G + B ~ 34%. #9E5F05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 95 + 5 = 258 (100%)
R 158 of 258 ~ 61.24%
G 95 of 258 ~ 36.82%
B 5 of 258 ~ 1.94%

%61.24
%36.82

CMYK color model

#9E5F05 color CMYK value is (0,40,97,38).

  • cyan value is 0.00%
  • magenta value is 39.87%
  • yellow value is 96.84%
  • key color value is 38.04%
CMYK:
(0,40,97,38)
C0M40Y97K38 
(0%,40%,97%,38%)
(0.00/0.40/0.97/0.38)	

CMYK percentages

%0
%39.87
%96.84
%38.04

Codes

Color #9E5F05 in popluar color models

9E5F05
RGB158955
HSL35°93.87%31.96%
HSB/HSV35°96.84%61.96%
CMYK0.00%39.87%96.84%
38.04%

Color #9E5F05 in popluar number systems.

HEX9E5F05
Decimal158955
Binary100111101011111101
Octal2361375

Shades and tints

Shades of #9E5F05

#9E5F05
(158,95,5)
#905705
(144,87,5)
#824F05
(130,79,5)
#744705
(116,71,5)
#663F05
(102,63,5)
#583705
(88,55,5)
#4A2F05
(74,47,5)
#3C2705
(60,39,5)
#2E1F05
(46,31,5)
#201705
(32,23,5)
#120F05
(18,15,5)
#000000
(0,0,0)

Tints of #9E5F05

#9E5F05
(158,95,5)
#A66D1B
(166,109,27)
#AE7B31
(174,123,49)
#B68947
(182,137,71)
#BE975D
(190,151,93)
#C6A573
(198,165,115)
#CEB389
(206,179,137)
#D6C19F
(214,193,159)
#DECFB5
(222,207,181)
#E6DDCB
(230,221,203)
#EEEBE1
(238,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5F05 color. Also use rgb(158,95,5) instead hex code.

Text Font Color

.myTextColor { color: #9E5F05; }

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

This text font color is #9E5F05.


Background Color

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

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

This div background color is #9E5F05.


Border color

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

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

This div border color is #9E5F05.


Opacity

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

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

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

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

This text has shadow with #9E5F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5F05 on black background.


Color preview on white background

This text has color #9E5F05 on white background.



Black color preview on #9E5F05 background

This text has black color on #9E5F05 background.


White color preview on #9E5F05 background

This text has white color on #9E5F05 background.