COLOR #7E3730

HEX: #7E3730
RGB: (126,55,48)

Color info

#7E3730 contains mainly red color. Web safe color of #7E3730 is #663333 (or #633).

RGB color model

#7E3730 color RGB value is (126,55,48).

  • red value is 126;
  • green value is 55;
  • blue value is 48.
RGB:
(126,55,48)
(49%,22%,19%)

RGB channels and saturation

R 126 of 255 = 49%
G 55 of 255 = 22%
B 48 of 255 = 19%

126
55
48

R + G + B ~ 30%. #7E3730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 55 + 48 = 229 (100%)
R 126 of 229 ~ 55.02%
G 55 of 229 ~ 24.02%
B 48 of 229 ~ 20.96%

%55.02
%24.02
%20.96

CMYK color model

#7E3730 color CMYK value is (0,56,62,51).

  • cyan value is 0.00%
  • magenta value is 56.35%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK:
(0,56,62,51)
C0M56Y62K51 
(0%,56%,62%,51%)
(0.00/0.56/0.62/0.51)	

CMYK percentages

%0
%56.35
%61.9
%50.59

Codes

Color #7E3730 in popluar color models

7E3730
RGB1265548
HSL44.83%34.12%
HSB/HSV61.90%49.41%
CMYK0.00%56.35%61.90%
50.59%

Color #7E3730 in popluar number systems.

HEX7E3730
Decimal1265548
Binary1111110110111110000
Octal1766760

Shades and tints

Shades of #7E3730

#7E3730
(126,55,48)
#73322C
(115,50,44)
#682D28
(104,45,40)
#5D2824
(93,40,36)
#522320
(82,35,32)
#471E1C
(71,30,28)
#3C1918
(60,25,24)
#311414
(49,20,20)
#260F10
(38,15,16)
#1B0A0C
(27,10,12)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #7E3730

#7E3730
(126,55,48)
#894942
(137,73,66)
#945B54
(148,91,84)
#9F6D66
(159,109,102)
#AA7F78
(170,127,120)
#B5918A
(181,145,138)
#C0A39C
(192,163,156)
#CBB5AE
(203,181,174)
#D6C7C0
(214,199,192)
#E1D9D2
(225,217,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3730 color. Also use rgb(126,55,48) instead hex code.

Text Font Color

.myTextColor { color: #7E3730; }

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

This text font color is #7E3730.


Background Color

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

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

This div background color is #7E3730.


Border color

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

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

This div border color is #7E3730.


Opacity

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

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

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

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

This text has shadow with #7E3730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3730 on black background.


Color preview on white background

This text has color #7E3730 on white background.



Black color preview on #7E3730 background

This text has black color on #7E3730 background.


White color preview on #7E3730 background

This text has white color on #7E3730 background.