COLOR #7C0E1D

HEX: #7C0E1D
RGB: (124,14,29)

Color info

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

RGB color model

#7C0E1D color RGB value is (124,14,29).

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

RGB channels and saturation

R 124 of 255 = 49%
G 14 of 255 = 5%
B 29 of 255 = 11%

124
14
29

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

Portions of RGB colors in percentages

R + G + B =
124 + 14 + 29 = 167 (100%)
R 124 of 167 ~ 74.25%
G 14 of 167 ~ 8.38%
B 29 of 167 ~ 17.37%

%74.25
%17.37

CMYK color model

#7C0E1D color CMYK value is (0,89,77,51).

  • cyan value is 0.00%
  • magenta value is 88.71%
  • yellow value is 76.61%
  • key color value is 51.37%
CMYK:
(0,89,77,51)
C0M89Y77K51 
(0%,89%,77%,51%)
(0.00/0.89/0.77/0.51)	

CMYK percentages

%0
%88.71
%76.61
%51.37

Codes

Color #7C0E1D in popluar color models

7C0E1D
RGB1241429
HSL352°79.71%27.06%
HSB/HSV352°88.71%48.63%
CMYK0.00%88.71%76.61%
51.37%

Color #7C0E1D in popluar number systems.

HEX7C0E1D
Decimal1241429
Binary1111100111011101
Octal1741635

Shades and tints

Shades of #7C0E1D

#7C0E1D
(124,14,29)
#710D1B
(113,13,27)
#660C19
(102,12,25)
#5B0B17
(91,11,23)
#500A15
(80,10,21)
#450913
(69,9,19)
#3A0811
(58,8,17)
#2F070F
(47,7,15)
#24060D
(36,6,13)
#19050B
(25,5,11)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #7C0E1D

#7C0E1D
(124,14,29)
#872331
(135,35,49)
#923845
(146,56,69)
#9D4D59
(157,77,89)
#A8626D
(168,98,109)
#B37781
(179,119,129)
#BE8C95
(190,140,149)
#C9A1A9
(201,161,169)
#D4B6BD
(212,182,189)
#DFCBD1
(223,203,209)
#EAE0E5
(234,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C0E1D; }

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

This text font color is #7C0E1D.


Background Color

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

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

This div background color is #7C0E1D.


Border color

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

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

This div border color is #7C0E1D.


Opacity

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

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

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

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

This text has shadow with #7C0E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0E1D on black background.


Color preview on white background

This text has color #7C0E1D on white background.



Black color preview on #7C0E1D background

This text has black color on #7C0E1D background.


White color preview on #7C0E1D background

This text has white color on #7C0E1D background.