COLOR #7E8531

HEX: #7E8531
RGB: (126,133,49)

Color info

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

RGB color model

#7E8531 color RGB value is (126,133,49).

  • red value is 126;
  • green value is 133;
  • blue value is 49.
RGB:
(126,133,49)
(49%,52%,19%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 49 of 255 = 19%

126
133
49

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 49 = 308 (100%)
R 126 of 308 ~ 40.91%
G 133 of 308 ~ 43.18%
B 49 of 308 ~ 15.91%

%40.91
%43.18
%15.91

CMYK color model

#7E8531 color CMYK value is (5,0,63,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 47.84%
CMYK:
(5,0,63,48)
C5M0Y63K48 
(5%,0%,63%,48%)
(0.05/0.00/0.63/0.48)	

CMYK percentages

%5.26
%0
%63.16
%47.84

Codes

Color #7E8531 in popluar color models

7E8531
RGB12613349
HSL65°46.15%35.69%
HSB/HSV65°63.16%52.16%
CMYK5.26%0.00%63.16%
47.84%

Color #7E8531 in popluar number systems.

HEX7E8531
Decimal12613349
Binary111111010000101110001
Octal17620561

Shades and tints

Shades of #7E8531

#7E8531
(126,133,49)
#73792D
(115,121,45)
#686D29
(104,109,41)
#5D6125
(93,97,37)
#525521
(82,85,33)
#47491D
(71,73,29)
#3C3D19
(60,61,25)
#313115
(49,49,21)
#262511
(38,37,17)
#1B190D
(27,25,13)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E8531

#7E8531
(126,133,49)
#899043
(137,144,67)
#949B55
(148,155,85)
#9FA667
(159,166,103)
#AAB179
(170,177,121)
#B5BC8B
(181,188,139)
#C0C79D
(192,199,157)
#CBD2AF
(203,210,175)
#D6DDC1
(214,221,193)
#E1E8D3
(225,232,211)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8531; }

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

This text font color is #7E8531.


Background Color

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

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

This div background color is #7E8531.


Border color

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

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

This div border color is #7E8531.


Opacity

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

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

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

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

This text has shadow with #7E8531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8531 on black background.


Color preview on white background

This text has color #7E8531 on white background.



Black color preview on #7E8531 background

This text has black color on #7E8531 background.


White color preview on #7E8531 background

This text has white color on #7E8531 background.