COLOR #7F8465

HEX: #7F8465
RGB: (127,132,101)

Color info

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

RGB color model

#7F8465 color RGB value is (127,132,101).

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

RGB channels and saturation

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

127
132
101

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 101 = 360 (100%)
R 127 of 360 ~ 35.28%
G 132 of 360 ~ 36.67%
B 101 of 360 ~ 28.06%

%35.28
%36.67
%28.06

CMYK color model

#7F8465 color CMYK value is (4,0,23,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 48.24%
CMYK:
(4,0,23,48)
C4M0Y23K48 
(4%,0%,23%,48%)
(0.04/0.00/0.23/0.48)	

CMYK percentages

%3.79
%0
%23.48
%48.24

Codes

Color #7F8465 in popluar color models

7F8465
RGB127132101
HSL70°13.30%45.69%
HSB/HSV70°23.48%51.76%
CMYK3.79%0.00%23.48%
48.24%

Color #7F8465 in popluar number systems.

HEX7F8465
Decimal127132101
Binary1111111100001001100101
Octal177204145

Shades and tints

Shades of #7F8465

#7F8465
(127,132,101)
#74785C
(116,120,92)
#696C53
(105,108,83)
#5E604A
(94,96,74)
#535441
(83,84,65)
#484838
(72,72,56)
#3D3C2F
(61,60,47)
#323026
(50,48,38)
#27241D
(39,36,29)
#1C1814
(28,24,20)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #7F8465

#7F8465
(127,132,101)
#8A8F73
(138,143,115)
#959A81
(149,154,129)
#A0A58F
(160,165,143)
#ABB09D
(171,176,157)
#B6BBAB
(182,187,171)
#C1C6B9
(193,198,185)
#CCD1C7
(204,209,199)
#D7DCD5
(215,220,213)
#E2E7E3
(226,231,227)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8465; }

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

This text font color is #7F8465.


Background Color

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

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

This div background color is #7F8465.


Border color

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

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

This div border color is #7F8465.


Opacity

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

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

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

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

This text has shadow with #7F8465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8465 on black background.


Color preview on white background

This text has color #7F8465 on white background.



Black color preview on #7F8465 background

This text has black color on #7F8465 background.


White color preview on #7F8465 background

This text has white color on #7F8465 background.