COLOR #5F851B

HEX: #5F851B
RGB: (95,133,27)

Color info

#5F851B contains mainly red and green colors. Web safe color of #5F851B is #669933 (or #693).

RGB color model

#5F851B color RGB value is (95,133,27).

  • red value is 95;
  • green value is 133;
  • blue value is 27.
RGB:
(95,133,27)
(37%,52%,11%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 27 of 255 = 11%

95
133
27

R + G + B ~ 33%. #5F851B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 133 + 27 = 255 (100%)
R 95 of 255 ~ 37.25%
G 133 of 255 ~ 52.16%
B 27 of 255 ~ 10.59%

%37.25
%52.16
%10.59

CMYK color model

#5F851B color CMYK value is (29,0,80,48).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 79.70%
  • key color value is 47.84%
CMYK:
(29,0,80,48)
C29M0Y80K48 
(29%,0%,80%,48%)
(0.29/0.00/0.80/0.48)	

CMYK percentages

%28.57
%0
%79.7
%47.84

Codes

Color #5F851B in popluar color models

5F851B
RGB9513327
HSL82°66.25%31.37%
HSB/HSV82°79.70%52.16%
CMYK28.57%0.00%79.70%
47.84%

Color #5F851B in popluar number systems.

HEX5F851B
Decimal9513327
Binary10111111000010111011
Octal13720533

Shades and tints

Shades of #5F851B

#5F851B
(95,133,27)
#577919
(87,121,25)
#4F6D17
(79,109,23)
#476115
(71,97,21)
#3F5513
(63,85,19)
#374911
(55,73,17)
#2F3D0F
(47,61,15)
#27310D
(39,49,13)
#1F250B
(31,37,11)
#171909
(23,25,9)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #5F851B

#5F851B
(95,133,27)
#6D902F
(109,144,47)
#7B9B43
(123,155,67)
#89A657
(137,166,87)
#97B16B
(151,177,107)
#A5BC7F
(165,188,127)
#B3C793
(179,199,147)
#C1D2A7
(193,210,167)
#CFDDBB
(207,221,187)
#DDE8CF
(221,232,207)
#EBF3E3
(235,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F851B color. Also use rgb(95,133,27) instead hex code.

Text Font Color

.myTextColor { color: #5F851B; }

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

This text font color is #5F851B.


Background Color

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

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

This div background color is #5F851B.


Border color

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

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

This div border color is #5F851B.


Opacity

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

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

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

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

This text has shadow with #5F851B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F851B on black background.


Color preview on white background

This text has color #5F851B on white background.



Black color preview on #5F851B background

This text has black color on #5F851B background.


White color preview on #5F851B background

This text has white color on #5F851B background.