COLOR #7E4114

HEX: #7E4114
RGB: (126,65,20)

Color info

#7E4114 contains mainly red color. Web safe color of #7E4114 is #663300 (or #630).

RGB color model

#7E4114 color RGB value is (126,65,20).

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

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 20 of 255 = 8%

126
65
20

R + G + B ~ 27%. #7E4114 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 65 + 20 = 211 (100%)
R 126 of 211 ~ 59.72%
G 65 of 211 ~ 30.81%
B 20 of 211 ~ 9.48%

%59.72
%30.81

CMYK color model

#7E4114 color CMYK value is (0,48,84,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 84.13%
  • key color value is 50.59%
CMYK: (0,48,84,51) C0M48Y84K51 (0%,48%,84%,51%) (0.00/0.48/0.84/0.51)

CMYK percentages

%0
%48.41
%84.13
%50.59

Codes

Color #7E4114 in popluar color models

7E4114
RGB1266520
HSL25°72.60%28.63%
HSB/HSV25°84.13%49.41%
CMYK0.00%48.41%84.13%
50.59%

Color #7E4114 in popluar number systems.

HEX7E4114
Decimal1266520
Binary1111110100000110100
Octal17610124

Shades and tints

Shades of #7E4114

#7E4114
(126,65,20)
#733C13
(115,60,19)
#683712
(104,55,18)
#5D3211
(93,50,17)
#522D10
(82,45,16)
#47280F
(71,40,15)
#3C230E
(60,35,14)
#311E0D
(49,30,13)
#26190C
(38,25,12)
#1B140B
(27,20,11)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #7E4114

#7E4114
(126,65,20)
#895229
(137,82,41)
#94633E
(148,99,62)
#9F7453
(159,116,83)
#AA8568
(170,133,104)
#B5967D
(181,150,125)
#C0A792
(192,167,146)
#CBB8A7
(203,184,167)
#D6C9BC
(214,201,188)
#E1DAD1
(225,218,209)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4114; }

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

This text font color is #7E4114.


Background Color

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

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

This div background color is #7E4114.


Border color

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

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

This div border color is #7E4114.


Opacity

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

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

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

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

This text has shadow with #7E4114 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E4114 on black background.


Color preview on white background

This text has color #7E4114 on white background.



Black color preview on #7E4114 background

This text has black color on #7E4114 background.


White color preview on #7E4114 background

This text has white color on #7E4114 background.