COLOR #7F4D00

HEX: #7F4D00
RGB: (127,77,0)

Color info

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

RGB color model

#7F4D00 color RGB value is (127,77,0).

  • red value is 127;
  • green value is 77;
  • blue value is 0.
RGB:
(127,77,0)
(50%,30%,0%)

RGB channels and saturation

R 127 of 255 = 50%
G 77 of 255 = 30%
B 0 of 255 = 0%

127
77
0

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

Portions of RGB colors in percentages

R + G + B =
127 + 77 + 0 = 204 (100%)
R 127 of 204 ~ 62.25%
G 77 of 204 ~ 37.75%
B 0 of 204 ~ 0%

%62.25
%37.75

CMYK color model

#7F4D00 color CMYK value is (0,39,100,50).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 100.00%
  • key color value is 50.20%
CMYK:
(0,39,100,50)
C0M39Y100K50 
(0%,39%,100%,50%)
(0.00/0.39/1.00/0.50)	

CMYK percentages

%0
%39.37
%100
%50.2

Codes

Color #7F4D00 in popluar color models

7F4D00
RGB127770
HSL36°100.00%24.90%
HSB/HSV36°100.00%49.80%
CMYK0.00%39.37%100.00%
50.20%

Color #7F4D00 in popluar number systems.

HEX7F4D00
Decimal127770
Binary111111110011010
Octal1771150

Shades and tints

Shades of #7F4D00

#7F4D00
(127,77,0)
#744600
(116,70,0)
#693F00
(105,63,0)
#5E3800
(94,56,0)
#533100
(83,49,0)
#482A00
(72,42,0)
#3D2300
(61,35,0)
#321C00
(50,28,0)
#271500
(39,21,0)
#1C0E00
(28,14,0)
#110700
(17,7,0)
#000000
(0,0,0)

Tints of #7F4D00

#7F4D00
(127,77,0)
#8A5D17
(138,93,23)
#956D2E
(149,109,46)
#A07D45
(160,125,69)
#AB8D5C
(171,141,92)
#B69D73
(182,157,115)
#C1AD8A
(193,173,138)
#CCBDA1
(204,189,161)
#D7CDB8
(215,205,184)
#E2DDCF
(226,221,207)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4D00 color. Also use rgb(127,77,0) instead hex code.

Text Font Color

.myTextColor { color: #7F4D00; }

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

This text font color is #7F4D00.


Background Color

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

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

This div background color is #7F4D00.


Border color

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

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

This div border color is #7F4D00.


Opacity

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

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

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

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

This text has shadow with #7F4D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4D00 on black background.


Color preview on white background

This text has color #7F4D00 on white background.



Black color preview on #7F4D00 background

This text has black color on #7F4D00 background.


White color preview on #7F4D00 background

This text has white color on #7F4D00 background.