COLOR #5F853F

HEX: #5F853F
RGB: (95,133,63)

Color info

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

RGB color model

#5F853F color RGB value is (95,133,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 63 of 255 = 25%

95
133
63

R + G + B ~ 38%. #5F853F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 133 + 63 = 291 (100%)
R 95 of 291 ~ 32.65%
G 133 of 291 ~ 45.7%
B 63 of 291 ~ 21.65%

%32.65
%45.7
%21.65

CMYK color model

#5F853F color CMYK value is (29,0,53,48).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 47.84%
CMYK:
(29,0,53,48)
C29M0Y53K48 
(29%,0%,53%,48%)
(0.29/0.00/0.53/0.48)	

CMYK percentages

%28.57
%0
%52.63
%47.84

Codes

Color #5F853F in popluar color models

5F853F
RGB9513363
HSL93°35.71%38.43%
HSB/HSV93°52.63%52.16%
CMYK28.57%0.00%52.63%
47.84%

Color #5F853F in popluar number systems.

HEX5F853F
Decimal9513363
Binary101111110000101111111
Octal13720577

Shades and tints

Shades of #5F853F

#5F853F
(95,133,63)
#57793A
(87,121,58)
#4F6D35
(79,109,53)
#476130
(71,97,48)
#3F552B
(63,85,43)
#374926
(55,73,38)
#2F3D21
(47,61,33)
#27311C
(39,49,28)
#1F2517
(31,37,23)
#171912
(23,25,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #5F853F

#5F853F
(95,133,63)
#6D9050
(109,144,80)
#7B9B61
(123,155,97)
#89A672
(137,166,114)
#97B183
(151,177,131)
#A5BC94
(165,188,148)
#B3C7A5
(179,199,165)
#C1D2B6
(193,210,182)
#CFDDC7
(207,221,199)
#DDE8D8
(221,232,216)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F853F; }

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

This text font color is #5F853F.


Background Color

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

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

This div background color is #5F853F.


Border color

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

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

This div border color is #5F853F.


Opacity

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

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

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

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

This text has shadow with #5F853F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F853F on black background.


Color preview on white background

This text has color #5F853F on white background.



Black color preview on #5F853F background

This text has black color on #5F853F background.


White color preview on #5F853F background

This text has white color on #5F853F background.