COLOR #7E5E1B

HEX: #7E5E1B
RGB: (126,94,27)

Color info

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

RGB color model

#7E5E1B color RGB value is (126,94,27).

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

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 27 of 255 = 11%

126
94
27

R + G + B ~ 32%. #7E5E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 27 = 247 (100%)
R 126 of 247 ~ 51.01%
G 94 of 247 ~ 38.06%
B 27 of 247 ~ 10.93%

%51.01
%38.06
%10.93

CMYK color model

#7E5E1B color CMYK value is (0,25,79,51).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 78.57%
  • key color value is 50.59%
CMYK:
(0,25,79,51)
C0M25Y79K51 
(0%,25%,79%,51%)
(0.00/0.25/0.79/0.51)	

CMYK percentages

%0
%25.4
%78.57
%50.59

Codes

Color #7E5E1B in popluar color models

7E5E1B
RGB1269427
HSL41°64.71%30.00%
HSB/HSV41°78.57%49.41%
CMYK0.00%25.40%78.57%
50.59%

Color #7E5E1B in popluar number systems.

HEX7E5E1B
Decimal1269427
Binary1111110101111011011
Octal17613633

Shades and tints

Shades of #7E5E1B

#7E5E1B
(126,94,27)
#735619
(115,86,25)
#684E17
(104,78,23)
#5D4615
(93,70,21)
#523E13
(82,62,19)
#473611
(71,54,17)
#3C2E0F
(60,46,15)
#31260D
(49,38,13)
#261E0B
(38,30,11)
#1B1609
(27,22,9)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #7E5E1B

#7E5E1B
(126,94,27)
#896C2F
(137,108,47)
#947A43
(148,122,67)
#9F8857
(159,136,87)
#AA966B
(170,150,107)
#B5A47F
(181,164,127)
#C0B293
(192,178,147)
#CBC0A7
(203,192,167)
#D6CEBB
(214,206,187)
#E1DCCF
(225,220,207)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5E1B; }

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

This text font color is #7E5E1B.


Background Color

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

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

This div background color is #7E5E1B.


Border color

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

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

This div border color is #7E5E1B.


Opacity

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

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

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

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

This text has shadow with #7E5E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E1B on black background.


Color preview on white background

This text has color #7E5E1B on white background.



Black color preview on #7E5E1B background

This text has black color on #7E5E1B background.


White color preview on #7E5E1B background

This text has white color on #7E5E1B background.