COLOR #5F739E

HEX: #5F739E RGB: (95,115,158)

Color info

#5F739E contains mainly green and blue colors. Web safe color of #5F739E is #666699 (or #669).

RGB color model

#5F739E color RGB value is (95,115,158).

RGB: (95,115,158) (37%, 45%, 62%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 158 of 255 = 62%

95
115
158

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

Portions of RGB colors in percentages

R + G + B = 95 + 115 + 158 = 368 (100%)
R 95 of 368 ~ 25.82%
G 115 of 368 ~ 31.25%
B 158 of 368 ~ 42.93'%

%25.82
%31.25
%42.93

CMYK color model

#5F739E color CMYK value is (40,27,0,38).

  • cyan value is 39.87%
  • magenta value is 27.22%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (40,27,0,38) C40M27Y0K38 (40%,27%,0%,38%) (0.40/0.27/0.00/0.38) 

CMYK percentages

%39.87
%27.22
%0
%38.04

Codes

Color #5F739E in popluar color models

5F 73 9E
RGB 95 115 158
HSL 221° 24.90% 49.61%
HSB/HSV 221° 39.87% 61.96%
CMYK 39.87% 27.22% 0.00%
38.04%

Color #5F739E in popluar number systems.

HEX 5F 73 9E
Decimal 95 115 158
Binary 1011111 1110011 10011110
Octal 137 163 236

Shades and tints

Shades of #5F739E

#5F739E
(95,115,158)
#576990
(87,105,144)
#4F5F82
(79,95,130)
#475574
(71,85,116)
#3F4B66
(63,75,102)
#374158
(55,65,88)
#2F374A
(47,55,74)
#272D3C
(39,45,60)
#1F232E
(31,35,46)
#171920
(23,25,32)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #5F739E

#5F739E
(95,115,158)
#6D7FA6
(109,127,166)
#7B8BAE
(123,139,174)
#8997B6
(137,151,182)
#97A3BE
(151,163,190)
#A5AFC6
(165,175,198)
#B3BBCE
(179,187,206)
#C1C7D6
(193,199,214)
#CFD3DE
(207,211,222)
#DDDFE6
(221,223,230)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F739E color. Also use rgb(95,115,158) instead hex code.

Text Font Color

.myTextColor { color: #5F739E; }

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

This text font color is #5F739E.

Background Color

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

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

This div background color is #5F739E.

Border color

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

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

This div border color is #5F739E.

Opacity

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

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

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

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

This text has shadow with #5F739E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F739E.

Preview

Color preview on black background

This text has color #5F739E on black background.


Color preview on white background

This text has color #5F739E on white background.


Black color preview on #5F739E background

This text has black color on #5F739E background.


White color preview on #5F739E background

This text has white color on #5F739E background.


Related colors

Complementary color

Complementary color for #hex is #A08C61.


I love getcolorcode.com

Triadic colors

1 #9E5F73 and #739E5F with #5F739E are triadic colors.

2 #9E735F and #735F9E with #5F739E are triadic colors.