COLOR #7E4232

HEX: #7E4232
RGB: (126,66,50)

Color info

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

RGB color model

#7E4232 color RGB value is (126,66,50).

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

RGB channels and saturation

R 126 of 255 = 49%
G 66 of 255 = 26%
B 50 of 255 = 20%

126
66
50

R + G + B ~ 32%. #7E4232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 66 + 50 = 242 (100%)
R 126 of 242 ~ 52.07%
G 66 of 242 ~ 27.27%
B 50 of 242 ~ 20.66%

%52.07
%27.27
%20.66

CMYK color model

#7E4232 color CMYK value is (0,48,60,51).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 60.32%
  • key color value is 50.59%
CMYK:
(0,48,60,51)
C0M48Y60K51 
(0%,48%,60%,51%)
(0.00/0.48/0.60/0.51)	

CMYK percentages

%0
%47.62
%60.32
%50.59

Codes

Color #7E4232 in popluar color models

7E4232
RGB1266650
HSL13°43.18%34.51%
HSB/HSV13°60.32%49.41%
CMYK0.00%47.62%60.32%
50.59%

Color #7E4232 in popluar number systems.

HEX7E4232
Decimal1266650
Binary11111101000010110010
Octal17610262

Shades and tints

Shades of #7E4232

#7E4232
(126,66,50)
#733C2E
(115,60,46)
#68362A
(104,54,42)
#5D3026
(93,48,38)
#522A22
(82,42,34)
#47241E
(71,36,30)
#3C1E1A
(60,30,26)
#311816
(49,24,22)
#261212
(38,18,18)
#1B0C0E
(27,12,14)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #7E4232

#7E4232
(126,66,50)
#895344
(137,83,68)
#946456
(148,100,86)
#9F7568
(159,117,104)
#AA867A
(170,134,122)
#B5978C
(181,151,140)
#C0A89E
(192,168,158)
#CBB9B0
(203,185,176)
#D6CAC2
(214,202,194)
#E1DBD4
(225,219,212)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4232; }

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

This text font color is #7E4232.


Background Color

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

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

This div background color is #7E4232.


Border color

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

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

This div border color is #7E4232.


Opacity

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

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

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

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

This text has shadow with #7E4232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4232 on black background.


Color preview on white background

This text has color #7E4232 on white background.



Black color preview on #7E4232 background

This text has black color on #7E4232 background.


White color preview on #7E4232 background

This text has white color on #7E4232 background.