COLOR #7F8460

HEX: #7F8460
RGB: (127,132,96)

Color info

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

RGB color model

#7F8460 color RGB value is (127,132,96).

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

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 96 of 255 = 38%

127
132
96

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 96 = 355 (100%)
R 127 of 355 ~ 35.77%
G 132 of 355 ~ 37.18%
B 96 of 355 ~ 27.04%

%35.77
%37.18
%27.04

CMYK color model

#7F8460 color CMYK value is (4,0,27,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(4,0,27,48)
C4M0Y27K48 
(4%,0%,27%,48%)
(0.04/0.00/0.27/0.48)	

CMYK percentages

%3.79
%0
%27.27
%48.24

Codes

Color #7F8460 in popluar color models

7F8460
RGB12713296
HSL68°15.79%44.71%
HSB/HSV68°27.27%51.76%
CMYK3.79%0.00%27.27%
48.24%

Color #7F8460 in popluar number systems.

HEX7F8460
Decimal12713296
Binary1111111100001001100000
Octal177204140

Shades and tints

Shades of #7F8460

#7F8460
(127,132,96)
#747858
(116,120,88)
#696C50
(105,108,80)
#5E6048
(94,96,72)
#535440
(83,84,64)
#484838
(72,72,56)
#3D3C30
(61,60,48)
#323028
(50,48,40)
#272420
(39,36,32)
#1C1818
(28,24,24)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #7F8460

#7F8460
(127,132,96)
#8A8F6E
(138,143,110)
#959A7C
(149,154,124)
#A0A58A
(160,165,138)
#ABB098
(171,176,152)
#B6BBA6
(182,187,166)
#C1C6B4
(193,198,180)
#CCD1C2
(204,209,194)
#D7DCD0
(215,220,208)
#E2E7DE
(226,231,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8460; }

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

This text font color is #7F8460.


Background Color

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

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

This div background color is #7F8460.


Border color

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

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

This div border color is #7F8460.


Opacity

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

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

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

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

This text has shadow with #7F8460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8460 on black background.


Color preview on white background

This text has color #7F8460 on white background.



Black color preview on #7F8460 background

This text has black color on #7F8460 background.


White color preview on #7F8460 background

This text has white color on #7F8460 background.