COLOR #7E6222

HEX: #7E6222 RGB: (126,98,34)

Color info

#7E6222 contains mainly red and green colors. Web safe color of #7E6222 is #666633 (or #663).

RGB color model

#7E6222 color RGB value is (126,98,34).

RGB: (126,98,34) (49%, 38%, 13%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 34 of 255 = 13%

126
98
34

R + G + B ~ 33%. #7E6222 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 98 + 34 = 258 (100%)
R 126 of 258 ~ 48.84%
G 98 of 258 ~ 37.98%
B 34 of 258 ~ 13.18'%

%48.84
%37.98
%13.18

CMYK color model

#7E6222 color CMYK value is (0,22,73,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 73.02%
  • key color value is 50.59%

CMYK: (0,22,73,51)
C0M22Y73K51 (0%, 22%, 73%, 51%)
(0.00 / 0.22 / 0.73 / 0.51)

CMYK percentages

%0
%22.22
%73.02
%50.59

Codes

Color #7E6222 in popluar color models

7E 62 22
RGB 126 98 34
HSL 42° 57.50% 31.37%
HSB/HSV 42° 73.02% 49.41%
CMYK 0.00% 22.22% 73.02%
50.59%

Color #7E6222 in popluar number systems.

HEX 7E 62 22
Decimal 126 98 34
Binary 1111110 1100010 100010
Octal 176 142 42

Shades and tints

Shades of #7E6222

#7E6222
(126,98,34)
#735A1F
(115,90,31)
#68521C
(104,82,28)
#5D4A19
(93,74,25)
#524216
(82,66,22)
#473A13
(71,58,19)
#3C3210
(60,50,16)
#312A0D
(49,42,13)
#26220A
(38,34,10)
#1B1A07
(27,26,7)
#101204
(16,18,4)
#000000
(0,0,0)

Tints of #7E6222

#7E6222
(126,98,34)
#897036
(137,112,54)
#947E4A
(148,126,74)
#9F8C5E
(159,140,94)
#AA9A72
(170,154,114)
#B5A886
(181,168,134)
#C0B69A
(192,182,154)
#CBC4AE
(203,196,174)
#D6D2C2
(214,210,194)
#E1E0D6
(225,224,214)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6222; }

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

This text font color is #7E6222.

Background Color

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

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

This div background color is #7E6222.

Border color

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

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

This div border color is #7E6222.

Opacity

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

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

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

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

This text has shadow with #7E6222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6222.

Preview

Color preview on black background

This text has color #7E6222 on black background.


Color preview on white background

This text has color #7E6222 on white background.


Black color preview on #7E6222 background

This text has black color on #7E6222 background.


White color preview on #7E6222 background

This text has white color on #7E6222 background.


Related colors

Complementary color

Complementary color for #hex is #819DDD.


I love getcolorcode.com

Triadic colors

1 #227E62 and #62227E with #7E6222 are triadic colors.

2 #22627E and #627E22 with #7E6222 are triadic colors.