COLOR #9E613F

HEX: #9E613F
RGB: (158,97,63)

Color info

#9E613F contains mainly red color. Web safe color of #9E613F is #996633 (or #963).

RGB color model

#9E613F color RGB value is (158,97,63).

  • red value is 158;
  • green value is 97;
  • blue value is 63.
RGB:
(158,97,63)
(62%,38%,25%)

RGB channels and saturation

R 158 of 255 = 62%
G 97 of 255 = 38%
B 63 of 255 = 25%

158
97
63

R + G + B ~ 42%. #9E613F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 97 + 63 = 318 (100%)
R 158 of 318 ~ 49.69%
G 97 of 318 ~ 30.5%
B 63 of 318 ~ 19.81%

%49.69
%30.5
%19.81

CMYK color model

#9E613F color CMYK value is (0,39,60,38).

  • cyan value is 0.00%
  • magenta value is 38.61%
  • yellow value is 60.13%
  • key color value is 38.04%
CMYK:
(0,39,60,38)
C0M39Y60K38 
(0%,39%,60%,38%)
(0.00/0.39/0.60/0.38)	

CMYK percentages

%0
%38.61
%60.13
%38.04

Codes

Color #9E613F in popluar color models

9E613F
RGB1589763
HSL21°42.99%43.33%
HSB/HSV21°60.13%61.96%
CMYK0.00%38.61%60.13%
38.04%

Color #9E613F in popluar number systems.

HEX9E613F
Decimal1589763
Binary100111101100001111111
Octal23614177

Shades and tints

Shades of #9E613F

#9E613F
(158,97,63)
#90593A
(144,89,58)
#825135
(130,81,53)
#744930
(116,73,48)
#66412B
(102,65,43)
#583926
(88,57,38)
#4A3121
(74,49,33)
#3C291C
(60,41,28)
#2E2117
(46,33,23)
#201912
(32,25,18)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #9E613F

#9E613F
(158,97,63)
#A66F50
(166,111,80)
#AE7D61
(174,125,97)
#B68B72
(182,139,114)
#BE9983
(190,153,131)
#C6A794
(198,167,148)
#CEB5A5
(206,181,165)
#D6C3B6
(214,195,182)
#DED1C7
(222,209,199)
#E6DFD8
(230,223,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E613F color. Also use rgb(158,97,63) instead hex code.

Text Font Color

.myTextColor { color: #9E613F; }

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

This text font color is #9E613F.


Background Color

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

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

This div background color is #9E613F.


Border color

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

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

This div border color is #9E613F.


Opacity

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

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

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

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

This text has shadow with #9E613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E613F on black background.


Color preview on white background

This text has color #9E613F on white background.



Black color preview on #9E613F background

This text has black color on #9E613F background.


White color preview on #9E613F background

This text has white color on #9E613F background.