COLOR #5E768C

HEX: #5E768C
RGB: (94,118,140)

Color info

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

RGB color model

#5E768C color RGB value is (94,118,140).

  • red value is 94;
  • green value is 118;
  • blue value is 140.
RGB:
(94,118,140)
(37%,46%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 140 of 255 = 55%

94
118
140

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 140 = 352 (100%)
R 94 of 352 ~ 26.7%
G 118 of 352 ~ 33.52%
B 140 of 352 ~ 39.77%

%26.7
%33.52
%39.77

CMYK color model

#5E768C color CMYK value is (33,16,0,45).

  • cyan value is 32.86%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(33,16,0,45)
C33M16Y0K45 
(33%,16%,0%,45%)
(0.33/0.16/0.00/0.45)	

CMYK percentages

%32.86
%15.71
%0
%45.1

Codes

Color #5E768C in popluar color models

5E768C
RGB94118140
HSL209°19.66%45.88%
HSB/HSV209°32.86%54.90%
CMYK32.86%15.71%0.00%
45.10%

Color #5E768C in popluar number systems.

HEX5E768C
Decimal94118140
Binary1011110111011010001100
Octal136166214

Shades and tints

Shades of #5E768C

#5E768C
(94,118,140)
#566C80
(86,108,128)
#4E6274
(78,98,116)
#465868
(70,88,104)
#3E4E5C
(62,78,92)
#364450
(54,68,80)
#2E3A44
(46,58,68)
#263038
(38,48,56)
#1E262C
(30,38,44)
#161C20
(22,28,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #5E768C

#5E768C
(94,118,140)
#6C8296
(108,130,150)
#7A8EA0
(122,142,160)
#889AAA
(136,154,170)
#96A6B4
(150,166,180)
#A4B2BE
(164,178,190)
#B2BEC8
(178,190,200)
#C0CAD2
(192,202,210)
#CED6DC
(206,214,220)
#DCE2E6
(220,226,230)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E768C color. Also use rgb(94,118,140) instead hex code.

Text Font Color

.myTextColor { color: #5E768C; }

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

This text font color is #5E768C.


Background Color

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

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

This div background color is #5E768C.


Border color

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

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

This div border color is #5E768C.


Opacity

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

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

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

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

This text has shadow with #5E768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E768C on black background.


Color preview on white background

This text has color #5E768C on white background.



Black color preview on #5E768C background

This text has black color on #5E768C background.


White color preview on #5E768C background

This text has white color on #5E768C background.