COLOR #7F844C

HEX: #7F844C
RGB: (127,132,76)

Color info

#7F844C contains red, green and blue colors in about the same proportion. Web safe color of #7F844C is #669933 (or #693).

RGB color model

#7F844C color RGB value is (127,132,76).

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

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 76 of 255 = 30%

127
132
76

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 76 = 335 (100%)
R 127 of 335 ~ 37.91%
G 132 of 335 ~ 39.4%
B 76 of 335 ~ 22.69%

%37.91
%39.4
%22.69

CMYK color model

#7F844C color CMYK value is (4,0,42,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 48.24%
CMYK:
(4,0,42,48)
C4M0Y42K48 
(4%,0%,42%,48%)
(0.04/0.00/0.42/0.48)	

CMYK percentages

%3.79
%0
%42.42
%48.24

Codes

Color #7F844C in popluar color models

7F844C
RGB12713276
HSL65°26.92%40.78%
HSB/HSV65°42.42%51.76%
CMYK3.79%0.00%42.42%
48.24%

Color #7F844C in popluar number systems.

HEX7F844C
Decimal12713276
Binary1111111100001001001100
Octal177204114

Shades and tints

Shades of #7F844C

#7F844C
(127,132,76)
#747846
(116,120,70)
#696C40
(105,108,64)
#5E603A
(94,96,58)
#535434
(83,84,52)
#48482E
(72,72,46)
#3D3C28
(61,60,40)
#323022
(50,48,34)
#27241C
(39,36,28)
#1C1816
(28,24,22)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #7F844C

#7F844C
(127,132,76)
#8A8F5C
(138,143,92)
#959A6C
(149,154,108)
#A0A57C
(160,165,124)
#ABB08C
(171,176,140)
#B6BB9C
(182,187,156)
#C1C6AC
(193,198,172)
#CCD1BC
(204,209,188)
#D7DCCC
(215,220,204)
#E2E7DC
(226,231,220)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F844C; }

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

This text font color is #7F844C.


Background Color

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

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

This div background color is #7F844C.


Border color

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

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

This div border color is #7F844C.


Opacity

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

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

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

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

This text has shadow with #7F844C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F844C on black background.


Color preview on white background

This text has color #7F844C on white background.



Black color preview on #7F844C background

This text has black color on #7F844C background.


White color preview on #7F844C background

This text has white color on #7F844C background.