COLOR #5F7D3E

HEX: #5F7D3E
RGB: (95,125,62)

Color info

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

RGB color model

#5F7D3E color RGB value is (95,125,62).

  • red value is 95;
  • green value is 125;
  • blue value is 62.
RGB:
(95,125,62)
(37%,49%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 62 of 255 = 24%

95
125
62

R + G + B ~ 37%. #5F7D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 62 = 282 (100%)
R 95 of 282 ~ 33.69%
G 125 of 282 ~ 44.33%
B 62 of 282 ~ 21.99%

%33.69
%44.33
%21.99

CMYK color model

#5F7D3E color CMYK value is (24,0,50,51).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK:
(24,0,50,51)
C24M0Y50K51 
(24%,0%,50%,51%)
(0.24/0.00/0.50/0.51)	

CMYK percentages

%24
%0
%50.4
%50.98

Codes

Color #5F7D3E in popluar color models

5F7D3E
RGB9512562
HSL89°33.69%36.67%
HSB/HSV89°50.40%49.02%
CMYK24.00%0.00%50.40%
50.98%

Color #5F7D3E in popluar number systems.

HEX5F7D3E
Decimal9512562
Binary10111111111101111110
Octal13717576

Shades and tints

Shades of #5F7D3E

#5F7D3E
(95,125,62)
#577239
(87,114,57)
#4F6734
(79,103,52)
#475C2F
(71,92,47)
#3F512A
(63,81,42)
#374625
(55,70,37)
#2F3B20
(47,59,32)
#27301B
(39,48,27)
#1F2516
(31,37,22)
#171A11
(23,26,17)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F7D3E

#5F7D3E
(95,125,62)
#6D884F
(109,136,79)
#7B9360
(123,147,96)
#899E71
(137,158,113)
#97A982
(151,169,130)
#A5B493
(165,180,147)
#B3BFA4
(179,191,164)
#C1CAB5
(193,202,181)
#CFD5C6
(207,213,198)
#DDE0D7
(221,224,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7D3E color. Also use rgb(95,125,62) instead hex code.

Text Font Color

.myTextColor { color: #5F7D3E; }

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

This text font color is #5F7D3E.


Background Color

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

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

This div background color is #5F7D3E.


Border color

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

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

This div border color is #5F7D3E.


Opacity

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

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

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

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

This text has shadow with #5F7D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7D3E on black background.


Color preview on white background

This text has color #5F7D3E on white background.



Black color preview on #5F7D3E background

This text has black color on #5F7D3E background.


White color preview on #5F7D3E background

This text has white color on #5F7D3E background.