COLOR #7F824F

HEX: #7F824F
RGB: (127,130,79)

Color info

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

RGB color model

#7F824F color RGB value is (127,130,79).

  • red value is 127;
  • green value is 130;
  • blue value is 79.
RGB:
(127,130,79)
(50%,51%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 79 of 255 = 31%

127
130
79

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

Portions of RGB colors in percentages

R + G + B =
127 + 130 + 79 = 336 (100%)
R 127 of 336 ~ 37.8%
G 130 of 336 ~ 38.69%
B 79 of 336 ~ 23.51%

%37.8
%38.69
%23.51

CMYK color model

#7F824F color CMYK value is (2,0,39,49).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(2,0,39,49)
C2M0Y39K49 
(2%,0%,39%,49%)
(0.02/0.00/0.39/0.49)	

CMYK percentages

%2.31
%0
%39.23
%49.02

Codes

Color #7F824F in popluar color models

7F824F
RGB12713079
HSL64°24.40%40.98%
HSB/HSV64°39.23%50.98%
CMYK2.31%0.00%39.23%
49.02%

Color #7F824F in popluar number systems.

HEX7F824F
Decimal12713079
Binary1111111100000101001111
Octal177202117

Shades and tints

Shades of #7F824F

#7F824F
(127,130,79)
#747748
(116,119,72)
#696C41
(105,108,65)
#5E613A
(94,97,58)
#535633
(83,86,51)
#484B2C
(72,75,44)
#3D4025
(61,64,37)
#32351E
(50,53,30)
#272A17
(39,42,23)
#1C1F10
(28,31,16)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #7F824F

#7F824F
(127,130,79)
#8A8D5F
(138,141,95)
#95986F
(149,152,111)
#A0A37F
(160,163,127)
#ABAE8F
(171,174,143)
#B6B99F
(182,185,159)
#C1C4AF
(193,196,175)
#CCCFBF
(204,207,191)
#D7DACF
(215,218,207)
#E2E5DF
(226,229,223)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F824F; }

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

This text font color is #7F824F.


Background Color

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

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

This div background color is #7F824F.


Border color

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

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

This div border color is #7F824F.


Opacity

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

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

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

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

This text has shadow with #7F824F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F824F on black background.


Color preview on white background

This text has color #7F824F on white background.



Black color preview on #7F824F background

This text has black color on #7F824F background.


White color preview on #7F824F background

This text has white color on #7F824F background.