COLOR #5F782E

HEX: #5F782E
RGB: (95,120,46)

Color info

#5F782E contains mainly red and green colors. Web safe color of #5F782E is #666633 (or #663).

RGB color model

#5F782E color RGB value is (95,120,46).

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

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 46 of 255 = 18%

95
120
46

R + G + B ~ 34%. #5F782E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 46 = 261 (100%)
R 95 of 261 ~ 36.4%
G 120 of 261 ~ 45.98%
B 46 of 261 ~ 17.62%

%36.4
%45.98
%17.62

CMYK color model

#5F782E color CMYK value is (21,0,62,53).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 52.94%
CMYK:
(21,0,62,53)
C21M0Y62K53 
(21%,0%,62%,53%)
(0.21/0.00/0.62/0.53)	

CMYK percentages

%20.83
%0
%61.67
%52.94

Codes

Color #5F782E in popluar color models

5F782E
RGB9512046
HSL80°44.58%32.55%
HSB/HSV80°61.67%47.06%
CMYK20.83%0.00%61.67%
52.94%

Color #5F782E in popluar number systems.

HEX5F782E
Decimal9512046
Binary10111111111000101110
Octal13717056

Shades and tints

Shades of #5F782E

#5F782E
(95,120,46)
#576E2A
(87,110,42)
#4F6426
(79,100,38)
#475A22
(71,90,34)
#3F501E
(63,80,30)
#37461A
(55,70,26)
#2F3C16
(47,60,22)
#273212
(39,50,18)
#1F280E
(31,40,14)
#171E0A
(23,30,10)
#0F1406
(15,20,6)
#000000
(0,0,0)

Tints of #5F782E

#5F782E
(95,120,46)
#6D8441
(109,132,65)
#7B9054
(123,144,84)
#899C67
(137,156,103)
#97A87A
(151,168,122)
#A5B48D
(165,180,141)
#B3C0A0
(179,192,160)
#C1CCB3
(193,204,179)
#CFD8C6
(207,216,198)
#DDE4D9
(221,228,217)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F782E; }

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

This text font color is #5F782E.


Background Color

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

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

This div background color is #5F782E.


Border color

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

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

This div border color is #5F782E.


Opacity

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

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

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

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

This text has shadow with #5F782E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F782E on black background.


Color preview on white background

This text has color #5F782E on white background.



Black color preview on #5F782E background

This text has black color on #5F782E background.


White color preview on #5F782E background

This text has white color on #5F782E background.