COLOR #7F5A01

HEX: #7F5A01
RGB: (127,90,1)

Color info

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

RGB color model

#7F5A01 color RGB value is (127,90,1).

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

RGB channels and saturation

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

127
90
1

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

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 1 = 218 (100%)
R 127 of 218 ~ 58.26%
G 90 of 218 ~ 41.28%
B 1 of 218 ~ 0.46%

%58.26
%41.28

CMYK color model

#7F5A01 color CMYK value is (0,29,99,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 99.21%
  • key color value is 50.20%
CMYK:
(0,29,99,50)
C0M29Y99K50 
(0%,29%,99%,50%)
(0.00/0.29/0.99/0.50)	

CMYK percentages

%0
%29.13
%99.21
%50.2

Codes

Color #7F5A01 in popluar color models

7F5A01
RGB127901
HSL42°98.44%25.10%
HSB/HSV42°99.21%49.80%
CMYK0.00%29.13%99.21%
50.20%

Color #7F5A01 in popluar number systems.

HEX7F5A01
Decimal127901
Binary111111110110101
Octal1771321

Shades and tints

Shades of #7F5A01

#7F5A01
(127,90,1)
#745201
(116,82,1)
#694A01
(105,74,1)
#5E4201
(94,66,1)
#533A01
(83,58,1)
#483201
(72,50,1)
#3D2A01
(61,42,1)
#322201
(50,34,1)
#271A01
(39,26,1)
#1C1201
(28,18,1)
#110A01
(17,10,1)
#000000
(0,0,0)

Tints of #7F5A01

#7F5A01
(127,90,1)
#8A6918
(138,105,24)
#95782F
(149,120,47)
#A08746
(160,135,70)
#AB965D
(171,150,93)
#B6A574
(182,165,116)
#C1B48B
(193,180,139)
#CCC3A2
(204,195,162)
#D7D2B9
(215,210,185)
#E2E1D0
(226,225,208)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5A01; }

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

This text font color is #7F5A01.


Background Color

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

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

This div background color is #7F5A01.


Border color

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

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

This div border color is #7F5A01.


Opacity

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

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

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

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

This text has shadow with #7F5A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5A01 on black background.


Color preview on white background

This text has color #7F5A01 on white background.



Black color preview on #7F5A01 background

This text has black color on #7F5A01 background.


White color preview on #7F5A01 background

This text has white color on #7F5A01 background.