COLOR #7F6406

HEX: #7F6406
RGB: (127,100,6)

Color info

#7F6406 contains mainly red and green colors. Web safe color of #7F6406 is #666600 (or #660).

RGB color model

#7F6406 color RGB value is (127,100,6).

  • red value is 127;
  • green value is 100;
  • blue value is 6.
RGB:
(127,100,6)
(50%,39%,2%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 6 of 255 = 2%

127
100
6

R + G + B ~ 30%. #7F6406 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 100 + 6 = 233 (100%)
R 127 of 233 ~ 54.51%
G 100 of 233 ~ 42.92%
B 6 of 233 ~ 2.58%

%54.51
%42.92

CMYK color model

#7F6406 color CMYK value is (0,21,95,50).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 95.28%
  • key color value is 50.20%
CMYK:
(0,21,95,50)
C0M21Y95K50 
(0%,21%,95%,50%)
(0.00/0.21/0.95/0.50)	

CMYK percentages

%0
%21.26
%95.28
%50.2

Codes

Color #7F6406 in popluar color models

7F6406
RGB1271006
HSL47°90.98%26.08%
HSB/HSV47°95.28%49.80%
CMYK0.00%21.26%95.28%
50.20%

Color #7F6406 in popluar number systems.

HEX7F6406
Decimal1271006
Binary11111111100100110
Octal1771446

Shades and tints

Shades of #7F6406

#7F6406
(127,100,6)
#745B06
(116,91,6)
#695206
(105,82,6)
#5E4906
(94,73,6)
#534006
(83,64,6)
#483706
(72,55,6)
#3D2E06
(61,46,6)
#322506
(50,37,6)
#271C06
(39,28,6)
#1C1306
(28,19,6)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #7F6406

#7F6406
(127,100,6)
#8A721C
(138,114,28)
#958032
(149,128,50)
#A08E48
(160,142,72)
#AB9C5E
(171,156,94)
#B6AA74
(182,170,116)
#C1B88A
(193,184,138)
#CCC6A0
(204,198,160)
#D7D4B6
(215,212,182)
#E2E2CC
(226,226,204)
#EDF0E2
(237,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6406 color. Also use rgb(127,100,6) instead hex code.

Text Font Color

.myTextColor { color: #7F6406; }

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

This text font color is #7F6406.


Background Color

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

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

This div background color is #7F6406.


Border color

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

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

This div border color is #7F6406.


Opacity

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

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

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

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

This text has shadow with #7F6406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6406 on black background.


Color preview on white background

This text has color #7F6406 on white background.



Black color preview on #7F6406 background

This text has black color on #7F6406 background.


White color preview on #7F6406 background

This text has white color on #7F6406 background.