COLOR #5E5765

HEX: #5E5765
RGB: (94,87,101)

Color info

#5E5765 contains red, green and blue colors in about the same proportion. Web safe color of #5E5765 is #666666 (or #666).

RGB color model

#5E5765 color RGB value is (94,87,101).

  • red value is 94;
  • green value is 87;
  • blue value is 101.
RGB:
(94,87,101)
(37%,34%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 101 of 255 = 40%

94
87
101

R + G + B ~ 37%. #5E5765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 101 = 282 (100%)
R 94 of 282 ~ 33.33%
G 87 of 282 ~ 30.85%
B 101 of 282 ~ 35.82%

%33.33
%30.85
%35.82

CMYK color model

#5E5765 color CMYK value is (7,14,0,60).

  • cyan value is 6.93%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(7,14,0,60)
C7M14Y0K60 
(7%,14%,0%,60%)
(0.07/0.14/0.00/0.60)	

CMYK percentages

%6.93
%13.86
%0
%60.39

Codes

Color #5E5765 in popluar color models

5E5765
RGB9487101
HSL270°7.45%36.86%
HSB/HSV270°13.86%39.61%
CMYK6.93%13.86%0.00%
60.39%

Color #5E5765 in popluar number systems.

HEX5E5765
Decimal9487101
Binary101111010101111100101
Octal136127145

Shades and tints

Shades of #5E5765

#5E5765
(94,87,101)
#56505C
(86,80,92)
#4E4953
(78,73,83)
#46424A
(70,66,74)
#3E3B41
(62,59,65)
#363438
(54,52,56)
#2E2D2F
(46,45,47)
#262626
(38,38,38)
#1E1F1D
(30,31,29)
#161814
(22,24,20)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #5E5765

#5E5765
(94,87,101)
#6C6673
(108,102,115)
#7A7581
(122,117,129)
#88848F
(136,132,143)
#96939D
(150,147,157)
#A4A2AB
(164,162,171)
#B2B1B9
(178,177,185)
#C0C0C7
(192,192,199)
#CECFD5
(206,207,213)
#DCDEE3
(220,222,227)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5765 color. Also use rgb(94,87,101) instead hex code.

Text Font Color

.myTextColor { color: #5E5765; }

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

This text font color is #5E5765.


Background Color

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

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

This div background color is #5E5765.


Border color

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

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

This div border color is #5E5765.


Opacity

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

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

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

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

This text has shadow with #5E5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5765 on black background.


Color preview on white background

This text has color #5E5765 on white background.



Black color preview on #5E5765 background

This text has black color on #5E5765 background.


White color preview on #5E5765 background

This text has white color on #5E5765 background.