COLOR #7E0D35

HEX: #7E0D35
RGB: (126,13,53)

Color info

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

RGB color model

#7E0D35 color RGB value is (126,13,53).

  • red value is 126;
  • green value is 13;
  • blue value is 53.
RGB:
(126,13,53)
(49%,5%,21%)

RGB channels and saturation

R 126 of 255 = 49%
G 13 of 255 = 5%
B 53 of 255 = 21%

126
13
53

R + G + B ~ 25%. #7E0D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 13 + 53 = 192 (100%)
R 126 of 192 ~ 65.63%
G 13 of 192 ~ 6.77%
B 53 of 192 ~ 27.6%

%65.63
%27.6

CMYK color model

#7E0D35 color CMYK value is (0,90,58,51).

  • cyan value is 0.00%
  • magenta value is 89.68%
  • yellow value is 57.94%
  • key color value is 50.59%
CMYK:
(0,90,58,51)
C0M90Y58K51 
(0%,90%,58%,51%)
(0.00/0.90/0.58/0.51)	

CMYK percentages

%0
%89.68
%57.94
%50.59

Codes

Color #7E0D35 in popluar color models

7E0D35
RGB1261353
HSL339°81.29%27.25%
HSB/HSV339°89.68%49.41%
CMYK0.00%89.68%57.94%
50.59%

Color #7E0D35 in popluar number systems.

HEX7E0D35
Decimal1261353
Binary11111101101110101
Octal1761565

Shades and tints

Shades of #7E0D35

#7E0D35
(126,13,53)
#730C31
(115,12,49)
#680B2D
(104,11,45)
#5D0A29
(93,10,41)
#520925
(82,9,37)
#470821
(71,8,33)
#3C071D
(60,7,29)
#310619
(49,6,25)
#260515
(38,5,21)
#1B0411
(27,4,17)
#10030D
(16,3,13)
#000000
(0,0,0)

Tints of #7E0D35

#7E0D35
(126,13,53)
#892347
(137,35,71)
#943959
(148,57,89)
#9F4F6B
(159,79,107)
#AA657D
(170,101,125)
#B57B8F
(181,123,143)
#C091A1
(192,145,161)
#CBA7B3
(203,167,179)
#D6BDC5
(214,189,197)
#E1D3D7
(225,211,215)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0D35 color. Also use rgb(126,13,53) instead hex code.

Text Font Color

.myTextColor { color: #7E0D35; }

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

This text font color is #7E0D35.


Background Color

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

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

This div background color is #7E0D35.


Border color

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

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

This div border color is #7E0D35.


Opacity

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

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

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

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

This text has shadow with #7E0D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0D35 on black background.


Color preview on white background

This text has color #7E0D35 on white background.



Black color preview on #7E0D35 background

This text has black color on #7E0D35 background.


White color preview on #7E0D35 background

This text has white color on #7E0D35 background.