COLOR #7C1A06

HEX: #7C1A06
RGB: (124,26,6)

Color info

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

RGB color model

#7C1A06 color RGB value is (124,26,6).

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

RGB channels and saturation

R 124 of 255 = 49%
G 26 of 255 = 10%
B 6 of 255 = 2%

124
26
6

R + G + B ~ 20%. #7C1A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 26 + 6 = 156 (100%)
R 124 of 156 ~ 79.49%
G 26 of 156 ~ 16.67%
B 6 of 156 ~ 3.85%

%79.49
%16.67

CMYK color model

#7C1A06 color CMYK value is (0,79,95,51).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 95.16%
  • key color value is 51.37%
CMYK:
(0,79,95,51)
C0M79Y95K51 
(0%,79%,95%,51%)
(0.00/0.79/0.95/0.51)	

CMYK percentages

%0
%79.03
%95.16
%51.37

Codes

Color #7C1A06 in popluar color models

7C1A06
RGB124266
HSL10°90.77%25.49%
HSB/HSV10°95.16%48.63%
CMYK0.00%79.03%95.16%
51.37%

Color #7C1A06 in popluar number systems.

HEX7C1A06
Decimal124266
Binary111110011010110
Octal174326

Shades and tints

Shades of #7C1A06

#7C1A06
(124,26,6)
#711806
(113,24,6)
#661606
(102,22,6)
#5B1406
(91,20,6)
#501206
(80,18,6)
#451006
(69,16,6)
#3A0E06
(58,14,6)
#2F0C06
(47,12,6)
#240A06
(36,10,6)
#190806
(25,8,6)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #7C1A06

#7C1A06
(124,26,6)
#872E1C
(135,46,28)
#924232
(146,66,50)
#9D5648
(157,86,72)
#A86A5E
(168,106,94)
#B37E74
(179,126,116)
#BE928A
(190,146,138)
#C9A6A0
(201,166,160)
#D4BAB6
(212,186,182)
#DFCECC
(223,206,204)
#EAE2E2
(234,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1A06; }

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

This text font color is #7C1A06.


Background Color

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

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

This div background color is #7C1A06.


Border color

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

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

This div border color is #7C1A06.


Opacity

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

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

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

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

This text has shadow with #7C1A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1A06 on black background.


Color preview on white background

This text has color #7C1A06 on white background.



Black color preview on #7C1A06 background

This text has black color on #7C1A06 background.


White color preview on #7C1A06 background

This text has white color on #7C1A06 background.