COLOR #7F824B

HEX: #7F824B
RGB: (127,130,75)

Color info

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

RGB color model

#7F824B color RGB value is (127,130,75).

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

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 75 of 255 = 29%

127
130
75

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

Portions of RGB colors in percentages

R + G + B =
127 + 130 + 75 = 332 (100%)
R 127 of 332 ~ 38.25%
G 130 of 332 ~ 39.16%
B 75 of 332 ~ 22.59%

%38.25
%39.16
%22.59

CMYK color model

#7F824B color CMYK value is (2,0,42,49).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(2,0,42,49)
C2M0Y42K49 
(2%,0%,42%,49%)
(0.02/0.00/0.42/0.49)	

CMYK percentages

%2.31
%0
%42.31
%49.02

Codes

Color #7F824B in popluar color models

7F824B
RGB12713075
HSL63°26.83%40.20%
HSB/HSV63°42.31%50.98%
CMYK2.31%0.00%42.31%
49.02%

Color #7F824B in popluar number systems.

HEX7F824B
Decimal12713075
Binary1111111100000101001011
Octal177202113

Shades and tints

Shades of #7F824B

#7F824B
(127,130,75)
#747745
(116,119,69)
#696C3F
(105,108,63)
#5E6139
(94,97,57)
#535633
(83,86,51)
#484B2D
(72,75,45)
#3D4027
(61,64,39)
#323521
(50,53,33)
#272A1B
(39,42,27)
#1C1F15
(28,31,21)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7F824B

#7F824B
(127,130,75)
#8A8D5B
(138,141,91)
#95986B
(149,152,107)
#A0A37B
(160,163,123)
#ABAE8B
(171,174,139)
#B6B99B
(182,185,155)
#C1C4AB
(193,196,171)
#CCCFBB
(204,207,187)
#D7DACB
(215,218,203)
#E2E5DB
(226,229,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F824B; }

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

This text font color is #7F824B.


Background Color

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

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

This div background color is #7F824B.


Border color

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

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

This div border color is #7F824B.


Opacity

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

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

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

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

This text has shadow with #7F824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F824B on black background.


Color preview on white background

This text has color #7F824B on white background.



Black color preview on #7F824B background

This text has black color on #7F824B background.


White color preview on #7F824B background

This text has white color on #7F824B background.