COLOR #7E453B

HEX: #7E453B
RGB: (126,69,59)

Color info

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

RGB color model

#7E453B color RGB value is (126,69,59).

  • red value is 126;
  • green value is 69;
  • blue value is 59.
RGB:
(126,69,59)
(49%,27%,23%)

RGB channels and saturation

R 126 of 255 = 49%
G 69 of 255 = 27%
B 59 of 255 = 23%

126
69
59

R + G + B ~ 33%. #7E453B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 69 + 59 = 254 (100%)
R 126 of 254 ~ 49.61%
G 69 of 254 ~ 27.17%
B 59 of 254 ~ 23.23%

%49.61
%27.17
%23.23

CMYK color model

#7E453B color CMYK value is (0,45,53,51).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 53.17%
  • key color value is 50.59%
CMYK:
(0,45,53,51)
C0M45Y53K51 
(0%,45%,53%,51%)
(0.00/0.45/0.53/0.51)	

CMYK percentages

%0
%45.24
%53.17
%50.59

Codes

Color #7E453B in popluar color models

7E453B
RGB1266959
HSL36.22%36.27%
HSB/HSV53.17%49.41%
CMYK0.00%45.24%53.17%
50.59%

Color #7E453B in popluar number systems.

HEX7E453B
Decimal1266959
Binary11111101000101111011
Octal17610573

Shades and tints

Shades of #7E453B

#7E453B
(126,69,59)
#733F36
(115,63,54)
#683931
(104,57,49)
#5D332C
(93,51,44)
#522D27
(82,45,39)
#472722
(71,39,34)
#3C211D
(60,33,29)
#311B18
(49,27,24)
#261513
(38,21,19)
#1B0F0E
(27,15,14)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E453B

#7E453B
(126,69,59)
#89554C
(137,85,76)
#94655D
(148,101,93)
#9F756E
(159,117,110)
#AA857F
(170,133,127)
#B59590
(181,149,144)
#C0A5A1
(192,165,161)
#CBB5B2
(203,181,178)
#D6C5C3
(214,197,195)
#E1D5D4
(225,213,212)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E453B color. Also use rgb(126,69,59) instead hex code.

Text Font Color

.myTextColor { color: #7E453B; }

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

This text font color is #7E453B.


Background Color

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

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

This div background color is #7E453B.


Border color

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

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

This div border color is #7E453B.


Opacity

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

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

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

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

This text has shadow with #7E453B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E453B on black background.


Color preview on white background

This text has color #7E453B on white background.



Black color preview on #7E453B background

This text has black color on #7E453B background.


White color preview on #7E453B background

This text has white color on #7E453B background.