COLOR #7F8366

HEX: #7F8366
RGB: (127,131,102)

Color info

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

RGB color model

#7F8366 color RGB value is (127,131,102).

  • red value is 127;
  • green value is 131;
  • blue value is 102.
RGB: (127,131,102) (50%,51%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 102 of 255 = 40%

127
131
102

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

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 102 = 360 (100%)
R 127 of 360 ~ 35.28%
G 131 of 360 ~ 36.39%
B 102 of 360 ~ 28.33%

%35.28
%36.39
%28.33

CMYK color model

#7F8366 color CMYK value is (3,0,22,49).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK: (3,0,22,49) C3M0Y22K49 (3%,0%,22%,49%) (0.03/0.00/0.22/0.49)

CMYK percentages

%3.05
%0
%22.14
%48.63

Codes

Color #7F8366 in popluar color models

7F8366
RGB127131102
HSL68°12.45%45.69%
HSB/HSV68°22.14%51.37%
CMYK3.05%0.00%22.14%
48.63%

Color #7F8366 in popluar number systems.

HEX7F8366
Decimal127131102
Binary1111111100000111100110
Octal177203146

Shades and tints

Shades of #7F8366

#7F8366
(127,131,102)
#74785D
(116,120,93)
#696D54
(105,109,84)
#5E624B
(94,98,75)
#535742
(83,87,66)
#484C39
(72,76,57)
#3D4130
(61,65,48)
#323627
(50,54,39)
#272B1E
(39,43,30)
#1C2015
(28,32,21)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #7F8366

#7F8366
(127,131,102)
#8A8E73
(138,142,115)
#959980
(149,153,128)
#A0A48D
(160,164,141)
#ABAF9A
(171,175,154)
#B6BAA7
(182,186,167)
#C1C5B4
(193,197,180)
#CCD0C1
(204,208,193)
#D7DBCE
(215,219,206)
#E2E6DB
(226,230,219)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8366 color. Also use rgb(127,131,102) instead hex code.

Text Font Color

.myTextColor { color: #7F8366; }

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

This text font color is #7F8366.


Background Color

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

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

This div background color is #7F8366.


Border color

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

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

This div border color is #7F8366.


Opacity

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

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

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

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

This text has shadow with #7F8366 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F8366 on black background.


Color preview on white background

This text has color #7F8366 on white background.



Black color preview on #7F8366 background

This text has black color on #7F8366 background.


White color preview on #7F8366 background

This text has white color on #7F8366 background.