COLOR #7F5A00

HEX: #7F5A00
RGB: (127,90,0)

Color info

#7F5A00 contains only red and green colors. Web safe color of #7F5A00 is #666600 (or #660).

RGB color model

#7F5A00 color RGB value is (127,90,0).

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

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 0 of 255 = 0%

127
90
0

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

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 0 = 217 (100%)
R 127 of 217 ~ 58.53%
G 90 of 217 ~ 41.47%
B 0 of 217 ~ 0%

%58.53
%41.47

CMYK color model

#7F5A00 color CMYK value is (0,29,100,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 100.00%
  • key color value is 50.20%
CMYK:
(0,29,100,50)
C0M29Y100K50 
(0%,29%,100%,50%)
(0.00/0.29/1.00/0.50)	

CMYK percentages

%0
%29.13
%100
%50.2

Codes

Color #7F5A00 in popluar color models

7F5A00
RGB127900
HSL43°100.00%24.90%
HSB/HSV43°100.00%49.80%
CMYK0.00%29.13%100.00%
50.20%

Color #7F5A00 in popluar number systems.

HEX7F5A00
Decimal127900
Binary111111110110100
Octal1771320

Shades and tints

Shades of #7F5A00

#7F5A00
(127,90,0)
#745200
(116,82,0)
#694A00
(105,74,0)
#5E4200
(94,66,0)
#533A00
(83,58,0)
#483200
(72,50,0)
#3D2A00
(61,42,0)
#322200
(50,34,0)
#271A00
(39,26,0)
#1C1200
(28,18,0)
#110A00
(17,10,0)
#000000
(0,0,0)

Tints of #7F5A00

#7F5A00
(127,90,0)
#8A6917
(138,105,23)
#95782E
(149,120,46)
#A08745
(160,135,69)
#AB965C
(171,150,92)
#B6A573
(182,165,115)
#C1B48A
(193,180,138)
#CCC3A1
(204,195,161)
#D7D2B8
(215,210,184)
#E2E1CF
(226,225,207)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5A00; }

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

This text font color is #7F5A00.


Background Color

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

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

This div background color is #7F5A00.


Border color

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

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

This div border color is #7F5A00.


Opacity

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

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

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

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

This text has shadow with #7F5A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5A00 on black background.


Color preview on white background

This text has color #7F5A00 on white background.



Black color preview on #7F5A00 background

This text has black color on #7F5A00 background.


White color preview on #7F5A00 background

This text has white color on #7F5A00 background.