COLOR #7C1F1C

HEX: #7C1F1C
RGB: (124,31,28)

Color info

#7C1F1C contains mainly red color. Web safe color of #7C1F1C is #663333 (or #633).

RGB color model

#7C1F1C color RGB value is (124,31,28).

  • red value is 124;
  • green value is 31;
  • blue value is 28.
RGB:
(124,31,28)
(49%,12%,11%)

RGB channels and saturation

R 124 of 255 = 49%
G 31 of 255 = 12%
B 28 of 255 = 11%

124
31
28

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

Portions of RGB colors in percentages

R + G + B =
124 + 31 + 28 = 183 (100%)
R 124 of 183 ~ 67.76%
G 31 of 183 ~ 16.94%
B 28 of 183 ~ 15.3%

%67.76
%16.94
%15.3

CMYK color model

#7C1F1C color CMYK value is (0,75,77,51).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 77.42%
  • key color value is 51.37%
CMYK:
(0,75,77,51)
C0M75Y77K51 
(0%,75%,77%,51%)
(0.00/0.75/0.77/0.51)	

CMYK percentages

%0
%75
%77.42
%51.37

Codes

Color #7C1F1C in popluar color models

7C1F1C
RGB1243128
HSL63.16%29.80%
HSB/HSV77.42%48.63%
CMYK0.00%75.00%77.42%
51.37%

Color #7C1F1C in popluar number systems.

HEX7C1F1C
Decimal1243128
Binary11111001111111100
Octal1743734

Shades and tints

Shades of #7C1F1C

#7C1F1C
(124,31,28)
#711D1A
(113,29,26)
#661B18
(102,27,24)
#5B1916
(91,25,22)
#501714
(80,23,20)
#451512
(69,21,18)
#3A1310
(58,19,16)
#2F110E
(47,17,14)
#240F0C
(36,15,12)
#190D0A
(25,13,10)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #7C1F1C

#7C1F1C
(124,31,28)
#873330
(135,51,48)
#924744
(146,71,68)
#9D5B58
(157,91,88)
#A86F6C
(168,111,108)
#B38380
(179,131,128)
#BE9794
(190,151,148)
#C9ABA8
(201,171,168)
#D4BFBC
(212,191,188)
#DFD3D0
(223,211,208)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1F1C color. Also use rgb(124,31,28) instead hex code.

Text Font Color

.myTextColor { color: #7C1F1C; }

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

This text font color is #7C1F1C.


Background Color

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

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

This div background color is #7C1F1C.


Border color

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

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

This div border color is #7C1F1C.


Opacity

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

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

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

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

This text has shadow with #7C1F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1F1C on black background.


Color preview on white background

This text has color #7C1F1C on white background.



Black color preview on #7C1F1C background

This text has black color on #7C1F1C background.


White color preview on #7C1F1C background

This text has white color on #7C1F1C background.