COLOR #5F8A35

HEX: #5F8A35
RGB: (95,138,53)

Color info

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

RGB color model

#5F8A35 color RGB value is (95,138,53).

  • red value is 95;
  • green value is 138;
  • blue value is 53.
RGB:
(95,138,53)
(37%,54%,21%)

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 53 of 255 = 21%

95
138
53

R + G + B ~ 37%. #5F8A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 138 + 53 = 286 (100%)
R 95 of 286 ~ 33.22%
G 138 of 286 ~ 48.25%
B 53 of 286 ~ 18.53%

%33.22
%48.25
%18.53

CMYK color model

#5F8A35 color CMYK value is (31,0,62,46).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 61.59%
  • key color value is 45.88%
CMYK:
(31,0,62,46)
C31M0Y62K46 
(31%,0%,62%,46%)
(0.31/0.00/0.62/0.46)	

CMYK percentages

%31.16
%0
%61.59
%45.88

Codes

Color #5F8A35 in popluar color models

5F8A35
RGB9513853
HSL90°44.50%37.45%
HSB/HSV90°61.59%54.12%
CMYK31.16%0.00%61.59%
45.88%

Color #5F8A35 in popluar number systems.

HEX5F8A35
Decimal9513853
Binary101111110001010110101
Octal13721265

Shades and tints

Shades of #5F8A35

#5F8A35
(95,138,53)
#577E31
(87,126,49)
#4F722D
(79,114,45)
#476629
(71,102,41)
#3F5A25
(63,90,37)
#374E21
(55,78,33)
#2F421D
(47,66,29)
#273619
(39,54,25)
#1F2A15
(31,42,21)
#171E11
(23,30,17)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #5F8A35

#5F8A35
(95,138,53)
#6D9447
(109,148,71)
#7B9E59
(123,158,89)
#89A86B
(137,168,107)
#97B27D
(151,178,125)
#A5BC8F
(165,188,143)
#B3C6A1
(179,198,161)
#C1D0B3
(193,208,179)
#CFDAC5
(207,218,197)
#DDE4D7
(221,228,215)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8A35 color. Also use rgb(95,138,53) instead hex code.

Text Font Color

.myTextColor { color: #5F8A35; }

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

This text font color is #5F8A35.


Background Color

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

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

This div background color is #5F8A35.


Border color

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

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

This div border color is #5F8A35.


Opacity

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

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

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

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

This text has shadow with #5F8A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8A35 on black background.


Color preview on white background

This text has color #5F8A35 on white background.



Black color preview on #5F8A35 background

This text has black color on #5F8A35 background.


White color preview on #5F8A35 background

This text has white color on #5F8A35 background.