COLOR #7C3C24

HEX: #7C3C24
RGB: (124,60,36)

Color info

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

RGB color model

#7C3C24 color RGB value is (124,60,36).

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

RGB channels and saturation

R 124 of 255 = 49%
G 60 of 255 = 24%
B 36 of 255 = 14%

124
60
36

R + G + B ~ 29%. #7C3C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 60 + 36 = 220 (100%)
R 124 of 220 ~ 56.36%
G 60 of 220 ~ 27.27%
B 36 of 220 ~ 16.36%

%56.36
%27.27
%16.36

CMYK color model

#7C3C24 color CMYK value is (0,52,71,51).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 70.97%
  • key color value is 51.37%
CMYK:
(0,52,71,51)
C0M52Y71K51 
(0%,52%,71%,51%)
(0.00/0.52/0.71/0.51)	

CMYK percentages

%0
%51.61
%70.97
%51.37

Codes

Color #7C3C24 in popluar color models

7C3C24
RGB1246036
HSL16°55.00%31.37%
HSB/HSV16°70.97%48.63%
CMYK0.00%51.61%70.97%
51.37%

Color #7C3C24 in popluar number systems.

HEX7C3C24
Decimal1246036
Binary1111100111100100100
Octal1747444

Shades and tints

Shades of #7C3C24

#7C3C24
(124,60,36)
#713721
(113,55,33)
#66321E
(102,50,30)
#5B2D1B
(91,45,27)
#502818
(80,40,24)
#452315
(69,35,21)
#3A1E12
(58,30,18)
#2F190F
(47,25,15)
#24140C
(36,20,12)
#190F09
(25,15,9)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #7C3C24

#7C3C24
(124,60,36)
#874D37
(135,77,55)
#925E4A
(146,94,74)
#9D6F5D
(157,111,93)
#A88070
(168,128,112)
#B39183
(179,145,131)
#BEA296
(190,162,150)
#C9B3A9
(201,179,169)
#D4C4BC
(212,196,188)
#DFD5CF
(223,213,207)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3C24; }

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

This text font color is #7C3C24.


Background Color

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

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

This div background color is #7C3C24.


Border color

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

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

This div border color is #7C3C24.


Opacity

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

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

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

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

This text has shadow with #7C3C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3C24 on black background.


Color preview on white background

This text has color #7C3C24 on white background.



Black color preview on #7C3C24 background

This text has black color on #7C3C24 background.


White color preview on #7C3C24 background

This text has white color on #7C3C24 background.