COLOR #5F8C94

HEX: #5F8C94 RGB: (95,140,148)

Color info

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

RGB color model

#5F8C94 color RGB value is (95,140,148).

RGB: (95,140,148) (37%, 55%, 58%)

RGB channels and saturation

R 95 of 255 = 37%
G 140 of 255 = 55%
B 148 of 255 = 58%

95
140
148

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

Portions of RGB colors in percentages

R + G + B = 95 + 140 + 148 = 383 (100%)
R 95 of 383 ~ 24.8%
G 140 of 383 ~ 36.55%
B 148 of 383 ~ 38.64'%

%24.8
%36.55
%38.64

CMYK color model

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

  • cyan value is 35.81%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (36,5,0,42)
C36M5Y0K42 (36%, 5%, 0%, 42%)
(0.36 / 0.05 / 0.00 / 0.42)

CMYK percentages

%35.81
%5.41
%0
%41.96

Codes

Color #5F8C94 in popluar color models

5F 8C 94
RGB 95 140 148
HSL 189° 21.81% 47.65%
HSB/HSV 189° 35.81% 58.04%
CMYK 35.81% 5.41% 0.00%
41.96%

Color #5F8C94 in popluar number systems.

HEX 5F 8C 94
Decimal 95 140 148
Binary 1011111 10001100 10010100
Octal 137 214 224

Shades and tints

Shades of #5F8C94

#5F8C94
(95,140,148)
#578087
(87,128,135)
#4F747A
(79,116,122)
#47686D
(71,104,109)
#3F5C60
(63,92,96)
#375053
(55,80,83)
#2F4446
(47,68,70)
#273839
(39,56,57)
#1F2C2C
(31,44,44)
#17201F
(23,32,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #5F8C94

#5F8C94
(95,140,148)
#6D969D
(109,150,157)
#7BA0A6
(123,160,166)
#89AAAF
(137,170,175)
#97B4B8
(151,180,184)
#A5BEC1
(165,190,193)
#B3C8CA
(179,200,202)
#C1D2D3
(193,210,211)
#CFDCDC
(207,220,220)
#DDE6E5
(221,230,229)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8C94; }

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

This text font color is #5F8C94.

Background Color

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

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

This div background color is #5F8C94.

Border color

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

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

This div border color is #5F8C94.

Opacity

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

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

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

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

This text has shadow with #5F8C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8C94.

Preview

Color preview on black background

This text has color #5F8C94 on black background.


Color preview on white background

This text has color #5F8C94 on white background.


Black color preview on #5F8C94 background

This text has black color on #5F8C94 background.


White color preview on #5F8C94 background

This text has white color on #5F8C94 background.


Related colors

Complementary color

Complementary color for #hex is #A0736B.


I love getcolorcode.com

Triadic colors

1 #945F8C and #8C945F with #5F8C94 are triadic colors.

2 #948C5F and #8C5F94 with #5F8C94 are triadic colors.