COLOR #7E3527

HEX: #7E3527
RGB: (126,53,39)

Color info

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

RGB color model

#7E3527 color RGB value is (126,53,39).

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

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 39 of 255 = 15%

126
53
39

R + G + B ~ 28%. #7E3527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 39 = 218 (100%)
R 126 of 218 ~ 57.8%
G 53 of 218 ~ 24.31%
B 39 of 218 ~ 17.89%

%57.8
%24.31
%17.89

CMYK color model

#7E3527 color CMYK value is (0,58,69,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 69.05%
  • key color value is 50.59%
CMYK:
(0,58,69,51)
C0M58Y69K51 
(0%,58%,69%,51%)
(0.00/0.58/0.69/0.51)	

CMYK percentages

%0
%57.94
%69.05
%50.59

Codes

Color #7E3527 in popluar color models

7E3527
RGB1265339
HSL10°52.73%32.35%
HSB/HSV10°69.05%49.41%
CMYK0.00%57.94%69.05%
50.59%

Color #7E3527 in popluar number systems.

HEX7E3527
Decimal1265339
Binary1111110110101100111
Octal1766547

Shades and tints

Shades of #7E3527

#7E3527
(126,53,39)
#733124
(115,49,36)
#682D21
(104,45,33)
#5D291E
(93,41,30)
#52251B
(82,37,27)
#472118
(71,33,24)
#3C1D15
(60,29,21)
#311912
(49,25,18)
#26150F
(38,21,15)
#1B110C
(27,17,12)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E3527

#7E3527
(126,53,39)
#89473A
(137,71,58)
#94594D
(148,89,77)
#9F6B60
(159,107,96)
#AA7D73
(170,125,115)
#B58F86
(181,143,134)
#C0A199
(192,161,153)
#CBB3AC
(203,179,172)
#D6C5BF
(214,197,191)
#E1D7D2
(225,215,210)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3527; }

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

This text font color is #7E3527.


Background Color

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

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

This div background color is #7E3527.


Border color

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

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

This div border color is #7E3527.


Opacity

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

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

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

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

This text has shadow with #7E3527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3527 on black background.


Color preview on white background

This text has color #7E3527 on white background.



Black color preview on #7E3527 background

This text has black color on #7E3527 background.


White color preview on #7E3527 background

This text has white color on #7E3527 background.