COLOR #5F8790

HEX: #5F8790
RGB: (95,135,144)

Color info

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

RGB color model

#5F8790 color RGB value is (95,135,144).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 144 of 255 = 56%

95
135
144

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 144 = 374 (100%)
R 95 of 374 ~ 25.4%
G 135 of 374 ~ 36.1%
B 144 of 374 ~ 38.5%

%25.4
%36.1
%38.5

CMYK color model

#5F8790 color CMYK value is (34,6,0,44).

  • cyan value is 34.03%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(34,6,0,44)
C34M6Y0K44 
(34%,6%,0%,44%)
(0.34/0.06/0.00/0.44)	

CMYK percentages

%34.03
%6.25
%0
%43.53

Codes

Color #5F8790 in popluar color models

5F8790
RGB95135144
HSL191°20.50%46.86%
HSB/HSV191°34.03%56.47%
CMYK34.03%6.25%0.00%
43.53%

Color #5F8790 in popluar number systems.

HEX5F8790
Decimal95135144
Binary10111111000011110010000
Octal137207220

Shades and tints

Shades of #5F8790

#5F8790
(95,135,144)
#577B83
(87,123,131)
#4F6F76
(79,111,118)
#476369
(71,99,105)
#3F575C
(63,87,92)
#374B4F
(55,75,79)
#2F3F42
(47,63,66)
#273335
(39,51,53)
#1F2728
(31,39,40)
#171B1B
(23,27,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F8790

#5F8790
(95,135,144)
#6D919A
(109,145,154)
#7B9BA4
(123,155,164)
#89A5AE
(137,165,174)
#97AFB8
(151,175,184)
#A5B9C2
(165,185,194)
#B3C3CC
(179,195,204)
#C1CDD6
(193,205,214)
#CFD7E0
(207,215,224)
#DDE1EA
(221,225,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8790; }

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

This text font color is #5F8790.


Background Color

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

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

This div background color is #5F8790.


Border color

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

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

This div border color is #5F8790.


Opacity

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

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

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

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

This text has shadow with #5F8790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8790 on black background.


Color preview on white background

This text has color #5F8790 on white background.



Black color preview on #5F8790 background

This text has black color on #5F8790 background.


White color preview on #5F8790 background

This text has white color on #5F8790 background.