COLOR #7E4852

HEX: #7E4852
RGB: (126,72,82)

Color info

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

RGB color model

#7E4852 color RGB value is (126,72,82).

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

RGB channels and saturation

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

126
72
82

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

Portions of RGB colors in percentages

R + G + B =
126 + 72 + 82 = 280 (100%)
R 126 of 280 ~ 45%
G 72 of 280 ~ 25.71%
B 82 of 280 ~ 29.29%

%45
%25.71
%29.29

CMYK color model

#7E4852 color CMYK value is (0,43,35,51).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(0,43,35,51)
C0M43Y35K51 
(0%,43%,35%,51%)
(0.00/0.43/0.35/0.51)	

CMYK percentages

%0
%42.86
%34.92
%50.59

Codes

Color #7E4852 in popluar color models

7E4852
RGB1267282
HSL349°27.27%38.82%
HSB/HSV349°42.86%49.41%
CMYK0.00%42.86%34.92%
50.59%

Color #7E4852 in popluar number systems.

HEX7E4852
Decimal1267282
Binary111111010010001010010
Octal176110122

Shades and tints

Shades of #7E4852

#7E4852
(126,72,82)
#73424B
(115,66,75)
#683C44
(104,60,68)
#5D363D
(93,54,61)
#523036
(82,48,54)
#472A2F
(71,42,47)
#3C2428
(60,36,40)
#311E21
(49,30,33)
#26181A
(38,24,26)
#1B1213
(27,18,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #7E4852

#7E4852
(126,72,82)
#895861
(137,88,97)
#946870
(148,104,112)
#9F787F
(159,120,127)
#AA888E
(170,136,142)
#B5989D
(181,152,157)
#C0A8AC
(192,168,172)
#CBB8BB
(203,184,187)
#D6C8CA
(214,200,202)
#E1D8D9
(225,216,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4852; }

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

This text font color is #7E4852.


Background Color

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

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

This div background color is #7E4852.


Border color

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

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

This div border color is #7E4852.


Opacity

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

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

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

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

This text has shadow with #7E4852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4852 on black background.


Color preview on white background

This text has color #7E4852 on white background.



Black color preview on #7E4852 background

This text has black color on #7E4852 background.


White color preview on #7E4852 background

This text has white color on #7E4852 background.