COLOR #7F8E53

HEX: #7F8E53
RGB: (127,142,83)

Color info

#7F8E53 contains red, green and blue colors in about the same proportion. Web safe color of #7F8E53 is #669966 (or #696).

RGB color model

#7F8E53 color RGB value is (127,142,83).

  • red value is 127;
  • green value is 142;
  • blue value is 83.
RGB:
(127,142,83)
(50%,56%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 83 of 255 = 33%

127
142
83

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

Portions of RGB colors in percentages

R + G + B =
127 + 142 + 83 = 352 (100%)
R 127 of 352 ~ 36.08%
G 142 of 352 ~ 40.34%
B 83 of 352 ~ 23.58%

%36.08
%40.34
%23.58

CMYK color model

#7F8E53 color CMYK value is (11,0,42,44).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(11,0,42,44)
C11M0Y42K44 
(11%,0%,42%,44%)
(0.11/0.00/0.42/0.44)	

CMYK percentages

%10.56
%0
%41.55
%44.31

Codes

Color #7F8E53 in popluar color models

7F8E53
RGB12714283
HSL75°26.22%44.12%
HSB/HSV75°41.55%55.69%
CMYK10.56%0.00%41.55%
44.31%

Color #7F8E53 in popluar number systems.

HEX7F8E53
Decimal12714283
Binary1111111100011101010011
Octal177216123

Shades and tints

Shades of #7F8E53

#7F8E53
(127,142,83)
#74824C
(116,130,76)
#697645
(105,118,69)
#5E6A3E
(94,106,62)
#535E37
(83,94,55)
#485230
(72,82,48)
#3D4629
(61,70,41)
#323A22
(50,58,34)
#272E1B
(39,46,27)
#1C2214
(28,34,20)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #7F8E53

#7F8E53
(127,142,83)
#8A9862
(138,152,98)
#95A271
(149,162,113)
#A0AC80
(160,172,128)
#ABB68F
(171,182,143)
#B6C09E
(182,192,158)
#C1CAAD
(193,202,173)
#CCD4BC
(204,212,188)
#D7DECB
(215,222,203)
#E2E8DA
(226,232,218)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8E53 color. Also use rgb(127,142,83) instead hex code.

Text Font Color

.myTextColor { color: #7F8E53; }

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

This text font color is #7F8E53.


Background Color

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

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

This div background color is #7F8E53.


Border color

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

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

This div border color is #7F8E53.


Opacity

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

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

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

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

This text has shadow with #7F8E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8E53 on black background.


Color preview on white background

This text has color #7F8E53 on white background.



Black color preview on #7F8E53 background

This text has black color on #7F8E53 background.


White color preview on #7F8E53 background

This text has white color on #7F8E53 background.