COLOR #7F8467

HEX: #7F8467
RGB: (127,132,103)

Color info

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

RGB color model

#7F8467 color RGB value is (127,132,103).

  • red value is 127;
  • green value is 132;
  • blue value is 103.
RGB:
(127,132,103)
(50%,52%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 103 of 255 = 40%

127
132
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 103 = 362 (100%)
R 127 of 362 ~ 35.08%
G 132 of 362 ~ 36.46%
B 103 of 362 ~ 28.45%

%35.08
%36.46
%28.45

CMYK color model

#7F8467 color CMYK value is (4,0,22,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(4,0,22,48)
C4M0Y22K48 
(4%,0%,22%,48%)
(0.04/0.00/0.22/0.48)	

CMYK percentages

%3.79
%0
%21.97
%48.24

Codes

Color #7F8467 in popluar color models

7F8467
RGB127132103
HSL70°12.34%46.08%
HSB/HSV70°21.97%51.76%
CMYK3.79%0.00%21.97%
48.24%

Color #7F8467 in popluar number systems.

HEX7F8467
Decimal127132103
Binary1111111100001001100111
Octal177204147

Shades and tints

Shades of #7F8467

#7F8467
(127,132,103)
#74785E
(116,120,94)
#696C55
(105,108,85)
#5E604C
(94,96,76)
#535443
(83,84,67)
#48483A
(72,72,58)
#3D3C31
(61,60,49)
#323028
(50,48,40)
#27241F
(39,36,31)
#1C1816
(28,24,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #7F8467

#7F8467
(127,132,103)
#8A8F74
(138,143,116)
#959A81
(149,154,129)
#A0A58E
(160,165,142)
#ABB09B
(171,176,155)
#B6BBA8
(182,187,168)
#C1C6B5
(193,198,181)
#CCD1C2
(204,209,194)
#D7DCCF
(215,220,207)
#E2E7DC
(226,231,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8467 color. Also use rgb(127,132,103) instead hex code.

Text Font Color

.myTextColor { color: #7F8467; }

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

This text font color is #7F8467.


Background Color

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

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

This div background color is #7F8467.


Border color

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

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

This div border color is #7F8467.


Opacity

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

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

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

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

This text has shadow with #7F8467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8467 on black background.


Color preview on white background

This text has color #7F8467 on white background.



Black color preview on #7F8467 background

This text has black color on #7F8467 background.


White color preview on #7F8467 background

This text has white color on #7F8467 background.