COLOR #7C2C24

HEX: #7C2C24
RGB: (124,44,36)

Color info

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

RGB color model

#7C2C24 color RGB value is (124,44,36).

  • red value is 124;
  • green value is 44;
  • blue value is 36.
RGB:
(124,44,36)
(49%,17%,14%)

RGB channels and saturation

R 124 of 255 = 49%
G 44 of 255 = 17%
B 36 of 255 = 14%

124
44
36

R + G + B ~ 27%. #7C2C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 44 + 36 = 204 (100%)
R 124 of 204 ~ 60.78%
G 44 of 204 ~ 21.57%
B 36 of 204 ~ 17.65%

%60.78
%21.57
%17.65

CMYK color model

#7C2C24 color CMYK value is (0,65,71,51).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 70.97%
  • key color value is 51.37%
CMYK:
(0,65,71,51)
C0M65Y71K51 
(0%,65%,71%,51%)
(0.00/0.65/0.71/0.51)	

CMYK percentages

%0
%64.52
%70.97
%51.37

Codes

Color #7C2C24 in popluar color models

7C2C24
RGB1244436
HSL55.00%31.37%
HSB/HSV70.97%48.63%
CMYK0.00%64.52%70.97%
51.37%

Color #7C2C24 in popluar number systems.

HEX7C2C24
Decimal1244436
Binary1111100101100100100
Octal1745444

Shades and tints

Shades of #7C2C24

#7C2C24
(124,44,36)
#712821
(113,40,33)
#66241E
(102,36,30)
#5B201B
(91,32,27)
#501C18
(80,28,24)
#451815
(69,24,21)
#3A1412
(58,20,18)
#2F100F
(47,16,15)
#240C0C
(36,12,12)
#190809
(25,8,9)
#0E0406
(14,4,6)
#000000
(0,0,0)

Tints of #7C2C24

#7C2C24
(124,44,36)
#873F37
(135,63,55)
#92524A
(146,82,74)
#9D655D
(157,101,93)
#A87870
(168,120,112)
#B38B83
(179,139,131)
#BE9E96
(190,158,150)
#C9B1A9
(201,177,169)
#D4C4BC
(212,196,188)
#DFD7CF
(223,215,207)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2C24; }

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

This text font color is #7C2C24.


Background Color

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

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

This div background color is #7C2C24.


Border color

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

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

This div border color is #7C2C24.


Opacity

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

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

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

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

This text has shadow with #7C2C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2C24 on black background.


Color preview on white background

This text has color #7C2C24 on white background.



Black color preview on #7C2C24 background

This text has black color on #7C2C24 background.


White color preview on #7C2C24 background

This text has white color on #7C2C24 background.