COLOR #7E7518

HEX: #7E7518
RGB: (126,117,24)

Color info

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

RGB color model

#7E7518 color RGB value is (126,117,24).

  • red value is 126;
  • green value is 117;
  • blue value is 24.
RGB:
(126,117,24)
(49%,46%,9%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 24 of 255 = 9%

126
117
24

R + G + B ~ 35%. #7E7518 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 24 = 267 (100%)
R 126 of 267 ~ 47.19%
G 117 of 267 ~ 43.82%
B 24 of 267 ~ 8.99%

%47.19
%43.82

CMYK color model

#7E7518 color CMYK value is (0,7,81,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 80.95%
  • key color value is 50.59%
CMYK:
(0,7,81,51)
C0M7Y81K51 
(0%,7%,81%,51%)
(0.00/0.07/0.81/0.51)	

CMYK percentages

%0
%7.14
%80.95
%50.59

Codes

Color #7E7518 in popluar color models

7E7518
RGB12611724
HSL55°68.00%29.41%
HSB/HSV55°80.95%49.41%
CMYK0.00%7.14%80.95%
50.59%

Color #7E7518 in popluar number systems.

HEX7E7518
Decimal12611724
Binary1111110111010111000
Octal17616530

Shades and tints

Shades of #7E7518

#7E7518
(126,117,24)
#736B16
(115,107,22)
#686114
(104,97,20)
#5D5712
(93,87,18)
#524D10
(82,77,16)
#47430E
(71,67,14)
#3C390C
(60,57,12)
#312F0A
(49,47,10)
#262508
(38,37,8)
#1B1B06
(27,27,6)
#101104
(16,17,4)
#000000
(0,0,0)

Tints of #7E7518

#7E7518
(126,117,24)
#89812D
(137,129,45)
#948D42
(148,141,66)
#9F9957
(159,153,87)
#AAA56C
(170,165,108)
#B5B181
(181,177,129)
#C0BD96
(192,189,150)
#CBC9AB
(203,201,171)
#D6D5C0
(214,213,192)
#E1E1D5
(225,225,213)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7518 color. Also use rgb(126,117,24) instead hex code.

Text Font Color

.myTextColor { color: #7E7518; }

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

This text font color is #7E7518.


Background Color

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

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

This div background color is #7E7518.


Border color

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

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

This div border color is #7E7518.


Opacity

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

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

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

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

This text has shadow with #7E7518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7518 on black background.


Color preview on white background

This text has color #7E7518 on white background.



Black color preview on #7E7518 background

This text has black color on #7E7518 background.


White color preview on #7E7518 background

This text has white color on #7E7518 background.