COLOR #5C739F

HEX: #5C739F
RGB: (92,115,159)

Color info

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

RGB color model

#5C739F color RGB value is (92,115,159).

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

RGB channels and saturation

R 92 of 255 = 36%
G 115 of 255 = 45%
B 159 of 255 = 62%

92
115
159

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

Portions of RGB colors in percentages

R + G + B =
92 + 115 + 159 = 366 (100%)
R 92 of 366 ~ 25.14%
G 115 of 366 ~ 31.42%
B 159 of 366 ~ 43.44%

%25.14
%31.42
%43.44

CMYK color model

#5C739F color CMYK value is (42,28,0,38).

  • cyan value is 42.14%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(42,28,0,38)
C42M28Y0K38 
(42%,28%,0%,38%)
(0.42/0.28/0.00/0.38)	

CMYK percentages

%42.14
%27.67
%0
%37.65

Codes

Color #5C739F in popluar color models

5C739F
RGB92115159
HSL219°26.69%49.22%
HSB/HSV219°42.14%62.35%
CMYK42.14%27.67%0.00%
37.65%

Color #5C739F in popluar number systems.

HEX5C739F
Decimal92115159
Binary1011100111001110011111
Octal134163237

Shades and tints

Shades of #5C739F

#5C739F
(92,115,159)
#546991
(84,105,145)
#4C5F83
(76,95,131)
#445575
(68,85,117)
#3C4B67
(60,75,103)
#344159
(52,65,89)
#2C374B
(44,55,75)
#242D3D
(36,45,61)
#1C232F
(28,35,47)
#141921
(20,25,33)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #5C739F

#5C739F
(92,115,159)
#6A7FA7
(106,127,167)
#788BAF
(120,139,175)
#8697B7
(134,151,183)
#94A3BF
(148,163,191)
#A2AFC7
(162,175,199)
#B0BBCF
(176,187,207)
#BEC7D7
(190,199,215)
#CCD3DF
(204,211,223)
#DADFE7
(218,223,231)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C739F; }

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

This text font color is #5C739F.


Background Color

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

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

This div background color is #5C739F.


Border color

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

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

This div border color is #5C739F.


Opacity

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

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

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

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

This text has shadow with #5C739F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C739F on black background.


Color preview on white background

This text has color #5C739F on white background.



Black color preview on #5C739F background

This text has black color on #5C739F background.


White color preview on #5C739F background

This text has white color on #5C739F background.