COLOR #7C1313

HEX: #7C1313
RGB: (124,19,19)

Color info

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

RGB color model

#7C1313 color RGB value is (124,19,19).

  • red value is 124;
  • green value is 19;
  • blue value is 19.
RGB:
(124,19,19)
(49%,7%,7%)

RGB channels and saturation

R 124 of 255 = 49%
G 19 of 255 = 7%
B 19 of 255 = 7%

124
19
19

R + G + B ~ 21%. #7C1313 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 19 + 19 = 162 (100%)
R 124 of 162 ~ 76.54%
G 19 of 162 ~ 11.73%
B 19 of 162 ~ 11.73%

%76.54
%11.73
%11.73

CMYK color model

#7C1313 color CMYK value is (0,85,85,51).

  • cyan value is 0.00%
  • magenta value is 84.68%
  • yellow value is 84.68%
  • key color value is 51.37%
CMYK:
(0,85,85,51)
C0M85Y85K51 
(0%,85%,85%,51%)
(0.00/0.85/0.85/0.51)	

CMYK percentages

%0
%84.68
%84.68
%51.37

Codes

Color #7C1313 in popluar color models

7C1313
RGB1241919
HSL73.43%28.04%
HSB/HSV84.68%48.63%
CMYK0.00%84.68%84.68%
51.37%

Color #7C1313 in popluar number systems.

HEX7C1313
Decimal1241919
Binary11111001001110011
Octal1742323

Shades and tints

Shades of #7C1313

#7C1313
(124,19,19)
#711212
(113,18,18)
#661111
(102,17,17)
#5B1010
(91,16,16)
#500F0F
(80,15,15)
#450E0E
(69,14,14)
#3A0D0D
(58,13,13)
#2F0C0C
(47,12,12)
#240B0B
(36,11,11)
#190A0A
(25,10,10)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #7C1313

#7C1313
(124,19,19)
#872828
(135,40,40)
#923D3D
(146,61,61)
#9D5252
(157,82,82)
#A86767
(168,103,103)
#B37C7C
(179,124,124)
#BE9191
(190,145,145)
#C9A6A6
(201,166,166)
#D4BBBB
(212,187,187)
#DFD0D0
(223,208,208)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1313; }

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

This text font color is #7C1313.


Background Color

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

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

This div background color is #7C1313.


Border color

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

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

This div border color is #7C1313.


Opacity

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

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

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

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

This text has shadow with #7C1313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1313 on black background.


Color preview on white background

This text has color #7C1313 on white background.



Black color preview on #7C1313 background

This text has black color on #7C1313 background.


White color preview on #7C1313 background

This text has white color on #7C1313 background.