COLOR #5F7390

HEX: #5F7390 RGB: (95,115,144)

Color info

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

RGB color model

#5F7390 color RGB value is (95,115,144).

RGB: (95,115,144) (37%, 45%, 56%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 144 of 255 = 56%

95
115
144

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

Portions of RGB colors in percentages

R + G + B = 95 + 115 + 144 = 354 (100%)
R 95 of 354 ~ 26.84%
G 115 of 354 ~ 32.49%
B 144 of 354 ~ 40.68'%

%26.84
%32.49
%40.68

CMYK color model

#5F7390 color CMYK value is (34,20,0,44).

  • cyan value is 34.03%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (34,20,0,44)
C34M20Y0K44 (34%, 20%, 0%, 44%)
(0.34 / 0.20 / 0.00 / 0.44)

CMYK percentages

%34.03
%20.14
%0
%43.53

Codes

Color #5F7390 in popluar color models

5F 73 90
RGB 95 115 144
HSL 216° 20.50% 46.86%
HSB/HSV 216° 34.03% 56.47%
CMYK 34.03% 20.14% 0.00%
43.53%

Color #5F7390 in popluar number systems.

HEX 5F 73 90
Decimal 95 115 144
Binary 1011111 1110011 10010000
Octal 137 163 220

Shades and tints

Shades of #5F7390

#5F7390
(95,115,144)
#576983
(87,105,131)
#4F5F76
(79,95,118)
#475569
(71,85,105)
#3F4B5C
(63,75,92)
#37414F
(55,65,79)
#2F3742
(47,55,66)
#272D35
(39,45,53)
#1F2328
(31,35,40)
#17191B
(23,25,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F7390

#5F7390
(95,115,144)
#6D7F9A
(109,127,154)
#7B8BA4
(123,139,164)
#8997AE
(137,151,174)
#97A3B8
(151,163,184)
#A5AFC2
(165,175,194)
#B3BBCC
(179,187,204)
#C1C7D6
(193,199,214)
#CFD3E0
(207,211,224)
#DDDFEA
(221,223,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7390; }

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

This text font color is #5F7390.

Background Color

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

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

This div background color is #5F7390.

Border color

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

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

This div border color is #5F7390.

Opacity

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

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

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

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

This text has shadow with #5F7390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7390.

Preview

Color preview on black background

This text has color #5F7390 on black background.


Color preview on white background

This text has color #5F7390 on white background.


Black color preview on #5F7390 background

This text has black color on #5F7390 background.


White color preview on #5F7390 background

This text has white color on #5F7390 background.


Related colors

Complementary color

Complementary color for #hex is #A08C6F.


I love getcolorcode.com

Triadic colors

1 #905F73 and #73905F with #5F7390 are triadic colors.

2 #90735F and #735F90 with #5F7390 are triadic colors.