COLOR #5F7801

HEX: #5F7801
RGB: (95,120,1)

Color info

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

RGB color model

#5F7801 color RGB value is (95,120,1).

  • red value is 95;
  • green value is 120;
  • blue value is 1.
RGB:
(95,120,1)
(37%,47%,0%)

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 1 of 255 = 0%

95
120
1

R + G + B ~ 28%. #5F7801 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 1 = 216 (100%)
R 95 of 216 ~ 43.98%
G 120 of 216 ~ 55.56%
B 1 of 216 ~ 0.46%

%43.98
%55.56

CMYK color model

#5F7801 color CMYK value is (21,0,99,53).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 99.17%
  • key color value is 52.94%
CMYK:
(21,0,99,53)
C21M0Y99K53 
(21%,0%,99%,53%)
(0.21/0.00/0.99/0.53)	

CMYK percentages

%20.83
%0
%99.17
%52.94

Codes

Color #5F7801 in popluar color models

5F7801
RGB951201
HSL73°98.35%23.73%
HSB/HSV73°99.17%47.06%
CMYK20.83%0.00%99.17%
52.94%

Color #5F7801 in popluar number systems.

HEX5F7801
Decimal951201
Binary101111111110001
Octal1371701

Shades and tints

Shades of #5F7801

#5F7801
(95,120,1)
#576E01
(87,110,1)
#4F6401
(79,100,1)
#475A01
(71,90,1)
#3F5001
(63,80,1)
#374601
(55,70,1)
#2F3C01
(47,60,1)
#273201
(39,50,1)
#1F2801
(31,40,1)
#171E01
(23,30,1)
#0F1401
(15,20,1)
#000000
(0,0,0)

Tints of #5F7801

#5F7801
(95,120,1)
#6D8418
(109,132,24)
#7B902F
(123,144,47)
#899C46
(137,156,70)
#97A85D
(151,168,93)
#A5B474
(165,180,116)
#B3C08B
(179,192,139)
#C1CCA2
(193,204,162)
#CFD8B9
(207,216,185)
#DDE4D0
(221,228,208)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7801 color. Also use rgb(95,120,1) instead hex code.

Text Font Color

.myTextColor { color: #5F7801; }

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

This text font color is #5F7801.


Background Color

.myBgColor { background-color: #5F7801; }

<div style="background-color:#5F7801">Inner text</div>

This div background color is #5F7801.


Border color

.myBorderColor { border: 1px solid #5F7801; }

<div style="border:3px solid #5F7801">Div</div>

This div border color is #5F7801.


Opacity

.myOpacity80 { color: #5F7801; opacity: 0.8; }

<p style="color:#5F7801;opacity:0.8;">80%</p>

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

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

This text has shadow with #5F7801 color.

.textShadow {text-shadow: 3px 3px 1px #5F7801, 3px 3px 1px red;}

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

This text has shadow with #5F7801 primary color and red secondary color.


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

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

This text has shadow with #5F7801 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7801 on black background.


Color preview on white background

This text has color #5F7801 on white background.



Black color preview on #5F7801 background

This text has black color on #5F7801 background.


White color preview on #5F7801 background

This text has white color on #5F7801 background.