COLOR #5F7F17

HEX: #5F7F17 RGB: (95,127,23)

Color info

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

RGB color model

#5F7F17 color RGB value is (95,127,23).

RGB: (95,127,23) (37%, 50%, 9%)

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 23 of 255 = 9%

95
127
23

R + G + B ~ 32%. #5F7F17 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 127 + 23 = 245 (100%)
R 95 of 245 ~ 38.78%
G 127 of 245 ~ 51.84%
B 23 of 245 ~ 9.39'%

%38.78
%51.84

CMYK color model

#5F7F17 color CMYK value is (25,0,82,50).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 81.89%
  • key color value is 50.20%

CMYK: (25,0,82,50)
C25M0Y82K50 (25%, 0%, 82%, 50%)
(0.25 / 0.00 / 0.82 / 0.50)

CMYK percentages

%25.2
%0
%81.89
%50.2

Codes

Color #5F7F17 in popluar color models

5F 7F 17
RGB 95 127 23
HSL 78° 69.33% 29.41%
HSB/HSV 78° 81.89% 49.80%
CMYK 25.20% 0.00% 81.89%
50.20%

Color #5F7F17 in popluar number systems.

HEX 5F 7F 17
Decimal 95 127 23
Binary 1011111 1111111 10111
Octal 137 177 27

Shades and tints

Shades of #5F7F17

#5F7F17
(95,127,23)
#577415
(87,116,21)
#4F6913
(79,105,19)
#475E11
(71,94,17)
#3F530F
(63,83,15)
#37480D
(55,72,13)
#2F3D0B
(47,61,11)
#273209
(39,50,9)
#1F2707
(31,39,7)
#171C05
(23,28,5)
#0F1103
(15,17,3)
#000000
(0,0,0)

Tints of #5F7F17

#5F7F17
(95,127,23)
#6D8A2C
(109,138,44)
#7B9541
(123,149,65)
#89A056
(137,160,86)
#97AB6B
(151,171,107)
#A5B680
(165,182,128)
#B3C195
(179,193,149)
#C1CCAA
(193,204,170)
#CFD7BF
(207,215,191)
#DDE2D4
(221,226,212)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7F17 color. Also use rgb(95,127,23) instead hex code.

Text Font Color

.myTextColor { color: #5F7F17; }

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

This text font color is #5F7F17.

Background Color

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

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

This div background color is #5F7F17.

Border color

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

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

This div border color is #5F7F17.

Opacity

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

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

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

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

This text has shadow with #5F7F17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7F17.

Preview

Color preview on black background

This text has color #5F7F17 on black background.


Color preview on white background

This text has color #5F7F17 on white background.


Black color preview on #5F7F17 background

This text has black color on #5F7F17 background.


White color preview on #5F7F17 background

This text has white color on #5F7F17 background.


Related colors

Complementary color

Complementary color for #hex is #A080E8.


I love getcolorcode.com

Triadic colors

1 #175F7F and #7F175F with #5F7F17 are triadic colors.

2 #177F5F and #7F5F17 with #5F7F17 are triadic colors.