COLOR #7F8B5D

HEX: #7F8B5D RGB: (127,139,93)

Color info

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

RGB color model

#7F8B5D color RGB value is (127,139,93).

RGB: (127,139,93) (50%, 55%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 93 of 255 = 36%

127
139
93

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

Portions of RGB colors in percentages

R + G + B = 127 + 139 + 93 = 359 (100%)
R 127 of 359 ~ 35.38%
G 139 of 359 ~ 38.72%
B 93 of 359 ~ 25.91'%

%35.38
%38.72
%25.91

CMYK color model

#7F8B5D color CMYK value is (9,0,33,45).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%

CMYK: (9,0,33,45)
C9M0Y33K45 (9%, 0%, 33%, 45%)
(0.09 / 0.00 / 0.33 / 0.45)

CMYK percentages

%8.63
%0
%33.09
%45.49

Codes

Color #7F8B5D in popluar color models

7F 8B 5D
RGB 127 139 93
HSL 76° 19.83% 45.49%
HSB/HSV 76° 33.09% 54.51%
CMYK 8.63% 0.00% 33.09%
45.49%

Color #7F8B5D in popluar number systems.

HEX 7F 8B 5D
Decimal 127 139 93
Binary 1111111 10001011 1011101
Octal 177 213 135

Shades and tints

Shades of #7F8B5D

#7F8B5D
(127,139,93)
#747F55
(116,127,85)
#69734D
(105,115,77)
#5E6745
(94,103,69)
#535B3D
(83,91,61)
#484F35
(72,79,53)
#3D432D
(61,67,45)
#323725
(50,55,37)
#272B1D
(39,43,29)
#1C1F15
(28,31,21)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7F8B5D

#7F8B5D
(127,139,93)
#8A956B
(138,149,107)
#959F79
(149,159,121)
#A0A987
(160,169,135)
#ABB395
(171,179,149)
#B6BDA3
(182,189,163)
#C1C7B1
(193,199,177)
#CCD1BF
(204,209,191)
#D7DBCD
(215,219,205)
#E2E5DB
(226,229,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8B5D; }

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

This text font color is #7F8B5D.

Background Color

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

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

This div background color is #7F8B5D.

Border color

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

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

This div border color is #7F8B5D.

Opacity

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

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

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

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

This text has shadow with #7F8B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8B5D.

Preview

Color preview on black background

This text has color #7F8B5D on black background.


Color preview on white background

This text has color #7F8B5D on white background.


Black color preview on #7F8B5D background

This text has black color on #7F8B5D background.


White color preview on #7F8B5D background

This text has white color on #7F8B5D background.


Related colors

Complementary color

Complementary color for #hex is #8074A2.


I love getcolorcode.com

Triadic colors

1 #5D7F8B and #8B5D7F with #7F8B5D are triadic colors.

2 #5D8B7F and #8B7F5D with #7F8B5D are triadic colors.