COLOR #7E4E46

HEX: #7E4E46
RGB: (126,78,70)

Color info

#7E4E46 contains red, green and blue colors in about the same proportion. Web safe color of #7E4E46 is #666633 (or #663).

RGB color model

#7E4E46 color RGB value is (126,78,70).

  • red value is 126;
  • green value is 78;
  • blue value is 70.
RGB:
(126,78,70)
(49%,31%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 78 of 255 = 31%
B 70 of 255 = 27%

126
78
70

R + G + B ~ 36%. #7E4E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 78 + 70 = 274 (100%)
R 126 of 274 ~ 45.99%
G 78 of 274 ~ 28.47%
B 70 of 274 ~ 25.55%

%45.99
%28.47
%25.55

CMYK color model

#7E4E46 color CMYK value is (0,38,44,51).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 44.44%
  • key color value is 50.59%
CMYK:
(0,38,44,51)
C0M38Y44K51 
(0%,38%,44%,51%)
(0.00/0.38/0.44/0.51)	

CMYK percentages

%0
%38.1
%44.44
%50.59

Codes

Color #7E4E46 in popluar color models

7E4E46
RGB1267870
HSL28.57%38.43%
HSB/HSV44.44%49.41%
CMYK0.00%38.10%44.44%
50.59%

Color #7E4E46 in popluar number systems.

HEX7E4E46
Decimal1267870
Binary111111010011101000110
Octal176116106

Shades and tints

Shades of #7E4E46

#7E4E46
(126,78,70)
#734740
(115,71,64)
#68403A
(104,64,58)
#5D3934
(93,57,52)
#52322E
(82,50,46)
#472B28
(71,43,40)
#3C2422
(60,36,34)
#311D1C
(49,29,28)
#261616
(38,22,22)
#1B0F10
(27,15,16)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #7E4E46

#7E4E46
(126,78,70)
#895E56
(137,94,86)
#946E66
(148,110,102)
#9F7E76
(159,126,118)
#AA8E86
(170,142,134)
#B59E96
(181,158,150)
#C0AEA6
(192,174,166)
#CBBEB6
(203,190,182)
#D6CEC6
(214,206,198)
#E1DED6
(225,222,214)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4E46 color. Also use rgb(126,78,70) instead hex code.

Text Font Color

.myTextColor { color: #7E4E46; }

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

This text font color is #7E4E46.


Background Color

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

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

This div background color is #7E4E46.


Border color

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

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

This div border color is #7E4E46.


Opacity

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

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

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

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

This text has shadow with #7E4E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4E46 on black background.


Color preview on white background

This text has color #7E4E46 on white background.



Black color preview on #7E4E46 background

This text has black color on #7E4E46 background.


White color preview on #7E4E46 background

This text has white color on #7E4E46 background.