COLOR #7F8747

HEX: #7F8747
RGB: (127,135,71)

Color info

#7F8747 contains mainly red and green colors. Web safe color of #7F8747 is #669933 (or #693).

RGB color model

#7F8747 color RGB value is (127,135,71).

  • red value is 127;
  • green value is 135;
  • blue value is 71.
RGB:
(127,135,71)
(50%,53%,28%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 71 of 255 = 28%

127
135
71

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 71 = 333 (100%)
R 127 of 333 ~ 38.14%
G 135 of 333 ~ 40.54%
B 71 of 333 ~ 21.32%

%38.14
%40.54
%21.32

CMYK color model

#7F8747 color CMYK value is (6,0,47,47).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • key color value is 47.06%
CMYK:
(6,0,47,47)
C6M0Y47K47 
(6%,0%,47%,47%)
(0.06/0.00/0.47/0.47)	

CMYK percentages

%5.93
%0
%47.41
%47.06

Codes

Color #7F8747 in popluar color models

7F8747
RGB12713571
HSL68°31.07%40.39%
HSB/HSV68°47.41%52.94%
CMYK5.93%0.00%47.41%
47.06%

Color #7F8747 in popluar number systems.

HEX7F8747
Decimal12713571
Binary1111111100001111000111
Octal177207107

Shades and tints

Shades of #7F8747

#7F8747
(127,135,71)
#747B41
(116,123,65)
#696F3B
(105,111,59)
#5E6335
(94,99,53)
#53572F
(83,87,47)
#484B29
(72,75,41)
#3D3F23
(61,63,35)
#32331D
(50,51,29)
#272717
(39,39,23)
#1C1B11
(28,27,17)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #7F8747

#7F8747
(127,135,71)
#8A9157
(138,145,87)
#959B67
(149,155,103)
#A0A577
(160,165,119)
#ABAF87
(171,175,135)
#B6B997
(182,185,151)
#C1C3A7
(193,195,167)
#CCCDB7
(204,205,183)
#D7D7C7
(215,215,199)
#E2E1D7
(226,225,215)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8747 color. Also use rgb(127,135,71) instead hex code.

Text Font Color

.myTextColor { color: #7F8747; }

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

This text font color is #7F8747.


Background Color

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

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

This div background color is #7F8747.


Border color

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

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

This div border color is #7F8747.


Opacity

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

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

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

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

This text has shadow with #7F8747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8747 on black background.


Color preview on white background

This text has color #7F8747 on white background.



Black color preview on #7F8747 background

This text has black color on #7F8747 background.


White color preview on #7F8747 background

This text has white color on #7F8747 background.