COLOR #5E7366

HEX: #5E7366 RGB: (94,115,102)

Color info

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

RGB color model

#5E7366 color RGB value is (94,115,102).

RGB: (94,115,102) (37%, 45%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 102 of 255 = 40%

94
115
102

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

Portions of RGB colors in percentages

R + G + B = 94 + 115 + 102 = 311 (100%)
R 94 of 311 ~ 30.23%
G 115 of 311 ~ 36.98%
B 102 of 311 ~ 32.8'%

%30.23
%36.98
%32.8

CMYK color model

#5E7366 color CMYK value is (18,0,11,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%

CMYK: (18,0,11,55)
C18M0Y11K55 (18%, 0%, 11%, 55%)
(0.18 / 0.00 / 0.11 / 0.55)

CMYK percentages

%18.26
%0
%11.3
%54.9

Codes

Color #5E7366 in popluar color models

5E 73 66
RGB 94 115 102
HSL 143° 10.05% 40.98%
HSB/HSV 143° 18.26% 45.10%
CMYK 18.26% 0.00% 11.30%
54.90%

Color #5E7366 in popluar number systems.

HEX 5E 73 66
Decimal 94 115 102
Binary 1011110 1110011 1100110
Octal 136 163 146

Shades and tints

Shades of #5E7366

#5E7366
(94,115,102)
#56695D
(86,105,93)
#4E5F54
(78,95,84)
#46554B
(70,85,75)
#3E4B42
(62,75,66)
#364139
(54,65,57)
#2E3730
(46,55,48)
#262D27
(38,45,39)
#1E231E
(30,35,30)
#161915
(22,25,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #5E7366

#5E7366
(94,115,102)
#6C7F73
(108,127,115)
#7A8B80
(122,139,128)
#88978D
(136,151,141)
#96A39A
(150,163,154)
#A4AFA7
(164,175,167)
#B2BBB4
(178,187,180)
#C0C7C1
(192,199,193)
#CED3CE
(206,211,206)
#DCDFDB
(220,223,219)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7366 color. Also use rgb(94,115,102) instead hex code.

Text Font Color

.myTextColor { color: #5E7366; }

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

This text font color is #5E7366.

Background Color

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

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

This div background color is #5E7366.

Border color

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

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

This div border color is #5E7366.

Opacity

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

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

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

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

This text has shadow with #5E7366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7366.

Preview

Color preview on black background

This text has color #5E7366 on black background.


Color preview on white background

This text has color #5E7366 on white background.


Black color preview on #5E7366 background

This text has black color on #5E7366 background.


White color preview on #5E7366 background

This text has white color on #5E7366 background.


Related colors

Complementary color

Complementary color for #hex is #A18C99.


I love getcolorcode.com

Triadic colors

1 #665E73 and #73665E with #5E7366 are triadic colors.

2 #66735E and #735E66 with #5E7366 are triadic colors.