COLOR #7C001C

HEX: #7C001C RGB: (124,0,28)

Color info

#7C001C contains mainly red color. Web safe color of #7C001C is #660033 (or #603).

RGB color model

#7C001C color RGB value is (124,0,28).

RGB: (124,0,28) (49%, 0%, 11%)

RGB channels and saturation

R 124 of 255 = 49%
G 0 of 255 = 0%
B 28 of 255 = 11%

124
0
28

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

Portions of RGB colors in percentages

R + G + B = 124 + 0 + 28 = 152 (100%)
R 124 of 152 ~ 81.58%
G 0 of 152 ~ 0%
B 28 of 152 ~ 18.42'%

%81.58
%18.42

CMYK color model

#7C001C color CMYK value is (0,100,77,51).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 77.42%
  • key color value is 51.37%

CMYK: (0,100,77,51)
C0M100Y77K51 (0%, 100%, 77%, 51%)
(0.00 / 1.00 / 0.77 / 0.51)

CMYK percentages

%0
%100
%77.42
%51.37

Codes

Color #7C001C in popluar color models

7C 00 1C
RGB 124 0 28
HSL 346° 100.00% 24.31%
HSB/HSV 346° 100.00% 48.63%
CMYK 0.00% 100.00% 77.42%
51.37%

Color #7C001C in popluar number systems.

HEX 7C 00 1C
Decimal 124 0 28
Binary 1111100 0 11100
Octal 174 0 34

Shades and tints

Shades of #7C001C

#7C001C
(124,0,28)
#71001A
(113,0,26)
#660018
(102,0,24)
#5B0016
(91,0,22)
#500014
(80,0,20)
#450012
(69,0,18)
#3A0010
(58,0,16)
#2F000E
(47,0,14)
#24000C
(36,0,12)
#19000A
(25,0,10)
#0E0008
(14,0,8)
#000000
(0,0,0)

Tints of #7C001C

#7C001C
(124,0,28)
#871730
(135,23,48)
#922E44
(146,46,68)
#9D4558
(157,69,88)
#A85C6C
(168,92,108)
#B37380
(179,115,128)
#BE8A94
(190,138,148)
#C9A1A8
(201,161,168)
#D4B8BC
(212,184,188)
#DFCFD0
(223,207,208)
#EAE6E4
(234,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C001C; }

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

This text font color is #7C001C.

Background Color

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

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

This div background color is #7C001C.

Border color

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

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

This div border color is #7C001C.

Opacity

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

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

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

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

This text has shadow with #7C001C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C001C.

Preview

Color preview on black background

This text has color #7C001C on black background.


Color preview on white background

This text has color #7C001C on white background.


Black color preview on #7C001C background

This text has black color on #7C001C background.


White color preview on #7C001C background

This text has white color on #7C001C background.


Related colors

Complementary color

Complementary color for #hex is #83FFE3.


I love getcolorcode.com

Triadic colors

1 #1C7C00 and #001C7C with #7C001C are triadic colors.

2 #1C007C and #007C1C with #7C001C are triadic colors.