COLOR #7E5A14

HEX: #7E5A14
RGB: (126,90,20)

Color info

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

RGB color model

#7E5A14 color RGB value is (126,90,20).

  • red value is 126;
  • green value is 90;
  • blue value is 20.
RGB:
(126,90,20)
(49%,35%,8%)

RGB channels and saturation

R 126 of 255 = 49%
G 90 of 255 = 35%
B 20 of 255 = 8%

126
90
20

R + G + B ~ 31%. #7E5A14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 90 + 20 = 236 (100%)
R 126 of 236 ~ 53.39%
G 90 of 236 ~ 38.14%
B 20 of 236 ~ 8.47%

%53.39
%38.14

CMYK color model

#7E5A14 color CMYK value is (0,29,84,51).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 84.13%
  • key color value is 50.59%
CMYK:
(0,29,84,51)
C0M29Y84K51 
(0%,29%,84%,51%)
(0.00/0.29/0.84/0.51)	

CMYK percentages

%0
%28.57
%84.13
%50.59

Codes

Color #7E5A14 in popluar color models

7E5A14
RGB1269020
HSL40°72.60%28.63%
HSB/HSV40°84.13%49.41%
CMYK0.00%28.57%84.13%
50.59%

Color #7E5A14 in popluar number systems.

HEX7E5A14
Decimal1269020
Binary1111110101101010100
Octal17613224

Shades and tints

Shades of #7E5A14

#7E5A14
(126,90,20)
#735213
(115,82,19)
#684A12
(104,74,18)
#5D4211
(93,66,17)
#523A10
(82,58,16)
#47320F
(71,50,15)
#3C2A0E
(60,42,14)
#31220D
(49,34,13)
#261A0C
(38,26,12)
#1B120B
(27,18,11)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E5A14

#7E5A14
(126,90,20)
#896929
(137,105,41)
#94783E
(148,120,62)
#9F8753
(159,135,83)
#AA9668
(170,150,104)
#B5A57D
(181,165,125)
#C0B492
(192,180,146)
#CBC3A7
(203,195,167)
#D6D2BC
(214,210,188)
#E1E1D1
(225,225,209)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5A14 color. Also use rgb(126,90,20) instead hex code.

Text Font Color

.myTextColor { color: #7E5A14; }

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

This text font color is #7E5A14.


Background Color

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

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

This div background color is #7E5A14.


Border color

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

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

This div border color is #7E5A14.


Opacity

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

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

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

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

This text has shadow with #7E5A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A14 on black background.


Color preview on white background

This text has color #7E5A14 on white background.



Black color preview on #7E5A14 background

This text has black color on #7E5A14 background.


White color preview on #7E5A14 background

This text has white color on #7E5A14 background.