COLOR #7F8252

HEX: #7F8252 RGB: (127,130,82)

Color info

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

RGB color model

#7F8252 color RGB value is (127,130,82).

RGB: (127,130,82) (50%, 51%, 32%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 82 of 255 = 32%

127
130
82

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

Portions of RGB colors in percentages

R + G + B = 127 + 130 + 82 = 339 (100%)
R 127 of 339 ~ 37.46%
G 130 of 339 ~ 38.35%
B 82 of 339 ~ 24.19'%

%37.46
%38.35
%24.19

CMYK color model

#7F8252 color CMYK value is (2,0,37,49).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 49.02%

CMYK: (2,0,37,49)
C2M0Y37K49 (2%, 0%, 37%, 49%)
(0.02 / 0.00 / 0.37 / 0.49)

CMYK percentages

%2.31
%0
%36.92
%49.02

Codes

Color #7F8252 in popluar color models

7F 82 52
RGB 127 130 82
HSL 64° 22.64% 41.57%
HSB/HSV 64° 36.92% 50.98%
CMYK 2.31% 0.00% 36.92%
49.02%

Color #7F8252 in popluar number systems.

HEX 7F 82 52
Decimal 127 130 82
Binary 1111111 10000010 1010010
Octal 177 202 122

Shades and tints

Shades of #7F8252

#7F8252
(127,130,82)
#74774B
(116,119,75)
#696C44
(105,108,68)
#5E613D
(94,97,61)
#535636
(83,86,54)
#484B2F
(72,75,47)
#3D4028
(61,64,40)
#323521
(50,53,33)
#272A1A
(39,42,26)
#1C1F13
(28,31,19)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #7F8252

#7F8252
(127,130,82)
#8A8D61
(138,141,97)
#959870
(149,152,112)
#A0A37F
(160,163,127)
#ABAE8E
(171,174,142)
#B6B99D
(182,185,157)
#C1C4AC
(193,196,172)
#CCCFBB
(204,207,187)
#D7DACA
(215,218,202)
#E2E5D9
(226,229,217)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8252 color. Also use rgb(127,130,82) instead hex code.

Text Font Color

.myTextColor { color: #7F8252; }

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

This text font color is #7F8252.

Background Color

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

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

This div background color is #7F8252.

Border color

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

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

This div border color is #7F8252.

Opacity

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

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

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

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

This text has shadow with #7F8252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8252.

Preview

Color preview on black background

This text has color #7F8252 on black background.


Color preview on white background

This text has color #7F8252 on white background.


Black color preview on #7F8252 background

This text has black color on #7F8252 background.


White color preview on #7F8252 background

This text has white color on #7F8252 background.


Related colors

Complementary color

Complementary color for #hex is #807DAD.


I love getcolorcode.com

Triadic colors

1 #527F82 and #82527F with #7F8252 are triadic colors.

2 #52827F and #827F52 with #7F8252 are triadic colors.