COLOR #7E4222

HEX: #7E4222
RGB: (126,66,34)

Color info

#7E4222 contains mainly red color. Web safe color of #7E4222 is #663333 (or #633).

RGB color model

#7E4222 color RGB value is (126,66,34).

  • red value is 126;
  • green value is 66;
  • blue value is 34.
RGB:
(126,66,34)
(49%,26%,13%)

RGB channels and saturation

R 126 of 255 = 49%
G 66 of 255 = 26%
B 34 of 255 = 13%

126
66
34

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

Portions of RGB colors in percentages

R + G + B =
126 + 66 + 34 = 226 (100%)
R 126 of 226 ~ 55.75%
G 66 of 226 ~ 29.2%
B 34 of 226 ~ 15.04%

%55.75
%29.2
%15.04

CMYK color model

#7E4222 color CMYK value is (0,48,73,51).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 73.02%
  • key color value is 50.59%
CMYK:
(0,48,73,51)
C0M48Y73K51 
(0%,48%,73%,51%)
(0.00/0.48/0.73/0.51)	

CMYK percentages

%0
%47.62
%73.02
%50.59

Codes

Color #7E4222 in popluar color models

7E4222
RGB1266634
HSL21°57.50%31.37%
HSB/HSV21°73.02%49.41%
CMYK0.00%47.62%73.02%
50.59%

Color #7E4222 in popluar number systems.

HEX7E4222
Decimal1266634
Binary11111101000010100010
Octal17610242

Shades and tints

Shades of #7E4222

#7E4222
(126,66,34)
#733C1F
(115,60,31)
#68361C
(104,54,28)
#5D3019
(93,48,25)
#522A16
(82,42,22)
#472413
(71,36,19)
#3C1E10
(60,30,16)
#31180D
(49,24,13)
#26120A
(38,18,10)
#1B0C07
(27,12,7)
#100604
(16,6,4)
#000000
(0,0,0)

Tints of #7E4222

#7E4222
(126,66,34)
#895336
(137,83,54)
#94644A
(148,100,74)
#9F755E
(159,117,94)
#AA8672
(170,134,114)
#B59786
(181,151,134)
#C0A89A
(192,168,154)
#CBB9AE
(203,185,174)
#D6CAC2
(214,202,194)
#E1DBD6
(225,219,214)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4222 color. Also use rgb(126,66,34) instead hex code.

Text Font Color

.myTextColor { color: #7E4222; }

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

This text font color is #7E4222.


Background Color

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

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

This div background color is #7E4222.


Border color

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

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

This div border color is #7E4222.


Opacity

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

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

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

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

This text has shadow with #7E4222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4222 on black background.


Color preview on white background

This text has color #7E4222 on white background.



Black color preview on #7E4222 background

This text has black color on #7E4222 background.


White color preview on #7E4222 background

This text has white color on #7E4222 background.