COLOR #7C1A16

HEX: #7C1A16
RGB: (124,26,22)

Color info

#7C1A16 contains mainly red color. Web safe color of #7C1A16 is #660000 (or #600).

RGB color model

#7C1A16 color RGB value is (124,26,22).

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

RGB channels and saturation

R 124 of 255 = 49%
G 26 of 255 = 10%
B 22 of 255 = 9%

124
26
22

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

Portions of RGB colors in percentages

R + G + B =
124 + 26 + 22 = 172 (100%)
R 124 of 172 ~ 72.09%
G 26 of 172 ~ 15.12%
B 22 of 172 ~ 12.79%

%72.09
%15.12
%12.79

CMYK color model

#7C1A16 color CMYK value is (0,79,82,51).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 82.26%
  • key color value is 51.37%
CMYK:
(0,79,82,51)
C0M79Y82K51 
(0%,79%,82%,51%)
(0.00/0.79/0.82/0.51)	

CMYK percentages

%0
%79.03
%82.26
%51.37

Codes

Color #7C1A16 in popluar color models

7C1A16
RGB1242622
HSL69.86%28.63%
HSB/HSV82.26%48.63%
CMYK0.00%79.03%82.26%
51.37%

Color #7C1A16 in popluar number systems.

HEX7C1A16
Decimal1242622
Binary11111001101010110
Octal1743226

Shades and tints

Shades of #7C1A16

#7C1A16
(124,26,22)
#711814
(113,24,20)
#661612
(102,22,18)
#5B1410
(91,20,16)
#50120E
(80,18,14)
#45100C
(69,16,12)
#3A0E0A
(58,14,10)
#2F0C08
(47,12,8)
#240A06
(36,10,6)
#190804
(25,8,4)
#0E0602
(14,6,2)
#000000
(0,0,0)

Tints of #7C1A16

#7C1A16
(124,26,22)
#872E2B
(135,46,43)
#924240
(146,66,64)
#9D5655
(157,86,85)
#A86A6A
(168,106,106)
#B37E7F
(179,126,127)
#BE9294
(190,146,148)
#C9A6A9
(201,166,169)
#D4BABE
(212,186,190)
#DFCED3
(223,206,211)
#EAE2E8
(234,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1A16; }

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

This text font color is #7C1A16.


Background Color

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

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

This div background color is #7C1A16.


Border color

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

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

This div border color is #7C1A16.


Opacity

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

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

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

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

This text has shadow with #7C1A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1A16 on black background.


Color preview on white background

This text has color #7C1A16 on white background.



Black color preview on #7C1A16 background

This text has black color on #7C1A16 background.


White color preview on #7C1A16 background

This text has white color on #7C1A16 background.