COLOR #7C1A1E

HEX: #7C1A1E
RGB: (124,26,30)

Color info

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

RGB color model

#7C1A1E color RGB value is (124,26,30).

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

RGB channels and saturation

R 124 of 255 = 49%
G 26 of 255 = 10%
B 30 of 255 = 12%

124
26
30

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

Portions of RGB colors in percentages

R + G + B =
124 + 26 + 30 = 180 (100%)
R 124 of 180 ~ 68.89%
G 26 of 180 ~ 14.44%
B 30 of 180 ~ 16.67%

%68.89
%14.44
%16.67

CMYK color model

#7C1A1E color CMYK value is (0,79,76,51).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 75.81%
  • key color value is 51.37%
CMYK:
(0,79,76,51)
C0M79Y76K51 
(0%,79%,76%,51%)
(0.00/0.79/0.76/0.51)	

CMYK percentages

%0
%79.03
%75.81
%51.37

Codes

Color #7C1A1E in popluar color models

7C1A1E
RGB1242630
HSL358°65.33%29.41%
HSB/HSV358°79.03%48.63%
CMYK0.00%79.03%75.81%
51.37%

Color #7C1A1E in popluar number systems.

HEX7C1A1E
Decimal1242630
Binary11111001101011110
Octal1743236

Shades and tints

Shades of #7C1A1E

#7C1A1E
(124,26,30)
#71181C
(113,24,28)
#66161A
(102,22,26)
#5B1418
(91,20,24)
#501216
(80,18,22)
#451014
(69,16,20)
#3A0E12
(58,14,18)
#2F0C10
(47,12,16)
#240A0E
(36,10,14)
#19080C
(25,8,12)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #7C1A1E

#7C1A1E
(124,26,30)
#872E32
(135,46,50)
#924246
(146,66,70)
#9D565A
(157,86,90)
#A86A6E
(168,106,110)
#B37E82
(179,126,130)
#BE9296
(190,146,150)
#C9A6AA
(201,166,170)
#D4BABE
(212,186,190)
#DFCED2
(223,206,210)
#EAE2E6
(234,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1A1E; }

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

This text font color is #7C1A1E.


Background Color

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

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

This div background color is #7C1A1E.


Border color

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

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

This div border color is #7C1A1E.


Opacity

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

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

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

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

This text has shadow with #7C1A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1A1E on black background.


Color preview on white background

This text has color #7C1A1E on white background.



Black color preview on #7C1A1E background

This text has black color on #7C1A1E background.


White color preview on #7C1A1E background

This text has white color on #7C1A1E background.