COLOR #7C0E1E

HEX: #7C0E1E
RGB: (124,14,30)

Color info

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

RGB color model

#7C0E1E color RGB value is (124,14,30).

  • red value is 124;
  • green value is 14;
  • blue value is 30.
RGB:
(124,14,30)
(49%,5%,12%)

RGB channels and saturation

R 124 of 255 = 49%
G 14 of 255 = 5%
B 30 of 255 = 12%

124
14
30

R + G + B ~ 22%. #7C0E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 14 + 30 = 168 (100%)
R 124 of 168 ~ 73.81%
G 14 of 168 ~ 8.33%
B 30 of 168 ~ 17.86%

%73.81
%17.86

CMYK color model

#7C0E1E color CMYK value is (0,89,76,51).

  • cyan value is 0.00%
  • magenta value is 88.71%
  • yellow value is 75.81%
  • key color value is 51.37%
CMYK:
(0,89,76,51)
C0M89Y76K51 
(0%,89%,76%,51%)
(0.00/0.89/0.76/0.51)	

CMYK percentages

%0
%88.71
%75.81
%51.37

Codes

Color #7C0E1E in popluar color models

7C0E1E
RGB1241430
HSL351°79.71%27.06%
HSB/HSV351°88.71%48.63%
CMYK0.00%88.71%75.81%
51.37%

Color #7C0E1E in popluar number systems.

HEX7C0E1E
Decimal1241430
Binary1111100111011110
Octal1741636

Shades and tints

Shades of #7C0E1E

#7C0E1E
(124,14,30)
#710D1C
(113,13,28)
#660C1A
(102,12,26)
#5B0B18
(91,11,24)
#500A16
(80,10,22)
#450914
(69,9,20)
#3A0812
(58,8,18)
#2F0710
(47,7,16)
#24060E
(36,6,14)
#19050C
(25,5,12)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #7C0E1E

#7C0E1E
(124,14,30)
#872332
(135,35,50)
#923846
(146,56,70)
#9D4D5A
(157,77,90)
#A8626E
(168,98,110)
#B37782
(179,119,130)
#BE8C96
(190,140,150)
#C9A1AA
(201,161,170)
#D4B6BE
(212,182,190)
#DFCBD2
(223,203,210)
#EAE0E6
(234,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C0E1E color. Also use rgb(124,14,30) instead hex code.

Text Font Color

.myTextColor { color: #7C0E1E; }

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

This text font color is #7C0E1E.


Background Color

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

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

This div background color is #7C0E1E.


Border color

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

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

This div border color is #7C0E1E.


Opacity

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

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

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

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

This text has shadow with #7C0E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0E1E on black background.


Color preview on white background

This text has color #7C0E1E on white background.



Black color preview on #7C0E1E background

This text has black color on #7C0E1E background.


White color preview on #7C0E1E background

This text has white color on #7C0E1E background.