COLOR #7E6E1B

HEX: #7E6E1B
RGB: (126,110,27)

Color info

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

RGB color model

#7E6E1B color RGB value is (126,110,27).

  • red value is 126;
  • green value is 110;
  • blue value is 27.
RGB:
(126,110,27)
(49%,43%,11%)

RGB channels and saturation

R 126 of 255 = 49%
G 110 of 255 = 43%
B 27 of 255 = 11%

126
110
27

R + G + B ~ 34%. #7E6E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 110 + 27 = 263 (100%)
R 126 of 263 ~ 47.91%
G 110 of 263 ~ 41.83%
B 27 of 263 ~ 10.27%

%47.91
%41.83
%10.27

CMYK color model

#7E6E1B color CMYK value is (0,13,79,51).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 78.57%
  • key color value is 50.59%
CMYK:
(0,13,79,51)
C0M13Y79K51 
(0%,13%,79%,51%)
(0.00/0.13/0.79/0.51)	

CMYK percentages

%0
%12.7
%78.57
%50.59

Codes

Color #7E6E1B in popluar color models

7E6E1B
RGB12611027
HSL50°64.71%30.00%
HSB/HSV50°78.57%49.41%
CMYK0.00%12.70%78.57%
50.59%

Color #7E6E1B in popluar number systems.

HEX7E6E1B
Decimal12611027
Binary1111110110111011011
Octal17615633

Shades and tints

Shades of #7E6E1B

#7E6E1B
(126,110,27)
#736419
(115,100,25)
#685A17
(104,90,23)
#5D5015
(93,80,21)
#524613
(82,70,19)
#473C11
(71,60,17)
#3C320F
(60,50,15)
#31280D
(49,40,13)
#261E0B
(38,30,11)
#1B1409
(27,20,9)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #7E6E1B

#7E6E1B
(126,110,27)
#897B2F
(137,123,47)
#948843
(148,136,67)
#9F9557
(159,149,87)
#AAA26B
(170,162,107)
#B5AF7F
(181,175,127)
#C0BC93
(192,188,147)
#CBC9A7
(203,201,167)
#D6D6BB
(214,214,187)
#E1E3CF
(225,227,207)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6E1B color. Also use rgb(126,110,27) instead hex code.

Text Font Color

.myTextColor { color: #7E6E1B; }

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

This text font color is #7E6E1B.


Background Color

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

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

This div background color is #7E6E1B.


Border color

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

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

This div border color is #7E6E1B.


Opacity

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

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

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

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

This text has shadow with #7E6E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E1B on black background.


Color preview on white background

This text has color #7E6E1B on white background.



Black color preview on #7E6E1B background

This text has black color on #7E6E1B background.


White color preview on #7E6E1B background

This text has white color on #7E6E1B background.