COLOR #7E5363

HEX: #7E5363
RGB: (126,83,99)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
83
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 83 + 99 = 308 (100%)
R 126 of 308 ~ 40.91%
G 83 of 308 ~ 26.95%
B 99 of 308 ~ 32.14%

%40.91
%26.95
%32.14

CMYK color model

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

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

CMYK percentages

%0
%34.13
%21.43
%50.59

Codes

Color #7E5363 in popluar color models

7E5363
RGB1268399
HSL338°20.57%40.98%
HSB/HSV338°34.13%49.41%
CMYK0.00%34.13%21.43%
50.59%

Color #7E5363 in popluar number systems.

HEX7E5363
Decimal1268399
Binary111111010100111100011
Octal176123143

Shades and tints

Shades of #7E5363

#7E5363
(126,83,99)
#734C5A
(115,76,90)
#684551
(104,69,81)
#5D3E48
(93,62,72)
#52373F
(82,55,63)
#473036
(71,48,54)
#3C292D
(60,41,45)
#312224
(49,34,36)
#261B1B
(38,27,27)
#1B1412
(27,20,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E5363

#7E5363
(126,83,99)
#896271
(137,98,113)
#94717F
(148,113,127)
#9F808D
(159,128,141)
#AA8F9B
(170,143,155)
#B59EA9
(181,158,169)
#C0ADB7
(192,173,183)
#CBBCC5
(203,188,197)
#D6CBD3
(214,203,211)
#E1DAE1
(225,218,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5363; }

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

This text font color is #7E5363.


Background Color

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

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

This div background color is #7E5363.


Border color

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

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

This div border color is #7E5363.


Opacity

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

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

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

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

This text has shadow with #7E5363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5363 on black background.


Color preview on white background

This text has color #7E5363 on white background.



Black color preview on #7E5363 background

This text has black color on #7E5363 background.


White color preview on #7E5363 background

This text has white color on #7E5363 background.