COLOR #7C142C

HEX: #7C142C RGB: (124,20,44)

Color info

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

RGB color model

#7C142C color RGB value is (124,20,44).

RGB: (124,20,44) (49%, 8%, 17%)

RGB channels and saturation

R 124 of 255 = 49%
G 20 of 255 = 8%
B 44 of 255 = 17%

124
20
44

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

Portions of RGB colors in percentages

R + G + B = 124 + 20 + 44 = 188 (100%)
R 124 of 188 ~ 65.96%
G 20 of 188 ~ 10.64%
B 44 of 188 ~ 23.4'%

%65.96
%10.64
%23.4

CMYK color model

#7C142C color CMYK value is (0,84,65,51).

  • cyan value is 0.00%
  • magenta value is 83.87%
  • yellow value is 64.52%
  • key color value is 51.37%

CMYK: (0,84,65,51)
C0M84Y65K51 (0%, 84%, 65%, 51%)
(0.00 / 0.84 / 0.65 / 0.51)

CMYK percentages

%0
%83.87
%64.52
%51.37

Codes

Color #7C142C in popluar color models

7C 14 2C
RGB 124 20 44
HSL 346° 72.22% 28.24%
HSB/HSV 346° 83.87% 48.63%
CMYK 0.00% 83.87% 64.52%
51.37%

Color #7C142C in popluar number systems.

HEX 7C 14 2C
Decimal 124 20 44
Binary 1111100 10100 101100
Octal 174 24 54

Shades and tints

Shades of #7C142C

#7C142C
(124,20,44)
#711328
(113,19,40)
#661224
(102,18,36)
#5B1120
(91,17,32)
#50101C
(80,16,28)
#450F18
(69,15,24)
#3A0E14
(58,14,20)
#2F0D10
(47,13,16)
#240C0C
(36,12,12)
#190B08
(25,11,8)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #7C142C

#7C142C
(124,20,44)
#87293F
(135,41,63)
#923E52
(146,62,82)
#9D5365
(157,83,101)
#A86878
(168,104,120)
#B37D8B
(179,125,139)
#BE929E
(190,146,158)
#C9A7B1
(201,167,177)
#D4BCC4
(212,188,196)
#DFD1D7
(223,209,215)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C142C; }

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

This text font color is #7C142C.

Background Color

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

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

This div background color is #7C142C.

Border color

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

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

This div border color is #7C142C.

Opacity

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

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

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

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

This text has shadow with #7C142C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C142C.

Preview

Color preview on black background

This text has color #7C142C on black background.


Color preview on white background

This text has color #7C142C on white background.


Black color preview on #7C142C background

This text has black color on #7C142C background.


White color preview on #7C142C background

This text has white color on #7C142C background.


Related colors

Complementary color

Complementary color for #hex is #83EBD3.


I love getcolorcode.com

Triadic colors

1 #2C7C14 and #142C7C with #7C142C are triadic colors.

2 #2C147C and #147C2C with #7C142C are triadic colors.