COLOR #9E0734

HEX: #9E0734
RGB: (158,7,52)

Color info

#9E0734 contains mainly red color. Web safe color of #9E0734 is #990033 (or #903).

RGB color model

#9E0734 color RGB value is (158,7,52).

  • red value is 158;
  • green value is 7;
  • blue value is 52.
RGB:
(158,7,52)
(62%,3%,20%)

RGB channels and saturation

R 158 of 255 = 62%
G 7 of 255 = 3%
B 52 of 255 = 20%

158
7
52

R + G + B ~ 28%. #9E0734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 7 + 52 = 217 (100%)
R 158 of 217 ~ 72.81%
G 7 of 217 ~ 3.23%
B 52 of 217 ~ 23.96%

%72.81
%23.96

CMYK color model

#9E0734 color CMYK value is (0,96,67,38).

  • cyan value is 0.00%
  • magenta value is 95.57%
  • yellow value is 67.09%
  • key color value is 38.04%
CMYK:
(0,96,67,38)
C0M96Y67K38 
(0%,96%,67%,38%)
(0.00/0.96/0.67/0.38)	

CMYK percentages

%0
%95.57
%67.09
%38.04

Codes

Color #9E0734 in popluar color models

9E0734
RGB158752
HSL342°91.52%32.35%
HSB/HSV342°95.57%61.96%
CMYK0.00%95.57%67.09%
38.04%

Color #9E0734 in popluar number systems.

HEX9E0734
Decimal158752
Binary10011110111110100
Octal236764

Shades and tints

Shades of #9E0734

#9E0734
(158,7,52)
#900730
(144,7,48)
#82072C
(130,7,44)
#740728
(116,7,40)
#660724
(102,7,36)
#580720
(88,7,32)
#4A071C
(74,7,28)
#3C0718
(60,7,24)
#2E0714
(46,7,20)
#200710
(32,7,16)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #9E0734

#9E0734
(158,7,52)
#A61D46
(166,29,70)
#AE3358
(174,51,88)
#B6496A
(182,73,106)
#BE5F7C
(190,95,124)
#C6758E
(198,117,142)
#CE8BA0
(206,139,160)
#D6A1B2
(214,161,178)
#DEB7C4
(222,183,196)
#E6CDD6
(230,205,214)
#EEE3E8
(238,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E0734 color. Also use rgb(158,7,52) instead hex code.

Text Font Color

.myTextColor { color: #9E0734; }

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

This text font color is #9E0734.


Background Color

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

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

This div background color is #9E0734.


Border color

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

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

This div border color is #9E0734.


Opacity

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

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

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

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

This text has shadow with #9E0734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E0734 on black background.


Color preview on white background

This text has color #9E0734 on white background.



Black color preview on #9E0734 background

This text has black color on #9E0734 background.


White color preview on #9E0734 background

This text has white color on #9E0734 background.