COLOR #7E475D

HEX: #7E475D
RGB: (126,71,93)

Color info

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

RGB color model

#7E475D color RGB value is (126,71,93).

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

RGB channels and saturation

R 126 of 255 = 49%
G 71 of 255 = 28%
B 93 of 255 = 36%

126
71
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 71 + 93 = 290 (100%)
R 126 of 290 ~ 43.45%
G 71 of 290 ~ 24.48%
B 93 of 290 ~ 32.07%

%43.45
%24.48
%32.07

CMYK color model

#7E475D color CMYK value is (0,44,26,51).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,44,26,51)
C0M44Y26K51 
(0%,44%,26%,51%)
(0.00/0.44/0.26/0.51)	

CMYK percentages

%0
%43.65
%26.19
%50.59

Codes

Color #7E475D in popluar color models

7E475D
RGB1267193
HSL336°27.92%38.63%
HSB/HSV336°43.65%49.41%
CMYK0.00%43.65%26.19%
50.59%

Color #7E475D in popluar number systems.

HEX7E475D
Decimal1267193
Binary111111010001111011101
Octal176107135

Shades and tints

Shades of #7E475D

#7E475D
(126,71,93)
#734155
(115,65,85)
#683B4D
(104,59,77)
#5D3545
(93,53,69)
#522F3D
(82,47,61)
#472935
(71,41,53)
#3C232D
(60,35,45)
#311D25
(49,29,37)
#26171D
(38,23,29)
#1B1115
(27,17,21)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E475D

#7E475D
(126,71,93)
#89576B
(137,87,107)
#946779
(148,103,121)
#9F7787
(159,119,135)
#AA8795
(170,135,149)
#B597A3
(181,151,163)
#C0A7B1
(192,167,177)
#CBB7BF
(203,183,191)
#D6C7CD
(214,199,205)
#E1D7DB
(225,215,219)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E475D; }

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

This text font color is #7E475D.


Background Color

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

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

This div background color is #7E475D.


Border color

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

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

This div border color is #7E475D.


Opacity

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

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

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

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

This text has shadow with #7E475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E475D on black background.


Color preview on white background

This text has color #7E475D on white background.



Black color preview on #7E475D background

This text has black color on #7E475D background.


White color preview on #7E475D background

This text has white color on #7E475D background.