COLOR #5F8A95

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

Color info

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

RGB color model

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

RGB: (95,138,149) (37%, 54%, 58%)

RGB channels and saturation

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

95
138
149

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

Portions of RGB colors in percentages

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

%24.87
%36.13
%39.01

CMYK color model

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

  • cyan value is 36.24%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (36,7,0,42)
C36M7Y0K42 (36%, 7%, 0%, 42%)
(0.36 / 0.07 / 0.00 / 0.42)

CMYK percentages

%36.24
%7.38
%0
%41.57

Codes

Color #5F8A95 in popluar color models

5F 8A 95
RGB 95 138 149
HSL 192° 22.13% 47.84%
HSB/HSV 192° 36.24% 58.43%
CMYK 36.24% 7.38% 0.00%
41.57%

Color #5F8A95 in popluar number systems.

HEX 5F 8A 95
Decimal 95 138 149
Binary 1011111 10001010 10010101
Octal 137 212 225

Shades and tints

Shades of #5F8A95

#5F8A95
(95,138,149)
#577E88
(87,126,136)
#4F727B
(79,114,123)
#47666E
(71,102,110)
#3F5A61
(63,90,97)
#374E54
(55,78,84)
#2F4247
(47,66,71)
#27363A
(39,54,58)
#1F2A2D
(31,42,45)
#171E20
(23,30,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #5F8A95

#5F8A95
(95,138,149)
#6D949E
(109,148,158)
#7B9EA7
(123,158,167)
#89A8B0
(137,168,176)
#97B2B9
(151,178,185)
#A5BCC2
(165,188,194)
#B3C6CB
(179,198,203)
#C1D0D4
(193,208,212)
#CFDADD
(207,218,221)
#DDE4E6
(221,228,230)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8A95; }

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

This text font color is #5F8A95.

Background Color

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

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

This div background color is #5F8A95.

Border color

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

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

This div border color is #5F8A95.

Opacity

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

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

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

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

This text has shadow with #5F8A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8A95.

Preview

Color preview on black background

This text has color #5F8A95 on black background.


Color preview on white background

This text has color #5F8A95 on white background.


Black color preview on #5F8A95 background

This text has black color on #5F8A95 background.


White color preview on #5F8A95 background

This text has white color on #5F8A95 background.


Related colors

Complementary color

Complementary color for #hex is #A0756A.


I love getcolorcode.com

Triadic colors

1 #955F8A and #8A955F with #5F8A95 are triadic colors.

2 #958A5F and #8A5F95 with #5F8A95 are triadic colors.