COLOR #7C3B2E

HEX: #7C3B2E
RGB: (124,59,46)

Color info

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

RGB color model

#7C3B2E color RGB value is (124,59,46).

  • red value is 124;
  • green value is 59;
  • blue value is 46.
RGB:
(124,59,46)
(49%,23%,18%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 46 of 255 = 18%

124
59
46

R + G + B ~ 30%. #7C3B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 59 + 46 = 229 (100%)
R 124 of 229 ~ 54.15%
G 59 of 229 ~ 25.76%
B 46 of 229 ~ 20.09%

%54.15
%25.76
%20.09

CMYK color model

#7C3B2E color CMYK value is (0,52,63,51).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 62.90%
  • key color value is 51.37%
CMYK:
(0,52,63,51)
C0M52Y63K51 
(0%,52%,63%,51%)
(0.00/0.52/0.63/0.51)	

CMYK percentages

%0
%52.42
%62.9
%51.37

Codes

Color #7C3B2E in popluar color models

7C3B2E
RGB1245946
HSL10°45.88%33.33%
HSB/HSV10°62.90%48.63%
CMYK0.00%52.42%62.90%
51.37%

Color #7C3B2E in popluar number systems.

HEX7C3B2E
Decimal1245946
Binary1111100111011101110
Octal1747356

Shades and tints

Shades of #7C3B2E

#7C3B2E
(124,59,46)
#71362A
(113,54,42)
#663126
(102,49,38)
#5B2C22
(91,44,34)
#50271E
(80,39,30)
#45221A
(69,34,26)
#3A1D16
(58,29,22)
#2F1812
(47,24,18)
#24130E
(36,19,14)
#190E0A
(25,14,10)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #7C3B2E

#7C3B2E
(124,59,46)
#874C41
(135,76,65)
#925D54
(146,93,84)
#9D6E67
(157,110,103)
#A87F7A
(168,127,122)
#B3908D
(179,144,141)
#BEA1A0
(190,161,160)
#C9B2B3
(201,178,179)
#D4C3C6
(212,195,198)
#DFD4D9
(223,212,217)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3B2E color. Also use rgb(124,59,46) instead hex code.

Text Font Color

.myTextColor { color: #7C3B2E; }

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

This text font color is #7C3B2E.


Background Color

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

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

This div background color is #7C3B2E.


Border color

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

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

This div border color is #7C3B2E.


Opacity

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

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

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

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

This text has shadow with #7C3B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3B2E on black background.


Color preview on white background

This text has color #7C3B2E on white background.



Black color preview on #7C3B2E background

This text has black color on #7C3B2E background.


White color preview on #7C3B2E background

This text has white color on #7C3B2E background.