COLOR #7E4F06

HEX: #7E4F06
RGB: (126,79,6)

Color info

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

RGB color model

#7E4F06 color RGB value is (126,79,6).

  • red value is 126;
  • green value is 79;
  • blue value is 6.
RGB:
(126,79,6)
(49%,31%,2%)

RGB channels and saturation

R 126 of 255 = 49%
G 79 of 255 = 31%
B 6 of 255 = 2%

126
79
6

R + G + B ~ 27%. #7E4F06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 79 + 6 = 211 (100%)
R 126 of 211 ~ 59.72%
G 79 of 211 ~ 37.44%
B 6 of 211 ~ 2.84%

%59.72
%37.44

CMYK color model

#7E4F06 color CMYK value is (0,37,95,51).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 95.24%
  • key color value is 50.59%
CMYK:
(0,37,95,51)
C0M37Y95K51 
(0%,37%,95%,51%)
(0.00/0.37/0.95/0.51)	

CMYK percentages

%0
%37.3
%95.24
%50.59

Codes

Color #7E4F06 in popluar color models

7E4F06
RGB126796
HSL37°90.91%25.88%
HSB/HSV37°95.24%49.41%
CMYK0.00%37.30%95.24%
50.59%

Color #7E4F06 in popluar number systems.

HEX7E4F06
Decimal126796
Binary11111101001111110
Octal1761176

Shades and tints

Shades of #7E4F06

#7E4F06
(126,79,6)
#734806
(115,72,6)
#684106
(104,65,6)
#5D3A06
(93,58,6)
#523306
(82,51,6)
#472C06
(71,44,6)
#3C2506
(60,37,6)
#311E06
(49,30,6)
#261706
(38,23,6)
#1B1006
(27,16,6)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #7E4F06

#7E4F06
(126,79,6)
#895F1C
(137,95,28)
#946F32
(148,111,50)
#9F7F48
(159,127,72)
#AA8F5E
(170,143,94)
#B59F74
(181,159,116)
#C0AF8A
(192,175,138)
#CBBFA0
(203,191,160)
#D6CFB6
(214,207,182)
#E1DFCC
(225,223,204)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4F06 color. Also use rgb(126,79,6) instead hex code.

Text Font Color

.myTextColor { color: #7E4F06; }

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

This text font color is #7E4F06.


Background Color

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

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

This div background color is #7E4F06.


Border color

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

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

This div border color is #7E4F06.


Opacity

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

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

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

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

This text has shadow with #7E4F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4F06 on black background.


Color preview on white background

This text has color #7E4F06 on white background.



Black color preview on #7E4F06 background

This text has black color on #7E4F06 background.


White color preview on #7E4F06 background

This text has white color on #7E4F06 background.