COLOR #7F4406

HEX: #7F4406
RGB: (127,68,6)

Color info

#7F4406 contains mainly red and green colors. Web safe color of #7F4406 is #663300 (or #630).

RGB color model

#7F4406 color RGB value is (127,68,6).

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

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 6 of 255 = 2%

127
68
6

R + G + B ~ 26%. #7F4406 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 68 + 6 = 201 (100%)
R 127 of 201 ~ 63.18%
G 68 of 201 ~ 33.83%
B 6 of 201 ~ 2.99%

%63.18
%33.83

CMYK color model

#7F4406 color CMYK value is (0,46,95,50).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 95.28%
  • key color value is 50.20%
CMYK:
(0,46,95,50)
C0M46Y95K50 
(0%,46%,95%,50%)
(0.00/0.46/0.95/0.50)	

CMYK percentages

%0
%46.46
%95.28
%50.2

Codes

Color #7F4406 in popluar color models

7F4406
RGB127686
HSL31°90.98%26.08%
HSB/HSV31°95.28%49.80%
CMYK0.00%46.46%95.28%
50.20%

Color #7F4406 in popluar number systems.

HEX7F4406
Decimal127686
Binary11111111000100110
Octal1771046

Shades and tints

Shades of #7F4406

#7F4406
(127,68,6)
#743E06
(116,62,6)
#693806
(105,56,6)
#5E3206
(94,50,6)
#532C06
(83,44,6)
#482606
(72,38,6)
#3D2006
(61,32,6)
#321A06
(50,26,6)
#271406
(39,20,6)
#1C0E06
(28,14,6)
#110806
(17,8,6)
#000000
(0,0,0)

Tints of #7F4406

#7F4406
(127,68,6)
#8A551C
(138,85,28)
#956632
(149,102,50)
#A07748
(160,119,72)
#AB885E
(171,136,94)
#B69974
(182,153,116)
#C1AA8A
(193,170,138)
#CCBBA0
(204,187,160)
#D7CCB6
(215,204,182)
#E2DDCC
(226,221,204)
#EDEEE2
(237,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4406; }

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

This text font color is #7F4406.


Background Color

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

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

This div background color is #7F4406.


Border color

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

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

This div border color is #7F4406.


Opacity

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

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

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

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

This text has shadow with #7F4406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4406 on black background.


Color preview on white background

This text has color #7F4406 on white background.



Black color preview on #7F4406 background

This text has black color on #7F4406 background.


White color preview on #7F4406 background

This text has white color on #7F4406 background.