COLOR #7F8952

HEX: #7F8952
RGB: (127,137,82)

Color info

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

RGB color model

#7F8952 color RGB value is (127,137,82).

  • red value is 127;
  • green value is 137;
  • blue value is 82.
RGB:
(127,137,82)
(50%,54%,32%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 82 of 255 = 32%

127
137
82

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

Portions of RGB colors in percentages

R + G + B =
127 + 137 + 82 = 346 (100%)
R 127 of 346 ~ 36.71%
G 137 of 346 ~ 39.6%
B 82 of 346 ~ 23.7%

%36.71
%39.6
%23.7

CMYK color model

#7F8952 color CMYK value is (7,0,40,46).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 40.15%
  • key color value is 46.27%
CMYK:
(7,0,40,46)
C7M0Y40K46 
(7%,0%,40%,46%)
(0.07/0.00/0.40/0.46)	

CMYK percentages

%7.3
%0
%40.15
%46.27

Codes

Color #7F8952 in popluar color models

7F8952
RGB12713782
HSL71°25.11%42.94%
HSB/HSV71°40.15%53.73%
CMYK7.30%0.00%40.15%
46.27%

Color #7F8952 in popluar number systems.

HEX7F8952
Decimal12713782
Binary1111111100010011010010
Octal177211122

Shades and tints

Shades of #7F8952

#7F8952
(127,137,82)
#747D4B
(116,125,75)
#697144
(105,113,68)
#5E653D
(94,101,61)
#535936
(83,89,54)
#484D2F
(72,77,47)
#3D4128
(61,65,40)
#323521
(50,53,33)
#27291A
(39,41,26)
#1C1D13
(28,29,19)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #7F8952

#7F8952
(127,137,82)
#8A9361
(138,147,97)
#959D70
(149,157,112)
#A0A77F
(160,167,127)
#ABB18E
(171,177,142)
#B6BB9D
(182,187,157)
#C1C5AC
(193,197,172)
#CCCFBB
(204,207,187)
#D7D9CA
(215,217,202)
#E2E3D9
(226,227,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8952 color. Also use rgb(127,137,82) instead hex code.

Text Font Color

.myTextColor { color: #7F8952; }

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

This text font color is #7F8952.


Background Color

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

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

This div background color is #7F8952.


Border color

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

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

This div border color is #7F8952.


Opacity

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

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

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

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

This text has shadow with #7F8952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8952 on black background.


Color preview on white background

This text has color #7F8952 on white background.



Black color preview on #7F8952 background

This text has black color on #7F8952 background.


White color preview on #7F8952 background

This text has white color on #7F8952 background.