COLOR #7F6F3F

HEX: #7F6F3F
RGB: (127,111,63)

Color info

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

RGB color model

#7F6F3F color RGB value is (127,111,63).

  • red value is 127;
  • green value is 111;
  • blue value is 63.
RGB:
(127,111,63)
(50%,44%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 63 of 255 = 25%

127
111
63

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

Portions of RGB colors in percentages

R + G + B =
127 + 111 + 63 = 301 (100%)
R 127 of 301 ~ 42.19%
G 111 of 301 ~ 36.88%
B 63 of 301 ~ 20.93%

%42.19
%36.88
%20.93

CMYK color model

#7F6F3F color CMYK value is (0,13,50,50).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(0,13,50,50)
C0M13Y50K50 
(0%,13%,50%,50%)
(0.00/0.13/0.50/0.50)	

CMYK percentages

%0
%12.6
%50.39
%50.2

Codes

Color #7F6F3F in popluar color models

7F6F3F
RGB12711163
HSL45°33.68%37.25%
HSB/HSV45°50.39%49.80%
CMYK0.00%12.60%50.39%
50.20%

Color #7F6F3F in popluar number systems.

HEX7F6F3F
Decimal12711163
Binary11111111101111111111
Octal17715777

Shades and tints

Shades of #7F6F3F

#7F6F3F
(127,111,63)
#74653A
(116,101,58)
#695B35
(105,91,53)
#5E5130
(94,81,48)
#53472B
(83,71,43)
#483D26
(72,61,38)
#3D3321
(61,51,33)
#32291C
(50,41,28)
#271F17
(39,31,23)
#1C1512
(28,21,18)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #7F6F3F

#7F6F3F
(127,111,63)
#8A7C50
(138,124,80)
#958961
(149,137,97)
#A09672
(160,150,114)
#ABA383
(171,163,131)
#B6B094
(182,176,148)
#C1BDA5
(193,189,165)
#CCCAB6
(204,202,182)
#D7D7C7
(215,215,199)
#E2E4D8
(226,228,216)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6F3F color. Also use rgb(127,111,63) instead hex code.

Text Font Color

.myTextColor { color: #7F6F3F; }

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

This text font color is #7F6F3F.


Background Color

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

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

This div background color is #7F6F3F.


Border color

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

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

This div border color is #7F6F3F.


Opacity

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

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

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

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

This text has shadow with #7F6F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6F3F on black background.


Color preview on white background

This text has color #7F6F3F on white background.



Black color preview on #7F6F3F background

This text has black color on #7F6F3F background.


White color preview on #7F6F3F background

This text has white color on #7F6F3F background.