COLOR #7F8F5C

HEX: #7F8F5C
RGB: (127,143,92)

Color info

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

RGB color model

#7F8F5C color RGB value is (127,143,92).

  • red value is 127;
  • green value is 143;
  • blue value is 92.
RGB:
(127,143,92)
(50%,56%,36%)

RGB channels and saturation

R 127 of 255 = 50%
G 143 of 255 = 56%
B 92 of 255 = 36%

127
143
92

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

Portions of RGB colors in percentages

R + G + B =
127 + 143 + 92 = 362 (100%)
R 127 of 362 ~ 35.08%
G 143 of 362 ~ 39.5%
B 92 of 362 ~ 25.41%

%35.08
%39.5
%25.41

CMYK color model

#7F8F5C color CMYK value is (11,0,36,44).

  • cyan value is 11.19%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 43.92%
CMYK:
(11,0,36,44)
C11M0Y36K44 
(11%,0%,36%,44%)
(0.11/0.00/0.36/0.44)	

CMYK percentages

%11.19
%0
%35.66
%43.92

Codes

Color #7F8F5C in popluar color models

7F8F5C
RGB12714392
HSL79°21.70%46.08%
HSB/HSV79°35.66%56.08%
CMYK11.19%0.00%35.66%
43.92%

Color #7F8F5C in popluar number systems.

HEX7F8F5C
Decimal12714392
Binary1111111100011111011100
Octal177217134

Shades and tints

Shades of #7F8F5C

#7F8F5C
(127,143,92)
#748254
(116,130,84)
#69754C
(105,117,76)
#5E6844
(94,104,68)
#535B3C
(83,91,60)
#484E34
(72,78,52)
#3D412C
(61,65,44)
#323424
(50,52,36)
#27271C
(39,39,28)
#1C1A14
(28,26,20)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #7F8F5C

#7F8F5C
(127,143,92)
#8A996A
(138,153,106)
#95A378
(149,163,120)
#A0AD86
(160,173,134)
#ABB794
(171,183,148)
#B6C1A2
(182,193,162)
#C1CBB0
(193,203,176)
#CCD5BE
(204,213,190)
#D7DFCC
(215,223,204)
#E2E9DA
(226,233,218)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8F5C color. Also use rgb(127,143,92) instead hex code.

Text Font Color

.myTextColor { color: #7F8F5C; }

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

This text font color is #7F8F5C.


Background Color

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

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

This div background color is #7F8F5C.


Border color

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

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

This div border color is #7F8F5C.


Opacity

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

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

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

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

This text has shadow with #7F8F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8F5C on black background.


Color preview on white background

This text has color #7F8F5C on white background.



Black color preview on #7F8F5C background

This text has black color on #7F8F5C background.


White color preview on #7F8F5C background

This text has white color on #7F8F5C background.