COLOR #5FA448

HEX: #5FA448
RGB: (95,164,72)

Color info

#5FA448 contains mainly green color. Web safe color of #5FA448 is #669933 (or #693).

RGB color model

#5FA448 color RGB value is (95,164,72).

  • red value is 95;
  • green value is 164;
  • blue value is 72.
RGB:
(95,164,72)
(37%,64%,28%)

RGB channels and saturation

R 95 of 255 = 37%
G 164 of 255 = 64%
B 72 of 255 = 28%

95
164
72

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

Portions of RGB colors in percentages

R + G + B =
95 + 164 + 72 = 331 (100%)
R 95 of 331 ~ 28.7%
G 164 of 331 ~ 49.55%
B 72 of 331 ~ 21.75%

%28.7
%49.55
%21.75

CMYK color model

#5FA448 color CMYK value is (42,0,56,36).

  • cyan value is 42.07%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(42,0,56,36)
C42M0Y56K36 
(42%,0%,56%,36%)
(0.42/0.00/0.56/0.36)	

CMYK percentages

%42.07
%0
%56.1
%35.69

Codes

Color #5FA448 in popluar color models

5FA448
RGB9516472
HSL105°38.98%46.27%
HSB/HSV105°56.10%64.31%
CMYK42.07%0.00%56.10%
35.69%

Color #5FA448 in popluar number systems.

HEX5FA448
Decimal9516472
Binary1011111101001001001000
Octal137244110

Shades and tints

Shades of #5FA448

#5FA448
(95,164,72)
#579642
(87,150,66)
#4F883C
(79,136,60)
#477A36
(71,122,54)
#3F6C30
(63,108,48)
#375E2A
(55,94,42)
#2F5024
(47,80,36)
#27421E
(39,66,30)
#1F3418
(31,52,24)
#172612
(23,38,18)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #5FA448

#5FA448
(95,164,72)
#6DAC58
(109,172,88)
#7BB468
(123,180,104)
#89BC78
(137,188,120)
#97C488
(151,196,136)
#A5CC98
(165,204,152)
#B3D4A8
(179,212,168)
#C1DCB8
(193,220,184)
#CFE4C8
(207,228,200)
#DDECD8
(221,236,216)
#EBF4E8
(235,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA448 color. Also use rgb(95,164,72) instead hex code.

Text Font Color

.myTextColor { color: #5FA448; }

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

This text font color is #5FA448.


Background Color

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

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

This div background color is #5FA448.


Border color

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

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

This div border color is #5FA448.


Opacity

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

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

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

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

This text has shadow with #5FA448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA448 on black background.


Color preview on white background

This text has color #5FA448 on white background.



Black color preview on #5FA448 background

This text has black color on #5FA448 background.


White color preview on #5FA448 background

This text has white color on #5FA448 background.