COLOR #7F8B5F

HEX: #7F8B5F RGB: (127,139,95)

Color info

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

RGB color model

#7F8B5F color RGB value is (127,139,95).

RGB: (127,139,95) (50%, 55%, 37%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 95 of 255 = 37%

127
139
95

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

Portions of RGB colors in percentages

R + G + B = 127 + 139 + 95 = 361 (100%)
R 127 of 361 ~ 35.18%
G 139 of 361 ~ 38.5%
B 95 of 361 ~ 26.32'%

%35.18
%38.5
%26.32

CMYK color model

#7F8B5F color CMYK value is (9,0,32,45).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK: (9,0,32,45) C9M0Y32K45 (9%,0%,32%,45%) (0.09/0.00/0.32/0.45) 

CMYK percentages

%8.63
%0
%31.65
%45.49

Codes

Color #7F8B5F in popluar color models

7F 8B 5F
RGB 127 139 95
HSL 76° 18.80% 45.88%
HSB/HSV 76° 31.65% 54.51%
CMYK 8.63% 0.00% 31.65%
45.49%

Color #7F8B5F in popluar number systems.

HEX 7F 8B 5F
Decimal 127 139 95
Binary 1111111 10001011 1011111
Octal 177 213 137

Shades and tints

Shades of #7F8B5F

#7F8B5F
(127,139,95)
#747F57
(116,127,87)
#69734F
(105,115,79)
#5E6747
(94,103,71)
#535B3F
(83,91,63)
#484F37
(72,79,55)
#3D432F
(61,67,47)
#323727
(50,55,39)
#272B1F
(39,43,31)
#1C1F17
(28,31,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7F8B5F

#7F8B5F
(127,139,95)
#8A956D
(138,149,109)
#959F7B
(149,159,123)
#A0A989
(160,169,137)
#ABB397
(171,179,151)
#B6BDA5
(182,189,165)
#C1C7B3
(193,199,179)
#CCD1C1
(204,209,193)
#D7DBCF
(215,219,207)
#E2E5DD
(226,229,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8B5F color. Also use rgb(127,139,95) instead hex code.

Text Font Color

.myTextColor { color: #7F8B5F; }

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

This text font color is #7F8B5F.

Background Color

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

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

This div background color is #7F8B5F.

Border color

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

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

This div border color is #7F8B5F.

Opacity

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

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

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

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

This text has shadow with #7F8B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8B5F.

Preview

Color preview on black background

This text has color #7F8B5F on black background.


Color preview on white background

This text has color #7F8B5F on white background.


Black color preview on #7F8B5F background

This text has black color on #7F8B5F background.


White color preview on #7F8B5F background

This text has white color on #7F8B5F background.


Related colors

Complementary color

Complementary color for #hex is #8074A0.


I love getcolorcode.com

Triadic colors

1 #5F7F8B and #8B5F7F with #7F8B5F are triadic colors.

2 #5F8B7F and #8B7F5F with #7F8B5F are triadic colors.