COLOR #5F840D

HEX: #5F840D
RGB: (95,132,13)

Color info

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

RGB color model

#5F840D color RGB value is (95,132,13).

  • red value is 95;
  • green value is 132;
  • blue value is 13.
RGB:
(95,132,13)
(37%,52%,5%)

RGB channels and saturation

R 95 of 255 = 37%
G 132 of 255 = 52%
B 13 of 255 = 5%

95
132
13

R + G + B ~ 31%. #5F840D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 132 + 13 = 240 (100%)
R 95 of 240 ~ 39.58%
G 132 of 240 ~ 55%
B 13 of 240 ~ 5.42%

%39.58
%55

CMYK color model

#5F840D color CMYK value is (28,0,90,48).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 90.15%
  • key color value is 48.24%
CMYK:
(28,0,90,48)
C28M0Y90K48 
(28%,0%,90%,48%)
(0.28/0.00/0.90/0.48)	

CMYK percentages

%28.03
%0
%90.15
%48.24

Codes

Color #5F840D in popluar color models

5F840D
RGB9513213
HSL79°82.07%28.43%
HSB/HSV79°90.15%51.76%
CMYK28.03%0.00%90.15%
48.24%

Color #5F840D in popluar number systems.

HEX5F840D
Decimal9513213
Binary1011111100001001101
Octal13720415

Shades and tints

Shades of #5F840D

#5F840D
(95,132,13)
#57780C
(87,120,12)
#4F6C0B
(79,108,11)
#47600A
(71,96,10)
#3F5409
(63,84,9)
#374808
(55,72,8)
#2F3C07
(47,60,7)
#273006
(39,48,6)
#1F2405
(31,36,5)
#171804
(23,24,4)
#0F0C03
(15,12,3)
#000000
(0,0,0)

Tints of #5F840D

#5F840D
(95,132,13)
#6D8F23
(109,143,35)
#7B9A39
(123,154,57)
#89A54F
(137,165,79)
#97B065
(151,176,101)
#A5BB7B
(165,187,123)
#B3C691
(179,198,145)
#C1D1A7
(193,209,167)
#CFDCBD
(207,220,189)
#DDE7D3
(221,231,211)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F840D color. Also use rgb(95,132,13) instead hex code.

Text Font Color

.myTextColor { color: #5F840D; }

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

This text font color is #5F840D.


Background Color

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

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

This div background color is #5F840D.


Border color

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

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

This div border color is #5F840D.


Opacity

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

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

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

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

This text has shadow with #5F840D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F840D on black background.


Color preview on white background

This text has color #5F840D on white background.



Black color preview on #5F840D background

This text has black color on #5F840D background.


White color preview on #5F840D background

This text has white color on #5F840D background.