COLOR #5F728D

HEX: #5F728D
RGB: (95,114,141)

Color info

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

RGB color model

#5F728D color RGB value is (95,114,141).

  • red value is 95;
  • green value is 114;
  • blue value is 141.
RGB:
(95,114,141)
(37%,45%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 141 of 255 = 55%

95
114
141

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

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 141 = 350 (100%)
R 95 of 350 ~ 27.14%
G 114 of 350 ~ 32.57%
B 141 of 350 ~ 40.29%

%27.14
%32.57
%40.29

CMYK color model

#5F728D color CMYK value is (33,19,0,45).

  • cyan value is 32.62%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,19,0,45)
C33M19Y0K45 
(33%,19%,0%,45%)
(0.33/0.19/0.00/0.45)	

CMYK percentages

%32.62
%19.15
%0
%44.71

Codes

Color #5F728D in popluar color models

5F728D
RGB95114141
HSL215°19.49%46.27%
HSB/HSV215°32.62%55.29%
CMYK32.62%19.15%0.00%
44.71%

Color #5F728D in popluar number systems.

HEX5F728D
Decimal95114141
Binary1011111111001010001101
Octal137162215

Shades and tints

Shades of #5F728D

#5F728D
(95,114,141)
#576881
(87,104,129)
#4F5E75
(79,94,117)
#475469
(71,84,105)
#3F4A5D
(63,74,93)
#374051
(55,64,81)
#2F3645
(47,54,69)
#272C39
(39,44,57)
#1F222D
(31,34,45)
#171821
(23,24,33)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #5F728D

#5F728D
(95,114,141)
#6D7E97
(109,126,151)
#7B8AA1
(123,138,161)
#8996AB
(137,150,171)
#97A2B5
(151,162,181)
#A5AEBF
(165,174,191)
#B3BAC9
(179,186,201)
#C1C6D3
(193,198,211)
#CFD2DD
(207,210,221)
#DDDEE7
(221,222,231)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F728D color. Also use rgb(95,114,141) instead hex code.

Text Font Color

.myTextColor { color: #5F728D; }

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

This text font color is #5F728D.


Background Color

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

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

This div background color is #5F728D.


Border color

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

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

This div border color is #5F728D.


Opacity

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

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

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

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

This text has shadow with #5F728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F728D on black background.


Color preview on white background

This text has color #5F728D on white background.



Black color preview on #5F728D background

This text has black color on #5F728D background.


White color preview on #5F728D background

This text has white color on #5F728D background.