COLOR #7E4846

HEX: #7E4846
RGB: (126,72,70)

Color info

#7E4846 contains red, green and blue colors in about the same proportion. Web safe color of #7E4846 is #663333 (or #633).

RGB color model

#7E4846 color RGB value is (126,72,70).

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

RGB channels and saturation

R 126 of 255 = 49%
G 72 of 255 = 28%
B 70 of 255 = 27%

126
72
70

R + G + B ~ 35%. #7E4846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 72 + 70 = 268 (100%)
R 126 of 268 ~ 47.01%
G 72 of 268 ~ 26.87%
B 70 of 268 ~ 26.12%

%47.01
%26.87
%26.12

CMYK color model

#7E4846 color CMYK value is (0,43,44,51).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 44.44%
  • key color value is 50.59%
CMYK:
(0,43,44,51)
C0M43Y44K51 
(0%,43%,44%,51%)
(0.00/0.43/0.44/0.51)	

CMYK percentages

%0
%42.86
%44.44
%50.59

Codes

Color #7E4846 in popluar color models

7E4846
RGB1267270
HSL28.57%38.43%
HSB/HSV44.44%49.41%
CMYK0.00%42.86%44.44%
50.59%

Color #7E4846 in popluar number systems.

HEX7E4846
Decimal1267270
Binary111111010010001000110
Octal176110106

Shades and tints

Shades of #7E4846

#7E4846
(126,72,70)
#734240
(115,66,64)
#683C3A
(104,60,58)
#5D3634
(93,54,52)
#52302E
(82,48,46)
#472A28
(71,42,40)
#3C2422
(60,36,34)
#311E1C
(49,30,28)
#261816
(38,24,22)
#1B1210
(27,18,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #7E4846

#7E4846
(126,72,70)
#895856
(137,88,86)
#946866
(148,104,102)
#9F7876
(159,120,118)
#AA8886
(170,136,134)
#B59896
(181,152,150)
#C0A8A6
(192,168,166)
#CBB8B6
(203,184,182)
#D6C8C6
(214,200,198)
#E1D8D6
(225,216,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4846; }

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

This text font color is #7E4846.


Background Color

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

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

This div background color is #7E4846.


Border color

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

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

This div border color is #7E4846.


Opacity

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

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

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

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

This text has shadow with #7E4846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4846 on black background.


Color preview on white background

This text has color #7E4846 on white background.



Black color preview on #7E4846 background

This text has black color on #7E4846 background.


White color preview on #7E4846 background

This text has white color on #7E4846 background.