COLOR #7F4011

HEX: #7F4011
RGB: (127,64,17)

Color info

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

RGB color model

#7F4011 color RGB value is (127,64,17).

  • red value is 127;
  • green value is 64;
  • blue value is 17.
RGB:
(127,64,17)
(50%,25%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 64 of 255 = 25%
B 17 of 255 = 7%

127
64
17

R + G + B ~ 27%. #7F4011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 64 + 17 = 208 (100%)
R 127 of 208 ~ 61.06%
G 64 of 208 ~ 30.77%
B 17 of 208 ~ 8.17%

%61.06
%30.77

CMYK color model

#7F4011 color CMYK value is (0,50,87,50).

  • cyan value is 0.00%
  • magenta value is 49.61%
  • yellow value is 86.61%
  • key color value is 50.20%
CMYK:
(0,50,87,50)
C0M50Y87K50 
(0%,50%,87%,50%)
(0.00/0.50/0.87/0.50)	

CMYK percentages

%0
%49.61
%86.61
%50.2

Codes

Color #7F4011 in popluar color models

7F4011
RGB1276417
HSL26°76.39%28.24%
HSB/HSV26°86.61%49.80%
CMYK0.00%49.61%86.61%
50.20%

Color #7F4011 in popluar number systems.

HEX7F4011
Decimal1276417
Binary1111111100000010001
Octal17710021

Shades and tints

Shades of #7F4011

#7F4011
(127,64,17)
#743B10
(116,59,16)
#69360F
(105,54,15)
#5E310E
(94,49,14)
#532C0D
(83,44,13)
#48270C
(72,39,12)
#3D220B
(61,34,11)
#321D0A
(50,29,10)
#271809
(39,24,9)
#1C1308
(28,19,8)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #7F4011

#7F4011
(127,64,17)
#8A5126
(138,81,38)
#95623B
(149,98,59)
#A07350
(160,115,80)
#AB8465
(171,132,101)
#B6957A
(182,149,122)
#C1A68F
(193,166,143)
#CCB7A4
(204,183,164)
#D7C8B9
(215,200,185)
#E2D9CE
(226,217,206)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4011 color. Also use rgb(127,64,17) instead hex code.

Text Font Color

.myTextColor { color: #7F4011; }

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

This text font color is #7F4011.


Background Color

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

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

This div background color is #7F4011.


Border color

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

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

This div border color is #7F4011.


Opacity

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

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

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

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

This text has shadow with #7F4011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4011 on black background.


Color preview on white background

This text has color #7F4011 on white background.



Black color preview on #7F4011 background

This text has black color on #7F4011 background.


White color preview on #7F4011 background

This text has white color on #7F4011 background.