COLOR #7E1720

HEX: #7E1720
RGB: (126,23,32)

Color info

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

RGB color model

#7E1720 color RGB value is (126,23,32).

  • red value is 126;
  • green value is 23;
  • blue value is 32.
RGB:
(126,23,32)
(49%,9%,13%)

RGB channels and saturation

R 126 of 255 = 49%
G 23 of 255 = 9%
B 32 of 255 = 13%

126
23
32

R + G + B ~ 24%. #7E1720 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 23 + 32 = 181 (100%)
R 126 of 181 ~ 69.61%
G 23 of 181 ~ 12.71%
B 32 of 181 ~ 17.68%

%69.61
%12.71
%17.68

CMYK color model

#7E1720 color CMYK value is (0,82,75,51).

  • cyan value is 0.00%
  • magenta value is 81.75%
  • yellow value is 74.60%
  • key color value is 50.59%
CMYK:
(0,82,75,51)
C0M82Y75K51 
(0%,82%,75%,51%)
(0.00/0.82/0.75/0.51)	

CMYK percentages

%0
%81.75
%74.6
%50.59

Codes

Color #7E1720 in popluar color models

7E1720
RGB1262332
HSL355°69.13%29.22%
HSB/HSV355°81.75%49.41%
CMYK0.00%81.75%74.60%
50.59%

Color #7E1720 in popluar number systems.

HEX7E1720
Decimal1262332
Binary111111010111100000
Octal1762740

Shades and tints

Shades of #7E1720

#7E1720
(126,23,32)
#73151E
(115,21,30)
#68131C
(104,19,28)
#5D111A
(93,17,26)
#520F18
(82,15,24)
#470D16
(71,13,22)
#3C0B14
(60,11,20)
#310912
(49,9,18)
#260710
(38,7,16)
#1B050E
(27,5,14)
#10030C
(16,3,12)
#000000
(0,0,0)

Tints of #7E1720

#7E1720
(126,23,32)
#892C34
(137,44,52)
#944148
(148,65,72)
#9F565C
(159,86,92)
#AA6B70
(170,107,112)
#B58084
(181,128,132)
#C09598
(192,149,152)
#CBAAAC
(203,170,172)
#D6BFC0
(214,191,192)
#E1D4D4
(225,212,212)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1720 color. Also use rgb(126,23,32) instead hex code.

Text Font Color

.myTextColor { color: #7E1720; }

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

This text font color is #7E1720.


Background Color

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

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

This div background color is #7E1720.


Border color

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

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

This div border color is #7E1720.


Opacity

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

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

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

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

This text has shadow with #7E1720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1720 on black background.


Color preview on white background

This text has color #7E1720 on white background.



Black color preview on #7E1720 background

This text has black color on #7E1720 background.


White color preview on #7E1720 background

This text has white color on #7E1720 background.