COLOR #7F7C2F

HEX: #7F7C2F
RGB: (127,124,47)

Color info

#7F7C2F contains mainly red and green colors. Web safe color of #7F7C2F is #666633 (or #663).

RGB color model

#7F7C2F color RGB value is (127,124,47).

  • red value is 127;
  • green value is 124;
  • blue value is 47.
RGB:
(127,124,47)
(50%,49%,18%)

RGB channels and saturation

R 127 of 255 = 50%
G 124 of 255 = 49%
B 47 of 255 = 18%

127
124
47

R + G + B ~ 39%. #7F7C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 47 = 298 (100%)
R 127 of 298 ~ 42.62%
G 124 of 298 ~ 41.61%
B 47 of 298 ~ 15.77%

%42.62
%41.61
%15.77

CMYK color model

#7F7C2F color CMYK value is (0,2,63,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 62.99%
  • key color value is 50.20%
CMYK:
(0,2,63,50)
C0M2Y63K50 
(0%,2%,63%,50%)
(0.00/0.02/0.63/0.50)	

CMYK percentages

%0
%2.36
%62.99
%50.2

Codes

Color #7F7C2F in popluar color models

7F7C2F
RGB12712447
HSL58°45.98%34.12%
HSB/HSV58°62.99%49.80%
CMYK0.00%2.36%62.99%
50.20%

Color #7F7C2F in popluar number systems.

HEX7F7C2F
Decimal12712447
Binary11111111111100101111
Octal17717457

Shades and tints

Shades of #7F7C2F

#7F7C2F
(127,124,47)
#74712B
(116,113,43)
#696627
(105,102,39)
#5E5B23
(94,91,35)
#53501F
(83,80,31)
#48451B
(72,69,27)
#3D3A17
(61,58,23)
#322F13
(50,47,19)
#27240F
(39,36,15)
#1C190B
(28,25,11)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #7F7C2F

#7F7C2F
(127,124,47)
#8A8741
(138,135,65)
#959253
(149,146,83)
#A09D65
(160,157,101)
#ABA877
(171,168,119)
#B6B389
(182,179,137)
#C1BE9B
(193,190,155)
#CCC9AD
(204,201,173)
#D7D4BF
(215,212,191)
#E2DFD1
(226,223,209)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7C2F color. Also use rgb(127,124,47) instead hex code.

Text Font Color

.myTextColor { color: #7F7C2F; }

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

This text font color is #7F7C2F.


Background Color

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

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

This div background color is #7F7C2F.


Border color

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

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

This div border color is #7F7C2F.


Opacity

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

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

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

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

This text has shadow with #7F7C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C2F on black background.


Color preview on white background

This text has color #7F7C2F on white background.



Black color preview on #7F7C2F background

This text has black color on #7F7C2F background.


White color preview on #7F7C2F background

This text has white color on #7F7C2F background.