COLOR #5E739F

HEX: #5E739F
RGB: (94,115,159)

Color info

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

RGB color model

#5E739F color RGB value is (94,115,159).

  • red value is 94;
  • green value is 115;
  • blue value is 159.
RGB:
(94,115,159)
(37%,45%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 159 of 255 = 62%

94
115
159

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 159 = 368 (100%)
R 94 of 368 ~ 25.54%
G 115 of 368 ~ 31.25%
B 159 of 368 ~ 43.21%

%25.54
%31.25
%43.21

CMYK color model

#5E739F color CMYK value is (41,28,0,38).

  • cyan value is 40.88%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(41,28,0,38)
C41M28Y0K38 
(41%,28%,0%,38%)
(0.41/0.28/0.00/0.38)	

CMYK percentages

%40.88
%27.67
%0
%37.65

Codes

Color #5E739F in popluar color models

5E739F
RGB94115159
HSL221°25.69%49.61%
HSB/HSV221°40.88%62.35%
CMYK40.88%27.67%0.00%
37.65%

Color #5E739F in popluar number systems.

HEX5E739F
Decimal94115159
Binary1011110111001110011111
Octal136163237

Shades and tints

Shades of #5E739F

#5E739F
(94,115,159)
#566991
(86,105,145)
#4E5F83
(78,95,131)
#465575
(70,85,117)
#3E4B67
(62,75,103)
#364159
(54,65,89)
#2E374B
(46,55,75)
#262D3D
(38,45,61)
#1E232F
(30,35,47)
#161921
(22,25,33)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #5E739F

#5E739F
(94,115,159)
#6C7FA7
(108,127,167)
#7A8BAF
(122,139,175)
#8897B7
(136,151,183)
#96A3BF
(150,163,191)
#A4AFC7
(164,175,199)
#B2BBCF
(178,187,207)
#C0C7D7
(192,199,215)
#CED3DF
(206,211,223)
#DCDFE7
(220,223,231)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E739F color. Also use rgb(94,115,159) instead hex code.

Text Font Color

.myTextColor { color: #5E739F; }

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

This text font color is #5E739F.


Background Color

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

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

This div background color is #5E739F.


Border color

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

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

This div border color is #5E739F.


Opacity

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

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

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

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

This text has shadow with #5E739F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E739F on black background.


Color preview on white background

This text has color #5E739F on white background.



Black color preview on #5E739F background

This text has black color on #5E739F background.


White color preview on #5E739F background

This text has white color on #5E739F background.