COLOR #7E4641

HEX: #7E4641
RGB: (126,70,65)

Color info

#7E4641 contains mainly red and green colors. Web safe color of #7E4641 is #663333 (or #633).

RGB color model

#7E4641 color RGB value is (126,70,65).

  • red value is 126;
  • green value is 70;
  • blue value is 65.
RGB:
(126,70,65)
(49%,27%,25%)

RGB channels and saturation

R 126 of 255 = 49%
G 70 of 255 = 27%
B 65 of 255 = 25%

126
70
65

R + G + B ~ 34%. #7E4641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 70 + 65 = 261 (100%)
R 126 of 261 ~ 48.28%
G 70 of 261 ~ 26.82%
B 65 of 261 ~ 24.9%

%48.28
%26.82
%24.9

CMYK color model

#7E4641 color CMYK value is (0,44,48,51).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(0,44,48,51)
C0M44Y48K51 
(0%,44%,48%,51%)
(0.00/0.44/0.48/0.51)	

CMYK percentages

%0
%44.44
%48.41
%50.59

Codes

Color #7E4641 in popluar color models

7E4641
RGB1267065
HSL31.94%37.45%
HSB/HSV48.41%49.41%
CMYK0.00%44.44%48.41%
50.59%

Color #7E4641 in popluar number systems.

HEX7E4641
Decimal1267065
Binary111111010001101000001
Octal176106101

Shades and tints

Shades of #7E4641

#7E4641
(126,70,65)
#73403C
(115,64,60)
#683A37
(104,58,55)
#5D3432
(93,52,50)
#522E2D
(82,46,45)
#472828
(71,40,40)
#3C2223
(60,34,35)
#311C1E
(49,28,30)
#261619
(38,22,25)
#1B1014
(27,16,20)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #7E4641

#7E4641
(126,70,65)
#895652
(137,86,82)
#946663
(148,102,99)
#9F7674
(159,118,116)
#AA8685
(170,134,133)
#B59696
(181,150,150)
#C0A6A7
(192,166,167)
#CBB6B8
(203,182,184)
#D6C6C9
(214,198,201)
#E1D6DA
(225,214,218)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4641; }

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

This text font color is #7E4641.


Background Color

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

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

This div background color is #7E4641.


Border color

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

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

This div border color is #7E4641.


Opacity

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

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

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

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

This text has shadow with #7E4641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4641 on black background.


Color preview on white background

This text has color #7E4641 on white background.



Black color preview on #7E4641 background

This text has black color on #7E4641 background.


White color preview on #7E4641 background

This text has white color on #7E4641 background.