COLOR #7E352F

HEX: #7E352F
RGB: (126,53,47)

Color info

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

RGB color model

#7E352F color RGB value is (126,53,47).

  • red value is 126;
  • green value is 53;
  • blue value is 47.
RGB:
(126,53,47)
(49%,21%,18%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 47 of 255 = 18%

126
53
47

R + G + B ~ 29%. #7E352F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 47 = 226 (100%)
R 126 of 226 ~ 55.75%
G 53 of 226 ~ 23.45%
B 47 of 226 ~ 20.8%

%55.75
%23.45
%20.8

CMYK color model

#7E352F color CMYK value is (0,58,63,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 62.70%
  • key color value is 50.59%
CMYK:
(0,58,63,51)
C0M58Y63K51 
(0%,58%,63%,51%)
(0.00/0.58/0.63/0.51)	

CMYK percentages

%0
%57.94
%62.7
%50.59

Codes

Color #7E352F in popluar color models

7E352F
RGB1265347
HSL45.66%33.92%
HSB/HSV62.70%49.41%
CMYK0.00%57.94%62.70%
50.59%

Color #7E352F in popluar number systems.

HEX7E352F
Decimal1265347
Binary1111110110101101111
Octal1766557

Shades and tints

Shades of #7E352F

#7E352F
(126,53,47)
#73312B
(115,49,43)
#682D27
(104,45,39)
#5D2923
(93,41,35)
#52251F
(82,37,31)
#47211B
(71,33,27)
#3C1D17
(60,29,23)
#311913
(49,25,19)
#26150F
(38,21,15)
#1B110B
(27,17,11)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #7E352F

#7E352F
(126,53,47)
#894741
(137,71,65)
#945953
(148,89,83)
#9F6B65
(159,107,101)
#AA7D77
(170,125,119)
#B58F89
(181,143,137)
#C0A19B
(192,161,155)
#CBB3AD
(203,179,173)
#D6C5BF
(214,197,191)
#E1D7D1
(225,215,209)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E352F color. Also use rgb(126,53,47) instead hex code.

Text Font Color

.myTextColor { color: #7E352F; }

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

This text font color is #7E352F.


Background Color

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

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

This div background color is #7E352F.


Border color

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

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

This div border color is #7E352F.


Opacity

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

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

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

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

This text has shadow with #7E352F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E352F on black background.


Color preview on white background

This text has color #7E352F on white background.



Black color preview on #7E352F background

This text has black color on #7E352F background.


White color preview on #7E352F background

This text has white color on #7E352F background.