COLOR #7F8450

HEX: #7F8450
RGB: (127,132,80)

Color info

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

RGB color model

#7F8450 color RGB value is (127,132,80).

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

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 80 of 255 = 31%

127
132
80

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 80 = 339 (100%)
R 127 of 339 ~ 37.46%
G 132 of 339 ~ 38.94%
B 80 of 339 ~ 23.6%

%37.46
%38.94
%23.6

CMYK color model

#7F8450 color CMYK value is (4,0,39,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 48.24%
CMYK:
(4,0,39,48)
C4M0Y39K48 
(4%,0%,39%,48%)
(0.04/0.00/0.39/0.48)	

CMYK percentages

%3.79
%0
%39.39
%48.24

Codes

Color #7F8450 in popluar color models

7F8450
RGB12713280
HSL66°24.53%41.57%
HSB/HSV66°39.39%51.76%
CMYK3.79%0.00%39.39%
48.24%

Color #7F8450 in popluar number systems.

HEX7F8450
Decimal12713280
Binary1111111100001001010000
Octal177204120

Shades and tints

Shades of #7F8450

#7F8450
(127,132,80)
#747849
(116,120,73)
#696C42
(105,108,66)
#5E603B
(94,96,59)
#535434
(83,84,52)
#48482D
(72,72,45)
#3D3C26
(61,60,38)
#32301F
(50,48,31)
#272418
(39,36,24)
#1C1811
(28,24,17)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #7F8450

#7F8450
(127,132,80)
#8A8F5F
(138,143,95)
#959A6E
(149,154,110)
#A0A57D
(160,165,125)
#ABB08C
(171,176,140)
#B6BB9B
(182,187,155)
#C1C6AA
(193,198,170)
#CCD1B9
(204,209,185)
#D7DCC8
(215,220,200)
#E2E7D7
(226,231,215)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8450; }

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

This text font color is #7F8450.


Background Color

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

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

This div background color is #7F8450.


Border color

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

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

This div border color is #7F8450.


Opacity

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

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

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

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

This text has shadow with #7F8450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8450 on black background.


Color preview on white background

This text has color #7F8450 on white background.



Black color preview on #7F8450 background

This text has black color on #7F8450 background.


White color preview on #7F8450 background

This text has white color on #7F8450 background.