COLOR #5E768E

HEX: #5E768E
RGB: (94,118,142)

Color info

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

RGB color model

#5E768E color RGB value is (94,118,142).

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

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 142 of 255 = 56%

94
118
142

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 142 = 354 (100%)
R 94 of 354 ~ 26.55%
G 118 of 354 ~ 33.33%
B 142 of 354 ~ 40.11%

%26.55
%33.33
%40.11

CMYK color model

#5E768E color CMYK value is (34,17,0,44).

  • cyan value is 33.80%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(34,17,0,44)
C34M17Y0K44 
(34%,17%,0%,44%)
(0.34/0.17/0.00/0.44)	

CMYK percentages

%33.8
%16.9
%0
%44.31

Codes

Color #5E768E in popluar color models

5E768E
RGB94118142
HSL210°20.34%46.27%
HSB/HSV210°33.80%55.69%
CMYK33.80%16.90%0.00%
44.31%

Color #5E768E in popluar number systems.

HEX5E768E
Decimal94118142
Binary1011110111011010001110
Octal136166216

Shades and tints

Shades of #5E768E

#5E768E
(94,118,142)
#566C82
(86,108,130)
#4E6276
(78,98,118)
#46586A
(70,88,106)
#3E4E5E
(62,78,94)
#364452
(54,68,82)
#2E3A46
(46,58,70)
#26303A
(38,48,58)
#1E262E
(30,38,46)
#161C22
(22,28,34)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #5E768E

#5E768E
(94,118,142)
#6C8298
(108,130,152)
#7A8EA2
(122,142,162)
#889AAC
(136,154,172)
#96A6B6
(150,166,182)
#A4B2C0
(164,178,192)
#B2BECA
(178,190,202)
#C0CAD4
(192,202,212)
#CED6DE
(206,214,222)
#DCE2E8
(220,226,232)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E768E; }

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

This text font color is #5E768E.


Background Color

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

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

This div background color is #5E768E.


Border color

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

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

This div border color is #5E768E.


Opacity

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

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

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

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

This text has shadow with #5E768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E768E on black background.


Color preview on white background

This text has color #5E768E on white background.



Black color preview on #5E768E background

This text has black color on #5E768E background.


White color preview on #5E768E background

This text has white color on #5E768E background.