COLOR #7E4B47

HEX: #7E4B47
RGB: (126,75,71)

Color info

#7E4B47 contains red, green and blue colors in about the same proportion. Web safe color of #7E4B47 is #663333 (or #633).

RGB color model

#7E4B47 color RGB value is (126,75,71).

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

RGB channels and saturation

R 126 of 255 = 49%
G 75 of 255 = 29%
B 71 of 255 = 28%

126
75
71

R + G + B ~ 35%. #7E4B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 75 + 71 = 272 (100%)
R 126 of 272 ~ 46.32%
G 75 of 272 ~ 27.57%
B 71 of 272 ~ 26.1%

%46.32
%27.57
%26.1

CMYK color model

#7E4B47 color CMYK value is (0,40,44,51).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 43.65%
  • key color value is 50.59%
CMYK:
(0,40,44,51)
C0M40Y44K51 
(0%,40%,44%,51%)
(0.00/0.40/0.44/0.51)	

CMYK percentages

%0
%40.48
%43.65
%50.59

Codes

Color #7E4B47 in popluar color models

7E4B47
RGB1267571
HSL27.92%38.63%
HSB/HSV43.65%49.41%
CMYK0.00%40.48%43.65%
50.59%

Color #7E4B47 in popluar number systems.

HEX7E4B47
Decimal1267571
Binary111111010010111000111
Octal176113107

Shades and tints

Shades of #7E4B47

#7E4B47
(126,75,71)
#734541
(115,69,65)
#683F3B
(104,63,59)
#5D3935
(93,57,53)
#52332F
(82,51,47)
#472D29
(71,45,41)
#3C2723
(60,39,35)
#31211D
(49,33,29)
#261B17
(38,27,23)
#1B1511
(27,21,17)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E4B47

#7E4B47
(126,75,71)
#895B57
(137,91,87)
#946B67
(148,107,103)
#9F7B77
(159,123,119)
#AA8B87
(170,139,135)
#B59B97
(181,155,151)
#C0ABA7
(192,171,167)
#CBBBB7
(203,187,183)
#D6CBC7
(214,203,199)
#E1DBD7
(225,219,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4B47; }

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

This text font color is #7E4B47.


Background Color

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

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

This div background color is #7E4B47.


Border color

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

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

This div border color is #7E4B47.


Opacity

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

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

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

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

This text has shadow with #7E4B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4B47 on black background.


Color preview on white background

This text has color #7E4B47 on white background.



Black color preview on #7E4B47 background

This text has black color on #7E4B47 background.


White color preview on #7E4B47 background

This text has white color on #7E4B47 background.