COLOR #7F8B52

HEX: #7F8B52 RGB: (127,139,82)

Color info

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

RGB color model

#7F8B52 color RGB value is (127,139,82).

RGB: (127,139,82) (50%, 55%, 32%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 82 of 255 = 32%

127
139
82

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

Portions of RGB colors in percentages

R + G + B = 127 + 139 + 82 = 348 (100%)
R 127 of 348 ~ 36.49%
G 139 of 348 ~ 39.94%
B 82 of 348 ~ 23.56'%

%36.49
%39.94
%23.56

CMYK color model

#7F8B52 color CMYK value is (9,0,41,45).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 41.01%
  • key color value is 45.49%

CMYK: (9,0,41,45)
C9M0Y41K45 (9%, 0%, 41%, 45%)
(0.09 / 0.00 / 0.41 / 0.45)

CMYK percentages

%8.63
%0
%41.01
%45.49

Codes

Color #7F8B52 in popluar color models

7F 8B 52
RGB 127 139 82
HSL 73° 25.79% 43.33%
HSB/HSV 73° 41.01% 54.51%
CMYK 8.63% 0.00% 41.01%
45.49%

Color #7F8B52 in popluar number systems.

HEX 7F 8B 52
Decimal 127 139 82
Binary 1111111 10001011 1010010
Octal 177 213 122

Shades and tints

Shades of #7F8B52

#7F8B52
(127,139,82)
#747F4B
(116,127,75)
#697344
(105,115,68)
#5E673D
(94,103,61)
#535B36
(83,91,54)
#484F2F
(72,79,47)
#3D4328
(61,67,40)
#323721
(50,55,33)
#272B1A
(39,43,26)
#1C1F13
(28,31,19)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #7F8B52

#7F8B52
(127,139,82)
#8A9561
(138,149,97)
#959F70
(149,159,112)
#A0A97F
(160,169,127)
#ABB38E
(171,179,142)
#B6BD9D
(182,189,157)
#C1C7AC
(193,199,172)
#CCD1BB
(204,209,187)
#D7DBCA
(215,219,202)
#E2E5D9
(226,229,217)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8B52; }

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

This text font color is #7F8B52.

Background Color

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

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

This div background color is #7F8B52.

Border color

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

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

This div border color is #7F8B52.

Opacity

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

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

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

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

This text has shadow with #7F8B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8B52.

Preview

Color preview on black background

This text has color #7F8B52 on black background.


Color preview on white background

This text has color #7F8B52 on white background.


Black color preview on #7F8B52 background

This text has black color on #7F8B52 background.


White color preview on #7F8B52 background

This text has white color on #7F8B52 background.


Related colors

Complementary color

Complementary color for #hex is #8074AD.


I love getcolorcode.com

Triadic colors

1 #527F8B and #8B527F with #7F8B52 are triadic colors.

2 #528B7F and #8B7F52 with #7F8B52 are triadic colors.