COLOR #7E5147

HEX: #7E5147
RGB: (126,81,71)

Color info

#7E5147 contains red, green and blue colors in about the same proportion. Web safe color of #7E5147 is #666633 (or #663).

RGB color model

#7E5147 color RGB value is (126,81,71).

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

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 71 of 255 = 28%

126
81
71

R + G + B ~ 36%. #7E5147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 81 + 71 = 278 (100%)
R 126 of 278 ~ 45.32%
G 81 of 278 ~ 29.14%
B 71 of 278 ~ 25.54%

%45.32
%29.14
%25.54

CMYK color model

#7E5147 color CMYK value is (0,36,44,51).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 43.65%
  • key color value is 50.59%
CMYK:
(0,36,44,51)
C0M36Y44K51 
(0%,36%,44%,51%)
(0.00/0.36/0.44/0.51)	

CMYK percentages

%0
%35.71
%43.65
%50.59

Codes

Color #7E5147 in popluar color models

7E5147
RGB1268171
HSL11°27.92%38.63%
HSB/HSV11°43.65%49.41%
CMYK0.00%35.71%43.65%
50.59%

Color #7E5147 in popluar number systems.

HEX7E5147
Decimal1268171
Binary111111010100011000111
Octal176121107

Shades and tints

Shades of #7E5147

#7E5147
(126,81,71)
#734A41
(115,74,65)
#68433B
(104,67,59)
#5D3C35
(93,60,53)
#52352F
(82,53,47)
#472E29
(71,46,41)
#3C2723
(60,39,35)
#31201D
(49,32,29)
#261917
(38,25,23)
#1B1211
(27,18,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E5147

#7E5147
(126,81,71)
#896057
(137,96,87)
#946F67
(148,111,103)
#9F7E77
(159,126,119)
#AA8D87
(170,141,135)
#B59C97
(181,156,151)
#C0ABA7
(192,171,167)
#CBBAB7
(203,186,183)
#D6C9C7
(214,201,199)
#E1D8D7
(225,216,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5147; }

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

This text font color is #7E5147.


Background Color

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

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

This div background color is #7E5147.


Border color

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

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

This div border color is #7E5147.


Opacity

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

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

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

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

This text has shadow with #7E5147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5147 on black background.


Color preview on white background

This text has color #7E5147 on white background.



Black color preview on #7E5147 background

This text has black color on #7E5147 background.


White color preview on #7E5147 background

This text has white color on #7E5147 background.