COLOR #7E612B

HEX: #7E612B
RGB: (126,97,43)

Color info

#7E612B contains mainly red and green colors. Web safe color of #7E612B is #666633 (or #663).

RGB color model

#7E612B color RGB value is (126,97,43).

  • red value is 126;
  • green value is 97;
  • blue value is 43.
RGB:
(126,97,43)
(49%,38%,17%)

RGB channels and saturation

R 126 of 255 = 49%
G 97 of 255 = 38%
B 43 of 255 = 17%

126
97
43

R + G + B ~ 35%. #7E612B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 97 + 43 = 266 (100%)
R 126 of 266 ~ 47.37%
G 97 of 266 ~ 36.47%
B 43 of 266 ~ 16.17%

%47.37
%36.47
%16.17

CMYK color model

#7E612B color CMYK value is (0,23,66,51).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 65.87%
  • key color value is 50.59%
CMYK:
(0,23,66,51)
C0M23Y66K51 
(0%,23%,66%,51%)
(0.00/0.23/0.66/0.51)	

CMYK percentages

%0
%23.02
%65.87
%50.59

Codes

Color #7E612B in popluar color models

7E612B
RGB1269743
HSL39°49.11%33.14%
HSB/HSV39°65.87%49.41%
CMYK0.00%23.02%65.87%
50.59%

Color #7E612B in popluar number systems.

HEX7E612B
Decimal1269743
Binary11111101100001101011
Octal17614153

Shades and tints

Shades of #7E612B

#7E612B
(126,97,43)
#735928
(115,89,40)
#685125
(104,81,37)
#5D4922
(93,73,34)
#52411F
(82,65,31)
#47391C
(71,57,28)
#3C3119
(60,49,25)
#312916
(49,41,22)
#262113
(38,33,19)
#1B1910
(27,25,16)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E612B

#7E612B
(126,97,43)
#896F3E
(137,111,62)
#947D51
(148,125,81)
#9F8B64
(159,139,100)
#AA9977
(170,153,119)
#B5A78A
(181,167,138)
#C0B59D
(192,181,157)
#CBC3B0
(203,195,176)
#D6D1C3
(214,209,195)
#E1DFD6
(225,223,214)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E612B color. Also use rgb(126,97,43) instead hex code.

Text Font Color

.myTextColor { color: #7E612B; }

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

This text font color is #7E612B.


Background Color

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

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

This div background color is #7E612B.


Border color

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

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

This div border color is #7E612B.


Opacity

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

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

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

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

This text has shadow with #7E612B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E612B on black background.


Color preview on white background

This text has color #7E612B on white background.



Black color preview on #7E612B background

This text has black color on #7E612B background.


White color preview on #7E612B background

This text has white color on #7E612B background.