COLOR #7F8552

HEX: #7F8552
RGB: (127,133,82)

Color info

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

RGB color model

#7F8552 color RGB value is (127,133,82).

  • red value is 127;
  • green value is 133;
  • blue value is 82.
RGB:
(127,133,82)
(50%,52%,32%)

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 82 of 255 = 32%

127
133
82

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

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 82 = 342 (100%)
R 127 of 342 ~ 37.13%
G 133 of 342 ~ 38.89%
B 82 of 342 ~ 23.98%

%37.13
%38.89
%23.98

CMYK color model

#7F8552 color CMYK value is (5,0,38,48).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 38.35%
  • key color value is 47.84%
CMYK:
(5,0,38,48)
C5M0Y38K48 
(5%,0%,38%,48%)
(0.05/0.00/0.38/0.48)	

CMYK percentages

%4.51
%0
%38.35
%47.84

Codes

Color #7F8552 in popluar color models

7F8552
RGB12713382
HSL67°23.72%42.16%
HSB/HSV67°38.35%52.16%
CMYK4.51%0.00%38.35%
47.84%

Color #7F8552 in popluar number systems.

HEX7F8552
Decimal12713382
Binary1111111100001011010010
Octal177205122

Shades and tints

Shades of #7F8552

#7F8552
(127,133,82)
#74794B
(116,121,75)
#696D44
(105,109,68)
#5E613D
(94,97,61)
#535536
(83,85,54)
#48492F
(72,73,47)
#3D3D28
(61,61,40)
#323121
(50,49,33)
#27251A
(39,37,26)
#1C1913
(28,25,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #7F8552

#7F8552
(127,133,82)
#8A9061
(138,144,97)
#959B70
(149,155,112)
#A0A67F
(160,166,127)
#ABB18E
(171,177,142)
#B6BC9D
(182,188,157)
#C1C7AC
(193,199,172)
#CCD2BB
(204,210,187)
#D7DDCA
(215,221,202)
#E2E8D9
(226,232,217)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8552; }

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

This text font color is #7F8552.


Background Color

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

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

This div background color is #7F8552.


Border color

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

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

This div border color is #7F8552.


Opacity

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

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

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

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

This text has shadow with #7F8552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8552 on black background.


Color preview on white background

This text has color #7F8552 on white background.



Black color preview on #7F8552 background

This text has black color on #7F8552 background.


White color preview on #7F8552 background

This text has white color on #7F8552 background.