COLOR #7E3C32

HEX: #7E3C32
RGB: (126,60,50)

Color info

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

RGB color model

#7E3C32 color RGB value is (126,60,50).

  • red value is 126;
  • green value is 60;
  • blue value is 50.
RGB:
(126,60,50)
(49%,24%,20%)

RGB channels and saturation

R 126 of 255 = 49%
G 60 of 255 = 24%
B 50 of 255 = 20%

126
60
50

R + G + B ~ 31%. #7E3C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 60 + 50 = 236 (100%)
R 126 of 236 ~ 53.39%
G 60 of 236 ~ 25.42%
B 50 of 236 ~ 21.19%

%53.39
%25.42
%21.19

CMYK color model

#7E3C32 color CMYK value is (0,52,60,51).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 60.32%
  • key color value is 50.59%
CMYK:
(0,52,60,51)
C0M52Y60K51 
(0%,52%,60%,51%)
(0.00/0.52/0.60/0.51)	

CMYK percentages

%0
%52.38
%60.32
%50.59

Codes

Color #7E3C32 in popluar color models

7E3C32
RGB1266050
HSL43.18%34.51%
HSB/HSV60.32%49.41%
CMYK0.00%52.38%60.32%
50.59%

Color #7E3C32 in popluar number systems.

HEX7E3C32
Decimal1266050
Binary1111110111100110010
Octal1767462

Shades and tints

Shades of #7E3C32

#7E3C32
(126,60,50)
#73372E
(115,55,46)
#68322A
(104,50,42)
#5D2D26
(93,45,38)
#522822
(82,40,34)
#47231E
(71,35,30)
#3C1E1A
(60,30,26)
#311916
(49,25,22)
#261412
(38,20,18)
#1B0F0E
(27,15,14)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E3C32

#7E3C32
(126,60,50)
#894D44
(137,77,68)
#945E56
(148,94,86)
#9F6F68
(159,111,104)
#AA807A
(170,128,122)
#B5918C
(181,145,140)
#C0A29E
(192,162,158)
#CBB3B0
(203,179,176)
#D6C4C2
(214,196,194)
#E1D5D4
(225,213,212)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3C32 color. Also use rgb(126,60,50) instead hex code.

Text Font Color

.myTextColor { color: #7E3C32; }

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

This text font color is #7E3C32.


Background Color

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

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

This div background color is #7E3C32.


Border color

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

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

This div border color is #7E3C32.


Opacity

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

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

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

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

This text has shadow with #7E3C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3C32 on black background.


Color preview on white background

This text has color #7E3C32 on white background.



Black color preview on #7E3C32 background

This text has black color on #7E3C32 background.


White color preview on #7E3C32 background

This text has white color on #7E3C32 background.