COLOR #7E4851

HEX: #7E4851
RGB: (126,72,81)

Color info

#7E4851 contains red, green and blue colors in about the same proportion. Web safe color of #7E4851 is #663366 (or #636).

RGB color model

#7E4851 color RGB value is (126,72,81).

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

RGB channels and saturation

R 126 of 255 = 49%
G 72 of 255 = 28%
B 81 of 255 = 32%

126
72
81

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

Portions of RGB colors in percentages

R + G + B =
126 + 72 + 81 = 279 (100%)
R 126 of 279 ~ 45.16%
G 72 of 279 ~ 25.81%
B 81 of 279 ~ 29.03%

%45.16
%25.81
%29.03

CMYK color model

#7E4851 color CMYK value is (0,43,36,51).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 35.71%
  • key color value is 50.59%
CMYK:
(0,43,36,51)
C0M43Y36K51 
(0%,43%,36%,51%)
(0.00/0.43/0.36/0.51)	

CMYK percentages

%0
%42.86
%35.71
%50.59

Codes

Color #7E4851 in popluar color models

7E4851
RGB1267281
HSL350°27.27%38.82%
HSB/HSV350°42.86%49.41%
CMYK0.00%42.86%35.71%
50.59%

Color #7E4851 in popluar number systems.

HEX7E4851
Decimal1267281
Binary111111010010001010001
Octal176110121

Shades and tints

Shades of #7E4851

#7E4851
(126,72,81)
#73424A
(115,66,74)
#683C43
(104,60,67)
#5D363C
(93,54,60)
#523035
(82,48,53)
#472A2E
(71,42,46)
#3C2427
(60,36,39)
#311E20
(49,30,32)
#261819
(38,24,25)
#1B1212
(27,18,18)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E4851

#7E4851
(126,72,81)
#895860
(137,88,96)
#94686F
(148,104,111)
#9F787E
(159,120,126)
#AA888D
(170,136,141)
#B5989C
(181,152,156)
#C0A8AB
(192,168,171)
#CBB8BA
(203,184,186)
#D6C8C9
(214,200,201)
#E1D8D8
(225,216,216)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4851; }

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

This text font color is #7E4851.


Background Color

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

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

This div background color is #7E4851.


Border color

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

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

This div border color is #7E4851.


Opacity

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

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

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

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

This text has shadow with #7E4851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4851 on black background.


Color preview on white background

This text has color #7E4851 on white background.



Black color preview on #7E4851 background

This text has black color on #7E4851 background.


White color preview on #7E4851 background

This text has white color on #7E4851 background.