COLOR #5F6387

HEX: #5F6387
RGB: (95,99,135)

Color info

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

RGB color model

#5F6387 color RGB value is (95,99,135).

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

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 135 of 255 = 53%

95
99
135

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 135 = 329 (100%)
R 95 of 329 ~ 28.88%
G 99 of 329 ~ 30.09%
B 135 of 329 ~ 41.03%

%28.88
%30.09
%41.03

CMYK color model

#5F6387 color CMYK value is (30,27,0,47).

  • cyan value is 29.63%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(30,27,0,47)
C30M27Y0K47 
(30%,27%,0%,47%)
(0.30/0.27/0.00/0.47)	

CMYK percentages

%29.63
%26.67
%0
%47.06

Codes

Color #5F6387 in popluar color models

5F6387
RGB9599135
HSL234°17.39%45.10%
HSB/HSV234°29.63%52.94%
CMYK29.63%26.67%0.00%
47.06%

Color #5F6387 in popluar number systems.

HEX5F6387
Decimal9599135
Binary1011111110001110000111
Octal137143207

Shades and tints

Shades of #5F6387

#5F6387
(95,99,135)
#575A7B
(87,90,123)
#4F516F
(79,81,111)
#474863
(71,72,99)
#3F3F57
(63,63,87)
#37364B
(55,54,75)
#2F2D3F
(47,45,63)
#272433
(39,36,51)
#1F1B27
(31,27,39)
#17121B
(23,18,27)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #5F6387

#5F6387
(95,99,135)
#6D7191
(109,113,145)
#7B7F9B
(123,127,155)
#898DA5
(137,141,165)
#979BAF
(151,155,175)
#A5A9B9
(165,169,185)
#B3B7C3
(179,183,195)
#C1C5CD
(193,197,205)
#CFD3D7
(207,211,215)
#DDE1E1
(221,225,225)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6387; }

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

This text font color is #5F6387.


Background Color

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

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

This div background color is #5F6387.


Border color

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

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

This div border color is #5F6387.


Opacity

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

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

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

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

This text has shadow with #5F6387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6387 on black background.


Color preview on white background

This text has color #5F6387 on white background.



Black color preview on #5F6387 background

This text has black color on #5F6387 background.


White color preview on #5F6387 background

This text has white color on #5F6387 background.