COLOR #7F4009

HEX: #7F4009
RGB: (127,64,9)

Color info

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

RGB color model

#7F4009 color RGB value is (127,64,9).

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

RGB channels and saturation

R 127 of 255 = 50%
G 64 of 255 = 25%
B 9 of 255 = 4%

127
64
9

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

Portions of RGB colors in percentages

R + G + B =
127 + 64 + 9 = 200 (100%)
R 127 of 200 ~ 63.5%
G 64 of 200 ~ 32%
B 9 of 200 ~ 4.5%

%63.5
%32

CMYK color model

#7F4009 color CMYK value is (0,50,93,50).

  • cyan value is 0.00%
  • magenta value is 49.61%
  • yellow value is 92.91%
  • key color value is 50.20%
CMYK:
(0,50,93,50)
C0M50Y93K50 
(0%,50%,93%,50%)
(0.00/0.50/0.93/0.50)	

CMYK percentages

%0
%49.61
%92.91
%50.2

Codes

Color #7F4009 in popluar color models

7F4009
RGB127649
HSL28°86.76%26.67%
HSB/HSV28°92.91%49.80%
CMYK0.00%49.61%92.91%
50.20%

Color #7F4009 in popluar number systems.

HEX7F4009
Decimal127649
Binary111111110000001001
Octal17710011

Shades and tints

Shades of #7F4009

#7F4009
(127,64,9)
#743B09
(116,59,9)
#693609
(105,54,9)
#5E3109
(94,49,9)
#532C09
(83,44,9)
#482709
(72,39,9)
#3D2209
(61,34,9)
#321D09
(50,29,9)
#271809
(39,24,9)
#1C1309
(28,19,9)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #7F4009

#7F4009
(127,64,9)
#8A511F
(138,81,31)
#956235
(149,98,53)
#A0734B
(160,115,75)
#AB8461
(171,132,97)
#B69577
(182,149,119)
#C1A68D
(193,166,141)
#CCB7A3
(204,183,163)
#D7C8B9
(215,200,185)
#E2D9CF
(226,217,207)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4009; }

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

This text font color is #7F4009.


Background Color

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

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

This div background color is #7F4009.


Border color

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

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

This div border color is #7F4009.


Opacity

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

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

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

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

This text has shadow with #7F4009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4009 on black background.


Color preview on white background

This text has color #7F4009 on white background.



Black color preview on #7F4009 background

This text has black color on #7F4009 background.


White color preview on #7F4009 background

This text has white color on #7F4009 background.