COLOR #5F7B98

HEX: #5F7B98
RGB: (95,123,152)

Color info

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

RGB color model

#5F7B98 color RGB value is (95,123,152).

  • red value is 95;
  • green value is 123;
  • blue value is 152.
RGB:
(95,123,152)
(37%,48%,60%)

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 152 of 255 = 60%

95
123
152

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 152 = 370 (100%)
R 95 of 370 ~ 25.68%
G 123 of 370 ~ 33.24%
B 152 of 370 ~ 41.08%

%25.68
%33.24
%41.08

CMYK color model

#5F7B98 color CMYK value is (38,19,0,40).

  • cyan value is 37.50%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(38,19,0,40)
C38M19Y0K40 
(38%,19%,0%,40%)
(0.38/0.19/0.00/0.40)	

CMYK percentages

%37.5
%19.08
%0
%40.39

Codes

Color #5F7B98 in popluar color models

5F7B98
RGB95123152
HSL211°23.08%48.43%
HSB/HSV211°37.50%59.61%
CMYK37.50%19.08%0.00%
40.39%

Color #5F7B98 in popluar number systems.

HEX5F7B98
Decimal95123152
Binary1011111111101110011000
Octal137173230

Shades and tints

Shades of #5F7B98

#5F7B98
(95,123,152)
#57708B
(87,112,139)
#4F657E
(79,101,126)
#475A71
(71,90,113)
#3F4F64
(63,79,100)
#374457
(55,68,87)
#2F394A
(47,57,74)
#272E3D
(39,46,61)
#1F2330
(31,35,48)
#171823
(23,24,35)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #5F7B98

#5F7B98
(95,123,152)
#6D87A1
(109,135,161)
#7B93AA
(123,147,170)
#899FB3
(137,159,179)
#97ABBC
(151,171,188)
#A5B7C5
(165,183,197)
#B3C3CE
(179,195,206)
#C1CFD7
(193,207,215)
#CFDBE0
(207,219,224)
#DDE7E9
(221,231,233)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7B98 color. Also use rgb(95,123,152) instead hex code.

Text Font Color

.myTextColor { color: #5F7B98; }

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

This text font color is #5F7B98.


Background Color

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

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

This div background color is #5F7B98.


Border color

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

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

This div border color is #5F7B98.


Opacity

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

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

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

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

This text has shadow with #5F7B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7B98 on black background.


Color preview on white background

This text has color #5F7B98 on white background.



Black color preview on #5F7B98 background

This text has black color on #5F7B98 background.


White color preview on #5F7B98 background

This text has white color on #5F7B98 background.