COLOR #7C1C24

HEX: #7C1C24 RGB: (124,28,36)

Color info

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

RGB color model

#7C1C24 color RGB value is (124,28,36).

RGB: (124,28,36) (49%, 11%, 14%)

RGB channels and saturation

R 124 of 255 = 49%
G 28 of 255 = 11%
B 36 of 255 = 14%

124
28
36

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

Portions of RGB colors in percentages

R + G + B = 124 + 28 + 36 = 188 (100%)
R 124 of 188 ~ 65.96%
G 28 of 188 ~ 14.89%
B 36 of 188 ~ 19.15'%

%65.96
%14.89
%19.15

CMYK color model

#7C1C24 color CMYK value is (0,77,71,51).

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

CMYK: (0,77,71,51)
C0M77Y71K51 (0%, 77%, 71%, 51%)
(0.00 / 0.77 / 0.71 / 0.51)

CMYK percentages

%0
%77.42
%70.97
%51.37

Codes

Color #7C1C24 in popluar color models

7C 1C 24
RGB 124 28 36
HSL 355° 63.16% 29.80%
HSB/HSV 355° 77.42% 48.63%
CMYK 0.00% 77.42% 70.97%
51.37%

Color #7C1C24 in popluar number systems.

HEX 7C 1C 24
Decimal 124 28 36
Binary 1111100 11100 100100
Octal 174 34 44

Shades and tints

Shades of #7C1C24

#7C1C24
(124,28,36)
#711A21
(113,26,33)
#66181E
(102,24,30)
#5B161B
(91,22,27)
#501418
(80,20,24)
#451215
(69,18,21)
#3A1012
(58,16,18)
#2F0E0F
(47,14,15)
#240C0C
(36,12,12)
#190A09
(25,10,9)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #7C1C24

#7C1C24
(124,28,36)
#873037
(135,48,55)
#92444A
(146,68,74)
#9D585D
(157,88,93)
#A86C70
(168,108,112)
#B38083
(179,128,131)
#BE9496
(190,148,150)
#C9A8A9
(201,168,169)
#D4BCBC
(212,188,188)
#DFD0CF
(223,208,207)
#EAE4E2
(234,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1C24; }

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

This text font color is #7C1C24.

Background Color

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

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

This div background color is #7C1C24.

Border color

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

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

This div border color is #7C1C24.

Opacity

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

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

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

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

This text has shadow with #7C1C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C1C24.

Preview

Color preview on black background

This text has color #7C1C24 on black background.


Color preview on white background

This text has color #7C1C24 on white background.


Black color preview on #7C1C24 background

This text has black color on #7C1C24 background.


White color preview on #7C1C24 background

This text has white color on #7C1C24 background.


Related colors

Complementary color

Complementary color for #hex is #83E3DB.


I love getcolorcode.com

Triadic colors

1 #247C1C and #1C247C with #7C1C24 are triadic colors.

2 #241C7C and #1C7C24 with #7C1C24 are triadic colors.