COLOR #5FA354

HEX: #5FA354
RGB: (95,163,84)

Color info

#5FA354 contains mainly green color. Web safe color of #5FA354 is #669966 (or #696).

RGB color model

#5FA354 color RGB value is (95,163,84).

  • red value is 95;
  • green value is 163;
  • blue value is 84.
RGB:
(95,163,84)
(37%,64%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 163 of 255 = 64%
B 84 of 255 = 33%

95
163
84

R + G + B ~ 45%. #5FA354 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 163 + 84 = 342 (100%)
R 95 of 342 ~ 27.78%
G 163 of 342 ~ 47.66%
B 84 of 342 ~ 24.56%

%27.78
%47.66
%24.56

CMYK color model

#5FA354 color CMYK value is (42,0,48,36).

  • cyan value is 41.72%
  • magenta value is 0.00%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(42,0,48,36)
C42M0Y48K36 
(42%,0%,48%,36%)
(0.42/0.00/0.48/0.36)	

CMYK percentages

%41.72
%0
%48.47
%36.08

Codes

Color #5FA354 in popluar color models

5FA354
RGB9516384
HSL112°31.98%48.43%
HSB/HSV112°48.47%63.92%
CMYK41.72%0.00%48.47%
36.08%

Color #5FA354 in popluar number systems.

HEX5FA354
Decimal9516384
Binary1011111101000111010100
Octal137243124

Shades and tints

Shades of #5FA354

#5FA354
(95,163,84)
#57954D
(87,149,77)
#4F8746
(79,135,70)
#47793F
(71,121,63)
#3F6B38
(63,107,56)
#375D31
(55,93,49)
#2F4F2A
(47,79,42)
#274123
(39,65,35)
#1F331C
(31,51,28)
#172515
(23,37,21)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #5FA354

#5FA354
(95,163,84)
#6DAB63
(109,171,99)
#7BB372
(123,179,114)
#89BB81
(137,187,129)
#97C390
(151,195,144)
#A5CB9F
(165,203,159)
#B3D3AE
(179,211,174)
#C1DBBD
(193,219,189)
#CFE3CC
(207,227,204)
#DDEBDB
(221,235,219)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA354 color. Also use rgb(95,163,84) instead hex code.

Text Font Color

.myTextColor { color: #5FA354; }

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

This text font color is #5FA354.


Background Color

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

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

This div background color is #5FA354.


Border color

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

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

This div border color is #5FA354.


Opacity

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

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

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

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

This text has shadow with #5FA354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA354 on black background.


Color preview on white background

This text has color #5FA354 on white background.



Black color preview on #5FA354 background

This text has black color on #5FA354 background.


White color preview on #5FA354 background

This text has white color on #5FA354 background.