COLOR #5F7098

HEX: #5F7098
RGB: (95,112,152)

Color info

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

RGB color model

#5F7098 color RGB value is (95,112,152).

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

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 152 of 255 = 60%

95
112
152

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

Portions of RGB colors in percentages

R + G + B =
95 + 112 + 152 = 359 (100%)
R 95 of 359 ~ 26.46%
G 112 of 359 ~ 31.2%
B 152 of 359 ~ 42.34%

%26.46
%31.2
%42.34

CMYK color model

#5F7098 color CMYK value is (38,26,0,40).

  • cyan value is 37.50%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(38,26,0,40)
C38M26Y0K40 
(38%,26%,0%,40%)
(0.38/0.26/0.00/0.40)	

CMYK percentages

%37.5
%26.32
%0
%40.39

Codes

Color #5F7098 in popluar color models

5F7098
RGB95112152
HSL222°23.08%48.43%
HSB/HSV222°37.50%59.61%
CMYK37.50%26.32%0.00%
40.39%

Color #5F7098 in popluar number systems.

HEX5F7098
Decimal95112152
Binary1011111111000010011000
Octal137160230

Shades and tints

Shades of #5F7098

#5F7098
(95,112,152)
#57668B
(87,102,139)
#4F5C7E
(79,92,126)
#475271
(71,82,113)
#3F4864
(63,72,100)
#373E57
(55,62,87)
#2F344A
(47,52,74)
#272A3D
(39,42,61)
#1F2030
(31,32,48)
#171623
(23,22,35)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #5F7098

#5F7098
(95,112,152)
#6D7DA1
(109,125,161)
#7B8AAA
(123,138,170)
#8997B3
(137,151,179)
#97A4BC
(151,164,188)
#A5B1C5
(165,177,197)
#B3BECE
(179,190,206)
#C1CBD7
(193,203,215)
#CFD8E0
(207,216,224)
#DDE5E9
(221,229,233)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7098; }

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

This text font color is #5F7098.


Background Color

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

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

This div background color is #5F7098.


Border color

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

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

This div border color is #5F7098.


Opacity

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

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

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

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

This text has shadow with #5F7098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7098 on black background.


Color preview on white background

This text has color #5F7098 on white background.



Black color preview on #5F7098 background

This text has black color on #5F7098 background.


White color preview on #5F7098 background

This text has white color on #5F7098 background.