COLOR #5D768D

HEX: #5D768D
RGB: (93,118,141)

Color info

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

RGB color model

#5D768D color RGB value is (93,118,141).

  • red value is 93;
  • green value is 118;
  • blue value is 141.
RGB:
(93,118,141)
(36%,46%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 141 of 255 = 55%

93
118
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 141 = 352 (100%)
R 93 of 352 ~ 26.42%
G 118 of 352 ~ 33.52%
B 141 of 352 ~ 40.06%

%26.42
%33.52
%40.06

CMYK color model

#5D768D color CMYK value is (34,16,0,45).

  • cyan value is 34.04%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(34,16,0,45)
C34M16Y0K45 
(34%,16%,0%,45%)
(0.34/0.16/0.00/0.45)	

CMYK percentages

%34.04
%16.31
%0
%44.71

Codes

Color #5D768D in popluar color models

5D768D
RGB93118141
HSL209°20.51%45.88%
HSB/HSV209°34.04%55.29%
CMYK34.04%16.31%0.00%
44.71%

Color #5D768D in popluar number systems.

HEX5D768D
Decimal93118141
Binary1011101111011010001101
Octal135166215

Shades and tints

Shades of #5D768D

#5D768D
(93,118,141)
#556C81
(85,108,129)
#4D6275
(77,98,117)
#455869
(69,88,105)
#3D4E5D
(61,78,93)
#354451
(53,68,81)
#2D3A45
(45,58,69)
#253039
(37,48,57)
#1D262D
(29,38,45)
#151C21
(21,28,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #5D768D

#5D768D
(93,118,141)
#6B8297
(107,130,151)
#798EA1
(121,142,161)
#879AAB
(135,154,171)
#95A6B5
(149,166,181)
#A3B2BF
(163,178,191)
#B1BEC9
(177,190,201)
#BFCAD3
(191,202,211)
#CDD6DD
(205,214,221)
#DBE2E7
(219,226,231)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D768D color. Also use rgb(93,118,141) instead hex code.

Text Font Color

.myTextColor { color: #5D768D; }

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

This text font color is #5D768D.


Background Color

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

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

This div background color is #5D768D.


Border color

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

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

This div border color is #5D768D.


Opacity

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

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

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

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

This text has shadow with #5D768D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D768D on black background.


Color preview on white background

This text has color #5D768D on white background.



Black color preview on #5D768D background

This text has black color on #5D768D background.


White color preview on #5D768D background

This text has white color on #5D768D background.