COLOR #7F8367

HEX: #7F8367 RGB: (127,131,103)

Color info

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

RGB color model

#7F8367 color RGB value is (127,131,103).

RGB: (127,131,103) (50%, 51%, 40%)

RGB channels and saturation

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

127
131
103

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

Portions of RGB colors in percentages

R + G + B = 127 + 131 + 103 = 361 (100%)
R 127 of 361 ~ 35.18%
G 131 of 361 ~ 36.29%
B 103 of 361 ~ 28.53'%

%35.18
%36.29
%28.53

CMYK color model

#7F8367 color CMYK value is (3,0,21,49).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 48.63%

CMYK: (3,0,21,49)
C3M0Y21K49 (3%, 0%, 21%, 49%)
(0.03 / 0.00 / 0.21 / 0.49)

CMYK percentages

%3.05
%0
%21.37
%48.63

Codes

Color #7F8367 in popluar color models

7F 83 67
RGB 127 131 103
HSL 69° 11.97% 45.88%
HSB/HSV 69° 21.37% 51.37%
CMYK 3.05% 0.00% 21.37%
48.63%

Color #7F8367 in popluar number systems.

HEX 7F 83 67
Decimal 127 131 103
Binary 1111111 10000011 1100111
Octal 177 203 147

Shades and tints

Shades of #7F8367

#7F8367
(127,131,103)
#74785E
(116,120,94)
#696D55
(105,109,85)
#5E624C
(94,98,76)
#535743
(83,87,67)
#484C3A
(72,76,58)
#3D4131
(61,65,49)
#323628
(50,54,40)
#272B1F
(39,43,31)
#1C2016
(28,32,22)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #7F8367

#7F8367
(127,131,103)
#8A8E74
(138,142,116)
#959981
(149,153,129)
#A0A48E
(160,164,142)
#ABAF9B
(171,175,155)
#B6BAA8
(182,186,168)
#C1C5B5
(193,197,181)
#CCD0C2
(204,208,194)
#D7DBCF
(215,219,207)
#E2E6DC
(226,230,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8367; }

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

This text font color is #7F8367.

Background Color

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

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

This div background color is #7F8367.

Border color

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

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

This div border color is #7F8367.

Opacity

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

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

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

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

This text has shadow with #7F8367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8367.

Preview

Color preview on black background

This text has color #7F8367 on black background.


Color preview on white background

This text has color #7F8367 on white background.


Black color preview on #7F8367 background

This text has black color on #7F8367 background.


White color preview on #7F8367 background

This text has white color on #7F8367 background.


Related colors

Complementary color

Complementary color for #hex is #807C98.


I love getcolorcode.com

Triadic colors

1 #677F83 and #83677F with #7F8367 are triadic colors.

2 #67837F and #837F67 with #7F8367 are triadic colors.