COLOR #7E5045

HEX: #7E5045
RGB: (126,80,69)

Color info

#7E5045 contains red, green and blue colors in about the same proportion. Web safe color of #7E5045 is #666633 (or #663).

RGB color model

#7E5045 color RGB value is (126,80,69).

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

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 69 of 255 = 27%

126
80
69

R + G + B ~ 36%. #7E5045 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 69 = 275 (100%)
R 126 of 275 ~ 45.82%
G 80 of 275 ~ 29.09%
B 69 of 275 ~ 25.09%

%45.82
%29.09
%25.09

CMYK color model

#7E5045 color CMYK value is (0,37,45,51).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(0,37,45,51)
C0M37Y45K51 
(0%,37%,45%,51%)
(0.00/0.37/0.45/0.51)	

CMYK percentages

%0
%36.51
%45.24
%50.59

Codes

Color #7E5045 in popluar color models

7E5045
RGB1268069
HSL12°29.23%38.24%
HSB/HSV12°45.24%49.41%
CMYK0.00%36.51%45.24%
50.59%

Color #7E5045 in popluar number systems.

HEX7E5045
Decimal1268069
Binary111111010100001000101
Octal176120105

Shades and tints

Shades of #7E5045

#7E5045
(126,80,69)
#73493F
(115,73,63)
#684239
(104,66,57)
#5D3B33
(93,59,51)
#52342D
(82,52,45)
#472D27
(71,45,39)
#3C2621
(60,38,33)
#311F1B
(49,31,27)
#261815
(38,24,21)
#1B110F
(27,17,15)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #7E5045

#7E5045
(126,80,69)
#895F55
(137,95,85)
#946E65
(148,110,101)
#9F7D75
(159,125,117)
#AA8C85
(170,140,133)
#B59B95
(181,155,149)
#C0AAA5
(192,170,165)
#CBB9B5
(203,185,181)
#D6C8C5
(214,200,197)
#E1D7D5
(225,215,213)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5045; }

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

This text font color is #7E5045.


Background Color

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

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

This div background color is #7E5045.


Border color

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

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

This div border color is #7E5045.


Opacity

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

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

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

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

This text has shadow with #7E5045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5045 on black background.


Color preview on white background

This text has color #7E5045 on white background.



Black color preview on #7E5045 background

This text has black color on #7E5045 background.


White color preview on #7E5045 background

This text has white color on #7E5045 background.