COLOR #7E445D

HEX: #7E445D
RGB: (126,68,93)

Color info

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

RGB color model

#7E445D color RGB value is (126,68,93).

  • red value is 126;
  • green value is 68;
  • blue value is 93.
RGB:
(126,68,93)
(49%,27%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 68 of 255 = 27%
B 93 of 255 = 36%

126
68
93

R + G + B ~ 37%. #7E445D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 68 + 93 = 287 (100%)
R 126 of 287 ~ 43.9%
G 68 of 287 ~ 23.69%
B 93 of 287 ~ 32.4%

%43.9
%23.69
%32.4

CMYK color model

#7E445D color CMYK value is (0,46,26,51).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,46,26,51)
C0M46Y26K51 
(0%,46%,26%,51%)
(0.00/0.46/0.26/0.51)	

CMYK percentages

%0
%46.03
%26.19
%50.59

Codes

Color #7E445D in popluar color models

7E445D
RGB1266893
HSL334°29.90%38.04%
HSB/HSV334°46.03%49.41%
CMYK0.00%46.03%26.19%
50.59%

Color #7E445D in popluar number systems.

HEX7E445D
Decimal1266893
Binary111111010001001011101
Octal176104135

Shades and tints

Shades of #7E445D

#7E445D
(126,68,93)
#733E55
(115,62,85)
#68384D
(104,56,77)
#5D3245
(93,50,69)
#522C3D
(82,44,61)
#472635
(71,38,53)
#3C202D
(60,32,45)
#311A25
(49,26,37)
#26141D
(38,20,29)
#1B0E15
(27,14,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #7E445D

#7E445D
(126,68,93)
#89556B
(137,85,107)
#946679
(148,102,121)
#9F7787
(159,119,135)
#AA8895
(170,136,149)
#B599A3
(181,153,163)
#C0AAB1
(192,170,177)
#CBBBBF
(203,187,191)
#D6CCCD
(214,204,205)
#E1DDDB
(225,221,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E445D color. Also use rgb(126,68,93) instead hex code.

Text Font Color

.myTextColor { color: #7E445D; }

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

This text font color is #7E445D.


Background Color

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

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

This div background color is #7E445D.


Border color

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

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

This div border color is #7E445D.


Opacity

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

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

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

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

This text has shadow with #7E445D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E445D on black background.


Color preview on white background

This text has color #7E445D on white background.



Black color preview on #7E445D background

This text has black color on #7E445D background.


White color preview on #7E445D background

This text has white color on #7E445D background.