COLOR #7F4411

HEX: #7F4411 RGB: (127,68,17)

Color info

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

RGB color model

#7F4411 color RGB value is (127,68,17).

RGB: (127,68,17) (50%, 27%, 7%)

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 17 of 255 = 7%

127
68
17

R + G + B ~ 28%. #7F4411 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 68 + 17 = 212 (100%)
R 127 of 212 ~ 59.91%
G 68 of 212 ~ 32.08%
B 17 of 212 ~ 8.02'%

%59.91
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 86.61%
  • key color value is 50.20%

CMYK: (0,46,87,50)
C0M46Y87K50 (0%, 46%, 87%, 50%)
(0.00 / 0.46 / 0.87 / 0.50)

CMYK percentages

%0
%46.46
%86.61
%50.2

Codes

Color #7F4411 in popluar color models

7F 44 11
RGB 127 68 17
HSL 28° 76.39% 28.24%
HSB/HSV 28° 86.61% 49.80%
CMYK 0.00% 46.46% 86.61%
50.20%

Color #7F4411 in popluar number systems.

HEX 7F 44 11
Decimal 127 68 17
Binary 1111111 1000100 10001
Octal 177 104 21

Shades and tints

Shades of #7F4411

#7F4411
(127,68,17)
#743E10
(116,62,16)
#69380F
(105,56,15)
#5E320E
(94,50,14)
#532C0D
(83,44,13)
#48260C
(72,38,12)
#3D200B
(61,32,11)
#321A0A
(50,26,10)
#271409
(39,20,9)
#1C0E08
(28,14,8)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #7F4411

#7F4411
(127,68,17)
#8A5526
(138,85,38)
#95663B
(149,102,59)
#A07750
(160,119,80)
#AB8865
(171,136,101)
#B6997A
(182,153,122)
#C1AA8F
(193,170,143)
#CCBBA4
(204,187,164)
#D7CCB9
(215,204,185)
#E2DDCE
(226,221,206)
#EDEEE3
(237,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4411; }

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

This text font color is #7F4411.

Background Color

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

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

This div background color is #7F4411.

Border color

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

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

This div border color is #7F4411.

Opacity

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

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

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

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

This text has shadow with #7F4411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4411.

Preview

Color preview on black background

This text has color #7F4411 on black background.


Color preview on white background

This text has color #7F4411 on white background.


Black color preview on #7F4411 background

This text has black color on #7F4411 background.


White color preview on #7F4411 background

This text has white color on #7F4411 background.


Related colors

Complementary color

Complementary color for #hex is #80BBEE.


I love getcolorcode.com

Triadic colors

1 #117F44 and #44117F with #7F4411 are triadic colors.

2 #11447F and #447F11 with #7F4411 are triadic colors.