COLOR #7E0E23

HEX: #7E0E23
RGB: (126,14,35)

Color info

#7E0E23 contains mainly red color. Web safe color of #7E0E23 is #660033 (or #603).

RGB color model

#7E0E23 color RGB value is (126,14,35).

  • red value is 126;
  • green value is 14;
  • blue value is 35.
RGB:
(126,14,35)
(49%,5%,14%)

RGB channels and saturation

R 126 of 255 = 49%
G 14 of 255 = 5%
B 35 of 255 = 14%

126
14
35

R + G + B ~ 23%. #7E0E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 14 + 35 = 175 (100%)
R 126 of 175 ~ 72%
G 14 of 175 ~ 8%
B 35 of 175 ~ 20%

%72
%20

CMYK color model

#7E0E23 color CMYK value is (0,89,72,51).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 72.22%
  • key color value is 50.59%
CMYK:
(0,89,72,51)
C0M89Y72K51 
(0%,89%,72%,51%)
(0.00/0.89/0.72/0.51)	

CMYK percentages

%0
%88.89
%72.22
%50.59

Codes

Color #7E0E23 in popluar color models

7E0E23
RGB1261435
HSL349°80.00%27.45%
HSB/HSV349°88.89%49.41%
CMYK0.00%88.89%72.22%
50.59%

Color #7E0E23 in popluar number systems.

HEX7E0E23
Decimal1261435
Binary11111101110100011
Octal1761643

Shades and tints

Shades of #7E0E23

#7E0E23
(126,14,35)
#730D20
(115,13,32)
#680C1D
(104,12,29)
#5D0B1A
(93,11,26)
#520A17
(82,10,23)
#470914
(71,9,20)
#3C0811
(60,8,17)
#31070E
(49,7,14)
#26060B
(38,6,11)
#1B0508
(27,5,8)
#100405
(16,4,5)
#000000
(0,0,0)

Tints of #7E0E23

#7E0E23
(126,14,35)
#892337
(137,35,55)
#94384B
(148,56,75)
#9F4D5F
(159,77,95)
#AA6273
(170,98,115)
#B57787
(181,119,135)
#C08C9B
(192,140,155)
#CBA1AF
(203,161,175)
#D6B6C3
(214,182,195)
#E1CBD7
(225,203,215)
#ECE0EB
(236,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0E23 color. Also use rgb(126,14,35) instead hex code.

Text Font Color

.myTextColor { color: #7E0E23; }

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

This text font color is #7E0E23.


Background Color

.myBgColor { background-color: #7E0E23; }

<div style="background-color:#7E0E23">Inner text</div>

This div background color is #7E0E23.


Border color

.myBorderColor { border: 1px solid #7E0E23; }

<div style="border:3px solid #7E0E23">Div</div>

This div border color is #7E0E23.


Opacity

.myOpacity80 { color: #7E0E23; opacity: 0.8; }

<p style="color:#7E0E23;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E0E23 color.

.textShadow {text-shadow: 3px 3px 1px #7E0E23, 3px 3px 1px red;}

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

This text has shadow with #7E0E23 primary color and red secondary color.


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

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

This text has shadow with #7E0E23 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0E23 on black background.


Color preview on white background

This text has color #7E0E23 on white background.



Black color preview on #7E0E23 background

This text has black color on #7E0E23 background.


White color preview on #7E0E23 background

This text has white color on #7E0E23 background.