COLOR #5FA390

HEX: #5FA390
RGB: (95,163,144)

Color info

#5FA390 contains mainly green and blue colors. Web safe color of #5FA390 is #669999 (or #699).

RGB color model

#5FA390 color RGB value is (95,163,144).

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

RGB channels and saturation

R 95 of 255 = 37%
G 163 of 255 = 64%
B 144 of 255 = 56%

95
163
144

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

Portions of RGB colors in percentages

R + G + B =
95 + 163 + 144 = 402 (100%)
R 95 of 402 ~ 23.63%
G 163 of 402 ~ 40.55%
B 144 of 402 ~ 35.82%

%23.63
%40.55
%35.82

CMYK color model

#5FA390 color CMYK value is (42,0,12,36).

  • cyan value is 41.72%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(42,0,12,36)
C42M0Y12K36 
(42%,0%,12%,36%)
(0.42/0.00/0.12/0.36)	

CMYK percentages

%41.72
%0
%11.66
%36.08

Codes

Color #5FA390 in popluar color models

5FA390
RGB95163144
HSL163°26.98%50.59%
HSB/HSV163°41.72%63.92%
CMYK41.72%0.00%11.66%
36.08%

Color #5FA390 in popluar number systems.

HEX5FA390
Decimal95163144
Binary10111111010001110010000
Octal137243220

Shades and tints

Shades of #5FA390

#5FA390
(95,163,144)
#579583
(87,149,131)
#4F8776
(79,135,118)
#477969
(71,121,105)
#3F6B5C
(63,107,92)
#375D4F
(55,93,79)
#2F4F42
(47,79,66)
#274135
(39,65,53)
#1F3328
(31,51,40)
#17251B
(23,37,27)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #5FA390

#5FA390
(95,163,144)
#6DAB9A
(109,171,154)
#7BB3A4
(123,179,164)
#89BBAE
(137,187,174)
#97C3B8
(151,195,184)
#A5CBC2
(165,203,194)
#B3D3CC
(179,211,204)
#C1DBD6
(193,219,214)
#CFE3E0
(207,227,224)
#DDEBEA
(221,235,234)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA390; }

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

This text font color is #5FA390.


Background Color

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

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

This div background color is #5FA390.


Border color

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

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

This div border color is #5FA390.


Opacity

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

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

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

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

This text has shadow with #5FA390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA390 on black background.


Color preview on white background

This text has color #5FA390 on white background.



Black color preview on #5FA390 background

This text has black color on #5FA390 background.


White color preview on #5FA390 background

This text has white color on #5FA390 background.