COLOR #5F958A

HEX: #5F958A
RGB: (95,149,138)

Color info

#5F958A contains red, green and blue colors in about the same proportion. Web safe color of #5F958A is #669999 (or #699).

RGB color model

#5F958A color RGB value is (95,149,138).

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

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 138 of 255 = 54%

95
149
138

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 138 = 382 (100%)
R 95 of 382 ~ 24.87%
G 149 of 382 ~ 39.01%
B 138 of 382 ~ 36.13%

%24.87
%39.01
%36.13

CMYK color model

#5F958A color CMYK value is (36,0,7,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(36,0,7,42)
C36M0Y7K42 
(36%,0%,7%,42%)
(0.36/0.00/0.07/0.42)	

CMYK percentages

%36.24
%0
%7.38
%41.57

Codes

Color #5F958A in popluar color models

5F958A
RGB95149138
HSL168°22.13%47.84%
HSB/HSV168°36.24%58.43%
CMYK36.24%0.00%7.38%
41.57%

Color #5F958A in popluar number systems.

HEX5F958A
Decimal95149138
Binary10111111001010110001010
Octal137225212

Shades and tints

Shades of #5F958A

#5F958A
(95,149,138)
#57887E
(87,136,126)
#4F7B72
(79,123,114)
#476E66
(71,110,102)
#3F615A
(63,97,90)
#37544E
(55,84,78)
#2F4742
(47,71,66)
#273A36
(39,58,54)
#1F2D2A
(31,45,42)
#17201E
(23,32,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #5F958A

#5F958A
(95,149,138)
#6D9E94
(109,158,148)
#7BA79E
(123,167,158)
#89B0A8
(137,176,168)
#97B9B2
(151,185,178)
#A5C2BC
(165,194,188)
#B3CBC6
(179,203,198)
#C1D4D0
(193,212,208)
#CFDDDA
(207,221,218)
#DDE6E4
(221,230,228)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F958A; }

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

This text font color is #5F958A.


Background Color

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

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

This div background color is #5F958A.


Border color

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

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

This div border color is #5F958A.


Opacity

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

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

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

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

This text has shadow with #5F958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F958A on black background.


Color preview on white background

This text has color #5F958A on white background.



Black color preview on #5F958A background

This text has black color on #5F958A background.


White color preview on #5F958A background

This text has white color on #5F958A background.