COLOR #7F7E47

HEX: #7F7E47
RGB: (127,126,71)

Color info

#7F7E47 contains red, green and blue colors in about the same proportion. Web safe color of #7F7E47 is #666633 (or #663).

RGB color model

#7F7E47 color RGB value is (127,126,71).

  • red value is 127;
  • green value is 126;
  • blue value is 71.
RGB:
(127,126,71)
(50%,49%,28%)

RGB channels and saturation

R 127 of 255 = 50%
G 126 of 255 = 49%
B 71 of 255 = 28%

127
126
71

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

Portions of RGB colors in percentages

R + G + B =
127 + 126 + 71 = 324 (100%)
R 127 of 324 ~ 39.2%
G 126 of 324 ~ 38.89%
B 71 of 324 ~ 21.91%

%39.2
%38.89
%21.91

CMYK color model

#7F7E47 color CMYK value is (0,1,44,50).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 44.09%
  • key color value is 50.20%
CMYK:
(0,1,44,50)
C0M1Y44K50 
(0%,1%,44%,50%)
(0.00/0.01/0.44/0.50)	

CMYK percentages

%0
%0.79
%44.09
%50.2

Codes

Color #7F7E47 in popluar color models

7F7E47
RGB12712671
HSL59°28.28%38.82%
HSB/HSV59°44.09%49.80%
CMYK0.00%0.79%44.09%
50.20%

Color #7F7E47 in popluar number systems.

HEX7F7E47
Decimal12712671
Binary111111111111101000111
Octal177176107

Shades and tints

Shades of #7F7E47

#7F7E47
(127,126,71)
#747341
(116,115,65)
#69683B
(105,104,59)
#5E5D35
(94,93,53)
#53522F
(83,82,47)
#484729
(72,71,41)
#3D3C23
(61,60,35)
#32311D
(50,49,29)
#272617
(39,38,23)
#1C1B11
(28,27,17)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #7F7E47

#7F7E47
(127,126,71)
#8A8957
(138,137,87)
#959467
(149,148,103)
#A09F77
(160,159,119)
#ABAA87
(171,170,135)
#B6B597
(182,181,151)
#C1C0A7
(193,192,167)
#CCCBB7
(204,203,183)
#D7D6C7
(215,214,199)
#E2E1D7
(226,225,215)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7E47 color. Also use rgb(127,126,71) instead hex code.

Text Font Color

.myTextColor { color: #7F7E47; }

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

This text font color is #7F7E47.


Background Color

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

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

This div background color is #7F7E47.


Border color

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

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

This div border color is #7F7E47.


Opacity

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

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

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

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

This text has shadow with #7F7E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7E47 on black background.


Color preview on white background

This text has color #7F7E47 on white background.



Black color preview on #7F7E47 background

This text has black color on #7F7E47 background.


White color preview on #7F7E47 background

This text has white color on #7F7E47 background.