COLOR #5F7888

HEX: #5F7888
RGB: (95,120,136)

Color info

#5F7888 contains red, green and blue colors in about the same proportion. Web safe color of #5F7888 is #666699 (or #669).

RGB color model

#5F7888 color RGB value is (95,120,136).

  • red value is 95;
  • green value is 120;
  • blue value is 136.
RGB:
(95,120,136)
(37%,47%,53%)

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 136 of 255 = 53%

95
120
136

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

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 136 = 351 (100%)
R 95 of 351 ~ 27.07%
G 120 of 351 ~ 34.19%
B 136 of 351 ~ 38.75%

%27.07
%34.19
%38.75

CMYK color model

#5F7888 color CMYK value is (30,12,0,47).

  • cyan value is 30.15%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(30,12,0,47)
C30M12Y0K47 
(30%,12%,0%,47%)
(0.30/0.12/0.00/0.47)	

CMYK percentages

%30.15
%11.76
%0
%46.67

Codes

Color #5F7888 in popluar color models

5F7888
RGB95120136
HSL203°17.75%45.29%
HSB/HSV203°30.15%53.33%
CMYK30.15%11.76%0.00%
46.67%

Color #5F7888 in popluar number systems.

HEX5F7888
Decimal95120136
Binary1011111111100010001000
Octal137170210

Shades and tints

Shades of #5F7888

#5F7888
(95,120,136)
#576E7C
(87,110,124)
#4F6470
(79,100,112)
#475A64
(71,90,100)
#3F5058
(63,80,88)
#37464C
(55,70,76)
#2F3C40
(47,60,64)
#273234
(39,50,52)
#1F2828
(31,40,40)
#171E1C
(23,30,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #5F7888

#5F7888
(95,120,136)
#6D8492
(109,132,146)
#7B909C
(123,144,156)
#899CA6
(137,156,166)
#97A8B0
(151,168,176)
#A5B4BA
(165,180,186)
#B3C0C4
(179,192,196)
#C1CCCE
(193,204,206)
#CFD8D8
(207,216,216)
#DDE4E2
(221,228,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7888 color. Also use rgb(95,120,136) instead hex code.

Text Font Color

.myTextColor { color: #5F7888; }

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

This text font color is #5F7888.


Background Color

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

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

This div background color is #5F7888.


Border color

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

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

This div border color is #5F7888.


Opacity

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

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

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

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

This text has shadow with #5F7888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7888 on black background.


Color preview on white background

This text has color #5F7888 on white background.



Black color preview on #5F7888 background

This text has black color on #5F7888 background.


White color preview on #5F7888 background

This text has white color on #5F7888 background.