COLOR #7E0B28

HEX: #7E0B28
RGB: (126,11,40)

Color info

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

RGB color model

#7E0B28 color RGB value is (126,11,40).

  • red value is 126;
  • green value is 11;
  • blue value is 40.
RGB:
(126,11,40)
(49%,4%,16%)

RGB channels and saturation

R 126 of 255 = 49%
G 11 of 255 = 4%
B 40 of 255 = 16%

126
11
40

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

Portions of RGB colors in percentages

R + G + B =
126 + 11 + 40 = 177 (100%)
R 126 of 177 ~ 71.19%
G 11 of 177 ~ 6.21%
B 40 of 177 ~ 22.6%

%71.19
%22.6

CMYK color model

#7E0B28 color CMYK value is (0,91,68,51).

  • cyan value is 0.00%
  • magenta value is 91.27%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(0,91,68,51)
C0M91Y68K51 
(0%,91%,68%,51%)
(0.00/0.91/0.68/0.51)	

CMYK percentages

%0
%91.27
%68.25
%50.59

Codes

Color #7E0B28 in popluar color models

7E0B28
RGB1261140
HSL345°83.94%26.86%
HSB/HSV345°91.27%49.41%
CMYK0.00%91.27%68.25%
50.59%

Color #7E0B28 in popluar number systems.

HEX7E0B28
Decimal1261140
Binary11111101011101000
Octal1761350

Shades and tints

Shades of #7E0B28

#7E0B28
(126,11,40)
#730A25
(115,10,37)
#680922
(104,9,34)
#5D081F
(93,8,31)
#52071C
(82,7,28)
#470619
(71,6,25)
#3C0516
(60,5,22)
#310413
(49,4,19)
#260310
(38,3,16)
#1B020D
(27,2,13)
#10010A
(16,1,10)
#000000
(0,0,0)

Tints of #7E0B28

#7E0B28
(126,11,40)
#89213B
(137,33,59)
#94374E
(148,55,78)
#9F4D61
(159,77,97)
#AA6374
(170,99,116)
#B57987
(181,121,135)
#C08F9A
(192,143,154)
#CBA5AD
(203,165,173)
#D6BBC0
(214,187,192)
#E1D1D3
(225,209,211)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0B28 color. Also use rgb(126,11,40) instead hex code.

Text Font Color

.myTextColor { color: #7E0B28; }

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

This text font color is #7E0B28.


Background Color

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

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

This div background color is #7E0B28.


Border color

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

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

This div border color is #7E0B28.


Opacity

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

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

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

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

This text has shadow with #7E0B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0B28 on black background.


Color preview on white background

This text has color #7E0B28 on white background.



Black color preview on #7E0B28 background

This text has black color on #7E0B28 background.


White color preview on #7E0B28 background

This text has white color on #7E0B28 background.