COLOR #7E5B05

HEX: #7E5B05
RGB: (126,91,5)

Color info

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

RGB color model

#7E5B05 color RGB value is (126,91,5).

  • red value is 126;
  • green value is 91;
  • blue value is 5.
RGB:
(126,91,5)
(49%,36%,2%)

RGB channels and saturation

R 126 of 255 = 49%
G 91 of 255 = 36%
B 5 of 255 = 2%

126
91
5

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

Portions of RGB colors in percentages

R + G + B =
126 + 91 + 5 = 222 (100%)
R 126 of 222 ~ 56.76%
G 91 of 222 ~ 40.99%
B 5 of 222 ~ 2.25%

%56.76
%40.99

CMYK color model

#7E5B05 color CMYK value is (0,28,96,51).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 96.03%
  • key color value is 50.59%
CMYK:
(0,28,96,51)
C0M28Y96K51 
(0%,28%,96%,51%)
(0.00/0.28/0.96/0.51)	

CMYK percentages

%0
%27.78
%96.03
%50.59

Codes

Color #7E5B05 in popluar color models

7E5B05
RGB126915
HSL43°92.37%25.69%
HSB/HSV43°96.03%49.41%
CMYK0.00%27.78%96.03%
50.59%

Color #7E5B05 in popluar number systems.

HEX7E5B05
Decimal126915
Binary11111101011011101
Octal1761335

Shades and tints

Shades of #7E5B05

#7E5B05
(126,91,5)
#735305
(115,83,5)
#684B05
(104,75,5)
#5D4305
(93,67,5)
#523B05
(82,59,5)
#473305
(71,51,5)
#3C2B05
(60,43,5)
#312305
(49,35,5)
#261B05
(38,27,5)
#1B1305
(27,19,5)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #7E5B05

#7E5B05
(126,91,5)
#89691B
(137,105,27)
#947731
(148,119,49)
#9F8547
(159,133,71)
#AA935D
(170,147,93)
#B5A173
(181,161,115)
#C0AF89
(192,175,137)
#CBBD9F
(203,189,159)
#D6CBB5
(214,203,181)
#E1D9CB
(225,217,203)
#ECE7E1
(236,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5B05 color. Also use rgb(126,91,5) instead hex code.

Text Font Color

.myTextColor { color: #7E5B05; }

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

This text font color is #7E5B05.


Background Color

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

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

This div background color is #7E5B05.


Border color

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

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

This div border color is #7E5B05.


Opacity

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

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

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

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

This text has shadow with #7E5B05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5B05 on black background.


Color preview on white background

This text has color #7E5B05 on white background.



Black color preview on #7E5B05 background

This text has black color on #7E5B05 background.


White color preview on #7E5B05 background

This text has white color on #7E5B05 background.