COLOR #7E8843

HEX: #7E8843 RGB: (126,136,67)

Color info

#7E8843 contains mainly red and green colors. Web safe color of #7E8843 is #669933 (or #693).

RGB color model

#7E8843 color RGB value is (126,136,67).

RGB: (126,136,67) (49%, 53%, 26%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 67 of 255 = 26%

126
136
67

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

Portions of RGB colors in percentages

R + G + B = 126 + 136 + 67 = 329 (100%)
R 126 of 329 ~ 38.3%
G 136 of 329 ~ 41.34%
B 67 of 329 ~ 20.36'%

%38.3
%41.34
%20.36

CMYK color model

#7E8843 color CMYK value is (7,0,51,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 50.74%
  • key color value is 46.67%

CMYK: (7,0,51,47)
C7M0Y51K47 (7%, 0%, 51%, 47%)
(0.07 / 0.00 / 0.51 / 0.47)

CMYK percentages

%7.35
%0
%50.74
%46.67

Codes

Color #7E8843 in popluar color models

7E 88 43
RGB 126 136 67
HSL 69° 33.99% 39.80%
HSB/HSV 69° 50.74% 53.33%
CMYK 7.35% 0.00% 50.74%
46.67%

Color #7E8843 in popluar number systems.

HEX 7E 88 43
Decimal 126 136 67
Binary 1111110 10001000 1000011
Octal 176 210 103

Shades and tints

Shades of #7E8843

#7E8843
(126,136,67)
#737C3D
(115,124,61)
#687037
(104,112,55)
#5D6431
(93,100,49)
#52582B
(82,88,43)
#474C25
(71,76,37)
#3C401F
(60,64,31)
#313419
(49,52,25)
#262813
(38,40,19)
#1B1C0D
(27,28,13)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #7E8843

#7E8843
(126,136,67)
#899254
(137,146,84)
#949C65
(148,156,101)
#9FA676
(159,166,118)
#AAB087
(170,176,135)
#B5BA98
(181,186,152)
#C0C4A9
(192,196,169)
#CBCEBA
(203,206,186)
#D6D8CB
(214,216,203)
#E1E2DC
(225,226,220)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8843; }

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

This text font color is #7E8843.

Background Color

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

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

This div background color is #7E8843.

Border color

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

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

This div border color is #7E8843.

Opacity

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

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

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

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

This text has shadow with #7E8843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8843.

Preview

Color preview on black background

This text has color #7E8843 on black background.


Color preview on white background

This text has color #7E8843 on white background.


Black color preview on #7E8843 background

This text has black color on #7E8843 background.


White color preview on #7E8843 background

This text has white color on #7E8843 background.


Related colors

Complementary color

Complementary color for #hex is #8177BC.


I love getcolorcode.com

Triadic colors

1 #437E88 and #88437E with #7E8843 are triadic colors.

2 #43887E and #887E43 with #7E8843 are triadic colors.