COLOR #5D738C

HEX: #5D738C
RGB: (93,115,140)

Color info

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

RGB color model

#5D738C color RGB value is (93,115,140).

  • red value is 93;
  • green value is 115;
  • blue value is 140.
RGB:
(93,115,140)
(36%,45%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 115 of 255 = 45%
B 140 of 255 = 55%

93
115
140

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

Portions of RGB colors in percentages

R + G + B =
93 + 115 + 140 = 348 (100%)
R 93 of 348 ~ 26.72%
G 115 of 348 ~ 33.05%
B 140 of 348 ~ 40.23%

%26.72
%33.05
%40.23

CMYK color model

#5D738C color CMYK value is (34,18,0,45).

  • cyan value is 33.57%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(34,18,0,45)
C34M18Y0K45 
(34%,18%,0%,45%)
(0.34/0.18/0.00/0.45)	

CMYK percentages

%33.57
%17.86
%0
%45.1

Codes

Color #5D738C in popluar color models

5D738C
RGB93115140
HSL212°20.17%45.69%
HSB/HSV212°33.57%54.90%
CMYK33.57%17.86%0.00%
45.10%

Color #5D738C in popluar number systems.

HEX5D738C
Decimal93115140
Binary1011101111001110001100
Octal135163214

Shades and tints

Shades of #5D738C

#5D738C
(93,115,140)
#556980
(85,105,128)
#4D5F74
(77,95,116)
#455568
(69,85,104)
#3D4B5C
(61,75,92)
#354150
(53,65,80)
#2D3744
(45,55,68)
#252D38
(37,45,56)
#1D232C
(29,35,44)
#151920
(21,25,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #5D738C

#5D738C
(93,115,140)
#6B7F96
(107,127,150)
#798BA0
(121,139,160)
#8797AA
(135,151,170)
#95A3B4
(149,163,180)
#A3AFBE
(163,175,190)
#B1BBC8
(177,187,200)
#BFC7D2
(191,199,210)
#CDD3DC
(205,211,220)
#DBDFE6
(219,223,230)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D738C color. Also use rgb(93,115,140) instead hex code.

Text Font Color

.myTextColor { color: #5D738C; }

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

This text font color is #5D738C.


Background Color

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

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

This div background color is #5D738C.


Border color

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

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

This div border color is #5D738C.


Opacity

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

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

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

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

This text has shadow with #5D738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D738C on black background.


Color preview on white background

This text has color #5D738C on white background.



Black color preview on #5D738C background

This text has black color on #5D738C background.


White color preview on #5D738C background

This text has white color on #5D738C background.