COLOR #5FA295

HEX: #5FA295
RGB: (95,162,149)

Color info

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

RGB color model

#5FA295 color RGB value is (95,162,149).

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

RGB channels and saturation

R 95 of 255 = 37%
G 162 of 255 = 64%
B 149 of 255 = 58%

95
162
149

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

Portions of RGB colors in percentages

R + G + B =
95 + 162 + 149 = 406 (100%)
R 95 of 406 ~ 23.4%
G 162 of 406 ~ 39.9%
B 149 of 406 ~ 36.7%

%23.4
%39.9
%36.7

CMYK color model

#5FA295 color CMYK value is (41,0,8,36).

  • cyan value is 41.36%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(41,0,8,36)
C41M0Y8K36 
(41%,0%,8%,36%)
(0.41/0.00/0.08/0.36)	

CMYK percentages

%41.36
%0
%8.02
%36.47

Codes

Color #5FA295 in popluar color models

5FA295
RGB95162149
HSL168°26.48%50.39%
HSB/HSV168°41.36%63.53%
CMYK41.36%0.00%8.02%
36.47%

Color #5FA295 in popluar number systems.

HEX5FA295
Decimal95162149
Binary10111111010001010010101
Octal137242225

Shades and tints

Shades of #5FA295

#5FA295
(95,162,149)
#579488
(87,148,136)
#4F867B
(79,134,123)
#47786E
(71,120,110)
#3F6A61
(63,106,97)
#375C54
(55,92,84)
#2F4E47
(47,78,71)
#27403A
(39,64,58)
#1F322D
(31,50,45)
#172420
(23,36,32)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #5FA295

#5FA295
(95,162,149)
#6DAA9E
(109,170,158)
#7BB2A7
(123,178,167)
#89BAB0
(137,186,176)
#97C2B9
(151,194,185)
#A5CAC2
(165,202,194)
#B3D2CB
(179,210,203)
#C1DAD4
(193,218,212)
#CFE2DD
(207,226,221)
#DDEAE6
(221,234,230)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA295 color. Also use rgb(95,162,149) instead hex code.

Text Font Color

.myTextColor { color: #5FA295; }

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

This text font color is #5FA295.


Background Color

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

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

This div background color is #5FA295.


Border color

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

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

This div border color is #5FA295.


Opacity

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

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

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

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

This text has shadow with #5FA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA295 on black background.


Color preview on white background

This text has color #5FA295 on white background.



Black color preview on #5FA295 background

This text has black color on #5FA295 background.


White color preview on #5FA295 background

This text has white color on #5FA295 background.