COLOR #7C3C1D

HEX: #7C3C1D
RGB: (124,60,29)

Color info

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

RGB color model

#7C3C1D color RGB value is (124,60,29).

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

RGB channels and saturation

R 124 of 255 = 49%
G 60 of 255 = 24%
B 29 of 255 = 11%

124
60
29

R + G + B ~ 28%. #7C3C1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 60 + 29 = 213 (100%)
R 124 of 213 ~ 58.22%
G 60 of 213 ~ 28.17%
B 29 of 213 ~ 13.62%

%58.22
%28.17
%13.62

CMYK color model

#7C3C1D color CMYK value is (0,52,77,51).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 76.61%
  • key color value is 51.37%
CMYK:
(0,52,77,51)
C0M52Y77K51 
(0%,52%,77%,51%)
(0.00/0.52/0.77/0.51)	

CMYK percentages

%0
%51.61
%76.61
%51.37

Codes

Color #7C3C1D in popluar color models

7C3C1D
RGB1246029
HSL20°62.09%30.00%
HSB/HSV20°76.61%48.63%
CMYK0.00%51.61%76.61%
51.37%

Color #7C3C1D in popluar number systems.

HEX7C3C1D
Decimal1246029
Binary111110011110011101
Octal1747435

Shades and tints

Shades of #7C3C1D

#7C3C1D
(124,60,29)
#71371B
(113,55,27)
#663219
(102,50,25)
#5B2D17
(91,45,23)
#502815
(80,40,21)
#452313
(69,35,19)
#3A1E11
(58,30,17)
#2F190F
(47,25,15)
#24140D
(36,20,13)
#190F0B
(25,15,11)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #7C3C1D

#7C3C1D
(124,60,29)
#874D31
(135,77,49)
#925E45
(146,94,69)
#9D6F59
(157,111,89)
#A8806D
(168,128,109)
#B39181
(179,145,129)
#BEA295
(190,162,149)
#C9B3A9
(201,179,169)
#D4C4BD
(212,196,189)
#DFD5D1
(223,213,209)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3C1D; }

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

This text font color is #7C3C1D.


Background Color

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

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

This div background color is #7C3C1D.


Border color

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

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

This div border color is #7C3C1D.


Opacity

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

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

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

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

This text has shadow with #7C3C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3C1D on black background.


Color preview on white background

This text has color #7C3C1D on white background.



Black color preview on #7C3C1D background

This text has black color on #7C3C1D background.


White color preview on #7C3C1D background

This text has white color on #7C3C1D background.