COLOR #7E814B

HEX: #7E814B RGB: (126,129,75)

Color info

#7E814B contains red, green and blue colors in about the same proportion. Web safe color of #7E814B is #669933 (or #693).

RGB color model

#7E814B color RGB value is (126,129,75).

RGB: (126,129,75) (49%, 51%, 29%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 75 of 255 = 29%

126
129
75

R + G + B ~ 43%. #7E814B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 129 + 75 = 330 (100%)
R 126 of 330 ~ 38.18%
G 129 of 330 ~ 39.09%
B 75 of 330 ~ 22.73'%

%38.18
%39.09
%22.73

CMYK color model

#7E814B color CMYK value is (2,0,42,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK: (2,0,42,49) C2M0Y42K49 (2%,0%,42%,49%) (0.02/0.00/0.42/0.49) 

CMYK percentages

%2.33
%0
%41.86
%49.41

Codes

Color #7E814B in popluar color models

7E 81 4B
RGB 126 129 75
HSL 63° 26.47% 40.00%
HSB/HSV 63° 41.86% 50.59%
CMYK 2.33% 0.00% 41.86%
49.41%

Color #7E814B in popluar number systems.

HEX 7E 81 4B
Decimal 126 129 75
Binary 1111110 10000001 1001011
Octal 176 201 113

Shades and tints

Shades of #7E814B

#7E814B
(126,129,75)
#737645
(115,118,69)
#686B3F
(104,107,63)
#5D6039
(93,96,57)
#525533
(82,85,51)
#474A2D
(71,74,45)
#3C3F27
(60,63,39)
#313421
(49,52,33)
#26291B
(38,41,27)
#1B1E15
(27,30,21)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E814B

#7E814B
(126,129,75)
#898C5B
(137,140,91)
#94976B
(148,151,107)
#9FA27B
(159,162,123)
#AAAD8B
(170,173,139)
#B5B89B
(181,184,155)
#C0C3AB
(192,195,171)
#CBCEBB
(203,206,187)
#D6D9CB
(214,217,203)
#E1E4DB
(225,228,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E814B; }

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

This text font color is #7E814B.

Background Color

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

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

This div background color is #7E814B.

Border color

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

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

This div border color is #7E814B.

Opacity

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

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

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

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

This text has shadow with #7E814B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E814B.

Preview

Color preview on black background

This text has color #7E814B on black background.


Color preview on white background

This text has color #7E814B on white background.


Black color preview on #7E814B background

This text has black color on #7E814B background.


White color preview on #7E814B background

This text has white color on #7E814B background.


Related colors

Complementary color

Complementary color for #hex is #817EB4.


I love getcolorcode.com

Triadic colors

1 #4B7E81 and #814B7E with #7E814B are triadic colors.

2 #4B817E and #817E4B with #7E814B are triadic colors.