COLOR #5F8794

HEX: #5F8794
RGB: (95,135,148)

Color info

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

RGB color model

#5F8794 color RGB value is (95,135,148).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 148 of 255 = 58%

95
135
148

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 148 = 378 (100%)
R 95 of 378 ~ 25.13%
G 135 of 378 ~ 35.71%
B 148 of 378 ~ 39.15%

%25.13
%35.71
%39.15

CMYK color model

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

  • cyan value is 35.81%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(36,9,0,42)
C36M9Y0K42 
(36%,9%,0%,42%)
(0.36/0.09/0.00/0.42)	

CMYK percentages

%35.81
%8.78
%0
%41.96

Codes

Color #5F8794 in popluar color models

5F8794
RGB95135148
HSL195°21.81%47.65%
HSB/HSV195°35.81%58.04%
CMYK35.81%8.78%0.00%
41.96%

Color #5F8794 in popluar number systems.

HEX5F8794
Decimal95135148
Binary10111111000011110010100
Octal137207224

Shades and tints

Shades of #5F8794

#5F8794
(95,135,148)
#577B87
(87,123,135)
#4F6F7A
(79,111,122)
#47636D
(71,99,109)
#3F5760
(63,87,96)
#374B53
(55,75,83)
#2F3F46
(47,63,70)
#273339
(39,51,57)
#1F272C
(31,39,44)
#171B1F
(23,27,31)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #5F8794

#5F8794
(95,135,148)
#6D919D
(109,145,157)
#7B9BA6
(123,155,166)
#89A5AF
(137,165,175)
#97AFB8
(151,175,184)
#A5B9C1
(165,185,193)
#B3C3CA
(179,195,202)
#C1CDD3
(193,205,211)
#CFD7DC
(207,215,220)
#DDE1E5
(221,225,229)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8794; }

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

This text font color is #5F8794.


Background Color

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

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

This div background color is #5F8794.


Border color

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

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

This div border color is #5F8794.


Opacity

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

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

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

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

This text has shadow with #5F8794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8794 on black background.


Color preview on white background

This text has color #5F8794 on white background.



Black color preview on #5F8794 background

This text has black color on #5F8794 background.


White color preview on #5F8794 background

This text has white color on #5F8794 background.