COLOR #7E7E22

HEX: #7E7E22
RGB: (126,126,34)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
126
34

R + G + B ~ 37%. #7E7E22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 34 = 286 (100%)
R 126 of 286 ~ 44.06%
G 126 of 286 ~ 44.06%
B 34 of 286 ~ 11.89%

%44.06
%44.06
%11.89

CMYK color model

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

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

CMYK percentages

%0
%0
%73.02
%50.59

Codes

Color #7E7E22 in popluar color models

7E7E22
RGB12612634
HSL60°57.50%31.37%
HSB/HSV60°73.02%49.41%
CMYK0.00%0.00%73.02%
50.59%

Color #7E7E22 in popluar number systems.

HEX7E7E22
Decimal12612634
Binary11111101111110100010
Octal17617642

Shades and tints

Shades of #7E7E22

#7E7E22
(126,126,34)
#73731F
(115,115,31)
#68681C
(104,104,28)
#5D5D19
(93,93,25)
#525216
(82,82,22)
#474713
(71,71,19)
#3C3C10
(60,60,16)
#31310D
(49,49,13)
#26260A
(38,38,10)
#1B1B07
(27,27,7)
#101004
(16,16,4)
#000000
(0,0,0)

Tints of #7E7E22

#7E7E22
(126,126,34)
#898936
(137,137,54)
#94944A
(148,148,74)
#9F9F5E
(159,159,94)
#AAAA72
(170,170,114)
#B5B586
(181,181,134)
#C0C09A
(192,192,154)
#CBCBAE
(203,203,174)
#D6D6C2
(214,214,194)
#E1E1D6
(225,225,214)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E22; }

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

This text font color is #7E7E22.


Background Color

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

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

This div background color is #7E7E22.


Border color

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

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

This div border color is #7E7E22.


Opacity

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

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

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

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

This text has shadow with #7E7E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7E22 on black background.


Color preview on white background

This text has color #7E7E22 on white background.



Black color preview on #7E7E22 background

This text has black color on #7E7E22 background.


White color preview on #7E7E22 background

This text has white color on #7E7E22 background.