COLOR #7E5212

HEX: #7E5212
RGB: (126,82,18)

Color info

#7E5212 contains mainly red and green colors. Web safe color of #7E5212 is #666600 (or #660).

RGB color model

#7E5212 color RGB value is (126,82,18).

  • red value is 126;
  • green value is 82;
  • blue value is 18.
RGB:
(126,82,18)
(49%,32%,7%)

RGB channels and saturation

R 126 of 255 = 49%
G 82 of 255 = 32%
B 18 of 255 = 7%

126
82
18

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

Portions of RGB colors in percentages

R + G + B =
126 + 82 + 18 = 226 (100%)
R 126 of 226 ~ 55.75%
G 82 of 226 ~ 36.28%
B 18 of 226 ~ 7.96%

%55.75
%36.28

CMYK color model

#7E5212 color CMYK value is (0,35,86,51).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 85.71%
  • key color value is 50.59%
CMYK:
(0,35,86,51)
C0M35Y86K51 
(0%,35%,86%,51%)
(0.00/0.35/0.86/0.51)	

CMYK percentages

%0
%34.92
%85.71
%50.59

Codes

Color #7E5212 in popluar color models

7E5212
RGB1268218
HSL36°75.00%28.24%
HSB/HSV36°85.71%49.41%
CMYK0.00%34.92%85.71%
50.59%

Color #7E5212 in popluar number systems.

HEX7E5212
Decimal1268218
Binary1111110101001010010
Octal17612222

Shades and tints

Shades of #7E5212

#7E5212
(126,82,18)
#734B11
(115,75,17)
#684410
(104,68,16)
#5D3D0F
(93,61,15)
#52360E
(82,54,14)
#472F0D
(71,47,13)
#3C280C
(60,40,12)
#31210B
(49,33,11)
#261A0A
(38,26,10)
#1B1309
(27,19,9)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E5212

#7E5212
(126,82,18)
#896127
(137,97,39)
#94703C
(148,112,60)
#9F7F51
(159,127,81)
#AA8E66
(170,142,102)
#B59D7B
(181,157,123)
#C0AC90
(192,172,144)
#CBBBA5
(203,187,165)
#D6CABA
(214,202,186)
#E1D9CF
(225,217,207)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5212 color. Also use rgb(126,82,18) instead hex code.

Text Font Color

.myTextColor { color: #7E5212; }

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

This text font color is #7E5212.


Background Color

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

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

This div background color is #7E5212.


Border color

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

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

This div border color is #7E5212.


Opacity

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

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

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

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

This text has shadow with #7E5212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5212 on black background.


Color preview on white background

This text has color #7E5212 on white background.



Black color preview on #7E5212 background

This text has black color on #7E5212 background.


White color preview on #7E5212 background

This text has white color on #7E5212 background.