COLOR #7E537E

HEX: #7E537E
RGB: (126,83,126)

Color info

#7E537E contains red, green and blue colors in about the same proportion. Web safe color of #7E537E is #666666 (or #666).

RGB color model

#7E537E color RGB value is (126,83,126).

  • red value is 126;
  • green value is 83;
  • blue value is 126.
RGB:
(126,83,126)
(49%,33%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 83 of 255 = 33%
B 126 of 255 = 49%

126
83
126

R + G + B ~ 44%. #7E537E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 83 + 126 = 335 (100%)
R 126 of 335 ~ 37.61%
G 83 of 335 ~ 24.78%
B 126 of 335 ~ 37.61%

%37.61
%24.78
%37.61

CMYK color model

#7E537E color CMYK value is (0,34,0,51).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(0,34,0,51)
C0M34Y0K51 
(0%,34%,0%,51%)
(0.00/0.34/0.00/0.51)	

CMYK percentages

%0
%34.13
%0
%50.59

Codes

Color #7E537E in popluar color models

7E537E
RGB12683126
HSL300°20.57%40.98%
HSB/HSV300°34.13%49.41%
CMYK0.00%34.13%0.00%
50.59%

Color #7E537E in popluar number systems.

HEX7E537E
Decimal12683126
Binary111111010100111111110
Octal176123176

Shades and tints

Shades of #7E537E

#7E537E
(126,83,126)
#734C73
(115,76,115)
#684568
(104,69,104)
#5D3E5D
(93,62,93)
#523752
(82,55,82)
#473047
(71,48,71)
#3C293C
(60,41,60)
#312231
(49,34,49)
#261B26
(38,27,38)
#1B141B
(27,20,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E537E

#7E537E
(126,83,126)
#896289
(137,98,137)
#947194
(148,113,148)
#9F809F
(159,128,159)
#AA8FAA
(170,143,170)
#B59EB5
(181,158,181)
#C0ADC0
(192,173,192)
#CBBCCB
(203,188,203)
#D6CBD6
(214,203,214)
#E1DAE1
(225,218,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E537E; }

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

This text font color is #7E537E.


Background Color

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

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

This div background color is #7E537E.


Border color

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

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

This div border color is #7E537E.


Opacity

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

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

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

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

This text has shadow with #7E537E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E537E on black background.


Color preview on white background

This text has color #7E537E on white background.



Black color preview on #7E537E background

This text has black color on #7E537E background.


White color preview on #7E537E background

This text has white color on #7E537E background.