COLOR #7E485B

HEX: #7E485B
RGB: (126,72,91)

Color info

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

RGB color model

#7E485B color RGB value is (126,72,91).

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

RGB channels and saturation

R 126 of 255 = 49%
G 72 of 255 = 28%
B 91 of 255 = 36%

126
72
91

R + G + B ~ 38%. #7E485B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 72 + 91 = 289 (100%)
R 126 of 289 ~ 43.6%
G 72 of 289 ~ 24.91%
B 91 of 289 ~ 31.49%

%43.6
%24.91
%31.49

CMYK color model

#7E485B color CMYK value is (0,43,28,51).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,43,28,51)
C0M43Y28K51 
(0%,43%,28%,51%)
(0.00/0.43/0.28/0.51)	

CMYK percentages

%0
%42.86
%27.78
%50.59

Codes

Color #7E485B in popluar color models

7E485B
RGB1267291
HSL339°27.27%38.82%
HSB/HSV339°42.86%49.41%
CMYK0.00%42.86%27.78%
50.59%

Color #7E485B in popluar number systems.

HEX7E485B
Decimal1267291
Binary111111010010001011011
Octal176110133

Shades and tints

Shades of #7E485B

#7E485B
(126,72,91)
#734253
(115,66,83)
#683C4B
(104,60,75)
#5D3643
(93,54,67)
#52303B
(82,48,59)
#472A33
(71,42,51)
#3C242B
(60,36,43)
#311E23
(49,30,35)
#26181B
(38,24,27)
#1B1213
(27,18,19)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E485B

#7E485B
(126,72,91)
#895869
(137,88,105)
#946877
(148,104,119)
#9F7885
(159,120,133)
#AA8893
(170,136,147)
#B598A1
(181,152,161)
#C0A8AF
(192,168,175)
#CBB8BD
(203,184,189)
#D6C8CB
(214,200,203)
#E1D8D9
(225,216,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E485B; }

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

This text font color is #7E485B.


Background Color

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

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

This div background color is #7E485B.


Border color

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

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

This div border color is #7E485B.


Opacity

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

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

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

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

This text has shadow with #7E485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E485B on black background.


Color preview on white background

This text has color #7E485B on white background.



Black color preview on #7E485B background

This text has black color on #7E485B background.


White color preview on #7E485B background

This text has white color on #7E485B background.