COLOR #7F6804

HEX: #7F6804
RGB: (127,104,4)

Color info

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

RGB color model

#7F6804 color RGB value is (127,104,4).

  • red value is 127;
  • green value is 104;
  • blue value is 4.
RGB:
(127,104,4)
(50%,41%,2%)

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 4 of 255 = 2%

127
104
4

R + G + B ~ 31%. #7F6804 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 4 = 235 (100%)
R 127 of 235 ~ 54.04%
G 104 of 235 ~ 44.26%
B 4 of 235 ~ 1.7%

%54.04
%44.26

CMYK color model

#7F6804 color CMYK value is (0,18,97,50).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 96.85%
  • key color value is 50.20%
CMYK:
(0,18,97,50)
C0M18Y97K50 
(0%,18%,97%,50%)
(0.00/0.18/0.97/0.50)	

CMYK percentages

%0
%18.11
%96.85
%50.2

Codes

Color #7F6804 in popluar color models

7F6804
RGB1271044
HSL49°93.89%25.69%
HSB/HSV49°96.85%49.80%
CMYK0.00%18.11%96.85%
50.20%

Color #7F6804 in popluar number systems.

HEX7F6804
Decimal1271044
Binary11111111101000100
Octal1771504

Shades and tints

Shades of #7F6804

#7F6804
(127,104,4)
#745F04
(116,95,4)
#695604
(105,86,4)
#5E4D04
(94,77,4)
#534404
(83,68,4)
#483B04
(72,59,4)
#3D3204
(61,50,4)
#322904
(50,41,4)
#272004
(39,32,4)
#1C1704
(28,23,4)
#110E04
(17,14,4)
#000000
(0,0,0)

Tints of #7F6804

#7F6804
(127,104,4)
#8A751A
(138,117,26)
#958230
(149,130,48)
#A08F46
(160,143,70)
#AB9C5C
(171,156,92)
#B6A972
(182,169,114)
#C1B688
(193,182,136)
#CCC39E
(204,195,158)
#D7D0B4
(215,208,180)
#E2DDCA
(226,221,202)
#EDEAE0
(237,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6804 color. Also use rgb(127,104,4) instead hex code.

Text Font Color

.myTextColor { color: #7F6804; }

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

This text font color is #7F6804.


Background Color

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

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

This div background color is #7F6804.


Border color

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

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

This div border color is #7F6804.


Opacity

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

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

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

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

This text has shadow with #7F6804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6804 on black background.


Color preview on white background

This text has color #7F6804 on white background.



Black color preview on #7F6804 background

This text has black color on #7F6804 background.


White color preview on #7F6804 background

This text has white color on #7F6804 background.