COLOR #7F8457

HEX: #7F8457
RGB: (127,132,87)

Color info

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

RGB color model

#7F8457 color RGB value is (127,132,87).

  • red value is 127;
  • green value is 132;
  • blue value is 87.
RGB:
(127,132,87)
(50%,52%,34%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 87 of 255 = 34%

127
132
87

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 87 = 346 (100%)
R 127 of 346 ~ 36.71%
G 132 of 346 ~ 38.15%
B 87 of 346 ~ 25.14%

%36.71
%38.15
%25.14

CMYK color model

#7F8457 color CMYK value is (4,0,34,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(4,0,34,48)
C4M0Y34K48 
(4%,0%,34%,48%)
(0.04/0.00/0.34/0.48)	

CMYK percentages

%3.79
%0
%34.09
%48.24

Codes

Color #7F8457 in popluar color models

7F8457
RGB12713287
HSL67°20.55%42.94%
HSB/HSV67°34.09%51.76%
CMYK3.79%0.00%34.09%
48.24%

Color #7F8457 in popluar number systems.

HEX7F8457
Decimal12713287
Binary1111111100001001010111
Octal177204127

Shades and tints

Shades of #7F8457

#7F8457
(127,132,87)
#747850
(116,120,80)
#696C49
(105,108,73)
#5E6042
(94,96,66)
#53543B
(83,84,59)
#484834
(72,72,52)
#3D3C2D
(61,60,45)
#323026
(50,48,38)
#27241F
(39,36,31)
#1C1818
(28,24,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F8457

#7F8457
(127,132,87)
#8A8F66
(138,143,102)
#959A75
(149,154,117)
#A0A584
(160,165,132)
#ABB093
(171,176,147)
#B6BBA2
(182,187,162)
#C1C6B1
(193,198,177)
#CCD1C0
(204,209,192)
#D7DCCF
(215,220,207)
#E2E7DE
(226,231,222)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8457 color. Also use rgb(127,132,87) instead hex code.

Text Font Color

.myTextColor { color: #7F8457; }

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

This text font color is #7F8457.


Background Color

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

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

This div background color is #7F8457.


Border color

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

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

This div border color is #7F8457.


Opacity

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

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

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

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

This text has shadow with #7F8457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8457 on black background.


Color preview on white background

This text has color #7F8457 on white background.



Black color preview on #7F8457 background

This text has black color on #7F8457 background.


White color preview on #7F8457 background

This text has white color on #7F8457 background.