COLOR #7E3727

HEX: #7E3727
RGB: (126,55,39)

Color info

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

RGB color model

#7E3727 color RGB value is (126,55,39).

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

RGB channels and saturation

R 126 of 255 = 49%
G 55 of 255 = 22%
B 39 of 255 = 15%

126
55
39

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

Portions of RGB colors in percentages

R + G + B =
126 + 55 + 39 = 220 (100%)
R 126 of 220 ~ 57.27%
G 55 of 220 ~ 25%
B 39 of 220 ~ 17.73%

%57.27
%25
%17.73

CMYK color model

#7E3727 color CMYK value is (0,56,69,51).

  • cyan value is 0.00%
  • magenta value is 56.35%
  • yellow value is 69.05%
  • key color value is 50.59%
CMYK:
(0,56,69,51)
C0M56Y69K51 
(0%,56%,69%,51%)
(0.00/0.56/0.69/0.51)	

CMYK percentages

%0
%56.35
%69.05
%50.59

Codes

Color #7E3727 in popluar color models

7E3727
RGB1265539
HSL11°52.73%32.35%
HSB/HSV11°69.05%49.41%
CMYK0.00%56.35%69.05%
50.59%

Color #7E3727 in popluar number systems.

HEX7E3727
Decimal1265539
Binary1111110110111100111
Octal1766747

Shades and tints

Shades of #7E3727

#7E3727
(126,55,39)
#733224
(115,50,36)
#682D21
(104,45,33)
#5D281E
(93,40,30)
#52231B
(82,35,27)
#471E18
(71,30,24)
#3C1915
(60,25,21)
#311412
(49,20,18)
#260F0F
(38,15,15)
#1B0A0C
(27,10,12)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #7E3727

#7E3727
(126,55,39)
#89493A
(137,73,58)
#945B4D
(148,91,77)
#9F6D60
(159,109,96)
#AA7F73
(170,127,115)
#B59186
(181,145,134)
#C0A399
(192,163,153)
#CBB5AC
(203,181,172)
#D6C7BF
(214,199,191)
#E1D9D2
(225,217,210)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3727; }

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

This text font color is #7E3727.


Background Color

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

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

This div background color is #7E3727.


Border color

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

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

This div border color is #7E3727.


Opacity

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

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

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

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

This text has shadow with #7E3727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3727 on black background.


Color preview on white background

This text has color #7E3727 on white background.



Black color preview on #7E3727 background

This text has black color on #7E3727 background.


White color preview on #7E3727 background

This text has white color on #7E3727 background.