COLOR #7F4204

HEX: #7F4204
RGB: (127,66,4)

Color info

#7F4204 contains mainly red color. Web safe color of #7F4204 is #663300 (or #630).

RGB color model

#7F4204 color RGB value is (127,66,4).

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

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 4 of 255 = 2%

127
66
4

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

Portions of RGB colors in percentages

R + G + B =
127 + 66 + 4 = 197 (100%)
R 127 of 197 ~ 64.47%
G 66 of 197 ~ 33.5%
B 4 of 197 ~ 2.03%

%64.47
%33.5

CMYK color model

#7F4204 color CMYK value is (0,48,97,50).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 96.85%
  • key color value is 50.20%
CMYK:
(0,48,97,50)
C0M48Y97K50 
(0%,48%,97%,50%)
(0.00/0.48/0.97/0.50)	

CMYK percentages

%0
%48.03
%96.85
%50.2

Codes

Color #7F4204 in popluar color models

7F4204
RGB127664
HSL30°93.89%25.69%
HSB/HSV30°96.85%49.80%
CMYK0.00%48.03%96.85%
50.20%

Color #7F4204 in popluar number systems.

HEX7F4204
Decimal127664
Binary11111111000010100
Octal1771024

Shades and tints

Shades of #7F4204

#7F4204
(127,66,4)
#743C04
(116,60,4)
#693604
(105,54,4)
#5E3004
(94,48,4)
#532A04
(83,42,4)
#482404
(72,36,4)
#3D1E04
(61,30,4)
#321804
(50,24,4)
#271204
(39,18,4)
#1C0C04
(28,12,4)
#110604
(17,6,4)
#000000
(0,0,0)

Tints of #7F4204

#7F4204
(127,66,4)
#8A531A
(138,83,26)
#956430
(149,100,48)
#A07546
(160,117,70)
#AB865C
(171,134,92)
#B69772
(182,151,114)
#C1A888
(193,168,136)
#CCB99E
(204,185,158)
#D7CAB4
(215,202,180)
#E2DBCA
(226,219,202)
#EDECE0
(237,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4204; }

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

This text font color is #7F4204.


Background Color

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

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

This div background color is #7F4204.


Border color

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

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

This div border color is #7F4204.


Opacity

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

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

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

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

This text has shadow with #7F4204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4204 on black background.


Color preview on white background

This text has color #7F4204 on white background.



Black color preview on #7F4204 background

This text has black color on #7F4204 background.


White color preview on #7F4204 background

This text has white color on #7F4204 background.