COLOR #7E5905

HEX: #7E5905
RGB: (126,89,5)

Color info

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

RGB color model

#7E5905 color RGB value is (126,89,5).

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

RGB channels and saturation

R 126 of 255 = 49%
G 89 of 255 = 35%
B 5 of 255 = 2%

126
89
5

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

Portions of RGB colors in percentages

R + G + B =
126 + 89 + 5 = 220 (100%)
R 126 of 220 ~ 57.27%
G 89 of 220 ~ 40.45%
B 5 of 220 ~ 2.27%

%57.27
%40.45

CMYK color model

#7E5905 color CMYK value is (0,29,96,51).

  • cyan value is 0.00%
  • magenta value is 29.37%
  • yellow value is 96.03%
  • key color value is 50.59%
CMYK:
(0,29,96,51)
C0M29Y96K51 
(0%,29%,96%,51%)
(0.00/0.29/0.96/0.51)	

CMYK percentages

%0
%29.37
%96.03
%50.59

Codes

Color #7E5905 in popluar color models

7E5905
RGB126895
HSL42°92.37%25.69%
HSB/HSV42°96.03%49.41%
CMYK0.00%29.37%96.03%
50.59%

Color #7E5905 in popluar number systems.

HEX7E5905
Decimal126895
Binary11111101011001101
Octal1761315

Shades and tints

Shades of #7E5905

#7E5905
(126,89,5)
#735105
(115,81,5)
#684905
(104,73,5)
#5D4105
(93,65,5)
#523905
(82,57,5)
#473105
(71,49,5)
#3C2905
(60,41,5)
#312105
(49,33,5)
#261905
(38,25,5)
#1B1105
(27,17,5)
#100905
(16,9,5)
#000000
(0,0,0)

Tints of #7E5905

#7E5905
(126,89,5)
#89681B
(137,104,27)
#947731
(148,119,49)
#9F8647
(159,134,71)
#AA955D
(170,149,93)
#B5A473
(181,164,115)
#C0B389
(192,179,137)
#CBC29F
(203,194,159)
#D6D1B5
(214,209,181)
#E1E0CB
(225,224,203)
#ECEFE1
(236,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5905; }

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

This text font color is #7E5905.


Background Color

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

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

This div background color is #7E5905.


Border color

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

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

This div border color is #7E5905.


Opacity

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

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

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

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

This text has shadow with #7E5905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5905 on black background.


Color preview on white background

This text has color #7E5905 on white background.



Black color preview on #7E5905 background

This text has black color on #7E5905 background.


White color preview on #7E5905 background

This text has white color on #7E5905 background.