COLOR #5E7465

HEX: #5E7465 RGB: (94,116,101)

Color info

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

RGB color model

#5E7465 color RGB value is (94,116,101).

RGB: (94,116,101) (37%, 45%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 101 of 255 = 40%

94
116
101

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

Portions of RGB colors in percentages

R + G + B = 94 + 116 + 101 = 311 (100%)
R 94 of 311 ~ 30.23%
G 116 of 311 ~ 37.3%
B 101 of 311 ~ 32.48'%

%30.23
%37.3
%32.48

CMYK color model

#5E7465 color CMYK value is (19,0,13,55).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%

CMYK: (19,0,13,55)
C19M0Y13K55 (19%, 0%, 13%, 55%)
(0.19 / 0.00 / 0.13 / 0.55)

CMYK percentages

%18.97
%0
%12.93
%54.51

Codes

Color #5E7465 in popluar color models

5E 74 65
RGB 94 116 101
HSL 139° 10.48% 41.18%
HSB/HSV 139° 18.97% 45.49%
CMYK 18.97% 0.00% 12.93%
54.51%

Color #5E7465 in popluar number systems.

HEX 5E 74 65
Decimal 94 116 101
Binary 1011110 1110100 1100101
Octal 136 164 145

Shades and tints

Shades of #5E7465

#5E7465
(94,116,101)
#566A5C
(86,106,92)
#4E6053
(78,96,83)
#46564A
(70,86,74)
#3E4C41
(62,76,65)
#364238
(54,66,56)
#2E382F
(46,56,47)
#262E26
(38,46,38)
#1E241D
(30,36,29)
#161A14
(22,26,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #5E7465

#5E7465
(94,116,101)
#6C8073
(108,128,115)
#7A8C81
(122,140,129)
#88988F
(136,152,143)
#96A49D
(150,164,157)
#A4B0AB
(164,176,171)
#B2BCB9
(178,188,185)
#C0C8C7
(192,200,199)
#CED4D5
(206,212,213)
#DCE0E3
(220,224,227)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7465; }

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

This text font color is #5E7465.

Background Color

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

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

This div background color is #5E7465.

Border color

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

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

This div border color is #5E7465.

Opacity

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

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

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

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

This text has shadow with #5E7465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7465.

Preview

Color preview on black background

This text has color #5E7465 on black background.


Color preview on white background

This text has color #5E7465 on white background.


Black color preview on #5E7465 background

This text has black color on #5E7465 background.


White color preview on #5E7465 background

This text has white color on #5E7465 background.


Related colors

Complementary color

Complementary color for #hex is #A18B9A.


I love getcolorcode.com

Triadic colors

1 #655E74 and #74655E with #5E7465 are triadic colors.

2 #65745E and #745E65 with #5E7465 are triadic colors.