COLOR #5F8318

HEX: #5F8318
RGB: (95,131,24)

Color info

#5F8318 contains mainly red and green colors. Web safe color of #5F8318 is #669900 (or #690).

RGB color model

#5F8318 color RGB value is (95,131,24).

  • red value is 95;
  • green value is 131;
  • blue value is 24.
RGB:
(95,131,24)
(37%,51%,9%)

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 24 of 255 = 9%

95
131
24

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 24 = 250 (100%)
R 95 of 250 ~ 38%
G 131 of 250 ~ 52.4%
B 24 of 250 ~ 9.6%

%38
%52.4
%9.6

CMYK color model

#5F8318 color CMYK value is (27,0,82,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 81.68%
  • key color value is 48.63%
CMYK:
(27,0,82,49)
C27M0Y82K49 
(27%,0%,82%,49%)
(0.27/0.00/0.82/0.49)	

CMYK percentages

%27.48
%0
%81.68
%48.63

Codes

Color #5F8318 in popluar color models

5F8318
RGB9513124
HSL80°69.03%30.39%
HSB/HSV80°81.68%51.37%
CMYK27.48%0.00%81.68%
48.63%

Color #5F8318 in popluar number systems.

HEX5F8318
Decimal9513124
Binary10111111000001111000
Octal13720330

Shades and tints

Shades of #5F8318

#5F8318
(95,131,24)
#577816
(87,120,22)
#4F6D14
(79,109,20)
#476212
(71,98,18)
#3F5710
(63,87,16)
#374C0E
(55,76,14)
#2F410C
(47,65,12)
#27360A
(39,54,10)
#1F2B08
(31,43,8)
#172006
(23,32,6)
#0F1504
(15,21,4)
#000000
(0,0,0)

Tints of #5F8318

#5F8318
(95,131,24)
#6D8E2D
(109,142,45)
#7B9942
(123,153,66)
#89A457
(137,164,87)
#97AF6C
(151,175,108)
#A5BA81
(165,186,129)
#B3C596
(179,197,150)
#C1D0AB
(193,208,171)
#CFDBC0
(207,219,192)
#DDE6D5
(221,230,213)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8318 color. Also use rgb(95,131,24) instead hex code.

Text Font Color

.myTextColor { color: #5F8318; }

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

This text font color is #5F8318.


Background Color

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

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

This div background color is #5F8318.


Border color

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

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

This div border color is #5F8318.


Opacity

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

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

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

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

This text has shadow with #5F8318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8318 on black background.


Color preview on white background

This text has color #5F8318 on white background.



Black color preview on #5F8318 background

This text has black color on #5F8318 background.


White color preview on #5F8318 background

This text has white color on #5F8318 background.