COLOR #7C1E21

HEX: #7C1E21
RGB: (124,30,33)

Color info

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

RGB color model

#7C1E21 color RGB value is (124,30,33).

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

RGB channels and saturation

R 124 of 255 = 49%
G 30 of 255 = 12%
B 33 of 255 = 13%

124
30
33

R + G + B ~ 25%. #7C1E21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 30 + 33 = 187 (100%)
R 124 of 187 ~ 66.31%
G 30 of 187 ~ 16.04%
B 33 of 187 ~ 17.65%

%66.31
%16.04
%17.65

CMYK color model

#7C1E21 color CMYK value is (0,76,73,51).

  • cyan value is 0.00%
  • magenta value is 75.81%
  • yellow value is 73.39%
  • key color value is 51.37%
CMYK:
(0,76,73,51)
C0M76Y73K51 
(0%,76%,73%,51%)
(0.00/0.76/0.73/0.51)	

CMYK percentages

%0
%75.81
%73.39
%51.37

Codes

Color #7C1E21 in popluar color models

7C1E21
RGB1243033
HSL358°61.04%30.20%
HSB/HSV358°75.81%48.63%
CMYK0.00%75.81%73.39%
51.37%

Color #7C1E21 in popluar number systems.

HEX7C1E21
Decimal1243033
Binary111110011110100001
Octal1743641

Shades and tints

Shades of #7C1E21

#7C1E21
(124,30,33)
#711C1E
(113,28,30)
#661A1B
(102,26,27)
#5B1818
(91,24,24)
#501615
(80,22,21)
#451412
(69,20,18)
#3A120F
(58,18,15)
#2F100C
(47,16,12)
#240E09
(36,14,9)
#190C06
(25,12,6)
#0E0A03
(14,10,3)
#000000
(0,0,0)

Tints of #7C1E21

#7C1E21
(124,30,33)
#873235
(135,50,53)
#924649
(146,70,73)
#9D5A5D
(157,90,93)
#A86E71
(168,110,113)
#B38285
(179,130,133)
#BE9699
(190,150,153)
#C9AAAD
(201,170,173)
#D4BEC1
(212,190,193)
#DFD2D5
(223,210,213)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1E21; }

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

This text font color is #7C1E21.


Background Color

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

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

This div background color is #7C1E21.


Border color

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

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

This div border color is #7C1E21.


Opacity

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

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

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

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

This text has shadow with #7C1E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1E21 on black background.


Color preview on white background

This text has color #7C1E21 on white background.



Black color preview on #7C1E21 background

This text has black color on #7C1E21 background.


White color preview on #7C1E21 background

This text has white color on #7C1E21 background.