COLOR #5FA494

HEX: #5FA494
RGB: (95,164,148)

Color info

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

RGB color model

#5FA494 color RGB value is (95,164,148).

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

RGB channels and saturation

R 95 of 255 = 37%
G 164 of 255 = 64%
B 148 of 255 = 58%

95
164
148

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

Portions of RGB colors in percentages

R + G + B =
95 + 164 + 148 = 407 (100%)
R 95 of 407 ~ 23.34%
G 164 of 407 ~ 40.29%
B 148 of 407 ~ 36.36%

%23.34
%40.29
%36.36

CMYK color model

#5FA494 color CMYK value is (42,0,10,36).

  • cyan value is 42.07%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(42,0,10,36)
C42M0Y10K36 
(42%,0%,10%,36%)
(0.42/0.00/0.10/0.36)	

CMYK percentages

%42.07
%0
%9.76
%35.69

Codes

Color #5FA494 in popluar color models

5FA494
RGB95164148
HSL166°27.49%50.78%
HSB/HSV166°42.07%64.31%
CMYK42.07%0.00%9.76%
35.69%

Color #5FA494 in popluar number systems.

HEX5FA494
Decimal95164148
Binary10111111010010010010100
Octal137244224

Shades and tints

Shades of #5FA494

#5FA494
(95,164,148)
#579687
(87,150,135)
#4F887A
(79,136,122)
#477A6D
(71,122,109)
#3F6C60
(63,108,96)
#375E53
(55,94,83)
#2F5046
(47,80,70)
#274239
(39,66,57)
#1F342C
(31,52,44)
#17261F
(23,38,31)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #5FA494

#5FA494
(95,164,148)
#6DAC9D
(109,172,157)
#7BB4A6
(123,180,166)
#89BCAF
(137,188,175)
#97C4B8
(151,196,184)
#A5CCC1
(165,204,193)
#B3D4CA
(179,212,202)
#C1DCD3
(193,220,211)
#CFE4DC
(207,228,220)
#DDECE5
(221,236,229)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA494; }

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

This text font color is #5FA494.


Background Color

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

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

This div background color is #5FA494.


Border color

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

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

This div border color is #5FA494.


Opacity

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

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

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

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

This text has shadow with #5FA494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA494 on black background.


Color preview on white background

This text has color #5FA494 on white background.



Black color preview on #5FA494 background

This text has black color on #5FA494 background.


White color preview on #5FA494 background

This text has white color on #5FA494 background.