COLOR #5E6D6A

HEX: #5E6D6A RGB: (94,109,106)

Color info

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

RGB color model

#5E6D6A color RGB value is (94,109,106).

RGB: (94,109,106) (37%, 43%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 106 of 255 = 42%

94
109
106

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

Portions of RGB colors in percentages

R + G + B = 94 + 109 + 106 = 309 (100%)
R 94 of 309 ~ 30.42%
G 109 of 309 ~ 35.28%
B 106 of 309 ~ 34.3'%

%30.42
%35.28
%34.3

CMYK color model

#5E6D6A color CMYK value is (14,0,3,57).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 57.25%

CMYK: (14,0,3,57)
C14M0Y3K57 (14%, 0%, 3%, 57%)
(0.14 / 0.00 / 0.03 / 0.57)

CMYK percentages

%13.76
%0
%2.75
%57.25

Codes

Color #5E6D6A in popluar color models

5E 6D 6A
RGB 94 109 106
HSL 168° 7.39% 39.80%
HSB/HSV 168° 13.76% 42.75%
CMYK 13.76% 0.00% 2.75%
57.25%

Color #5E6D6A in popluar number systems.

HEX 5E 6D 6A
Decimal 94 109 106
Binary 1011110 1101101 1101010
Octal 136 155 152

Shades and tints

Shades of #5E6D6A

#5E6D6A
(94,109,106)
#566461
(86,100,97)
#4E5B58
(78,91,88)
#46524F
(70,82,79)
#3E4946
(62,73,70)
#36403D
(54,64,61)
#2E3734
(46,55,52)
#262E2B
(38,46,43)
#1E2522
(30,37,34)
#161C19
(22,28,25)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #5E6D6A

#5E6D6A
(94,109,106)
#6C7A77
(108,122,119)
#7A8784
(122,135,132)
#889491
(136,148,145)
#96A19E
(150,161,158)
#A4AEAB
(164,174,171)
#B2BBB8
(178,187,184)
#C0C8C5
(192,200,197)
#CED5D2
(206,213,210)
#DCE2DF
(220,226,223)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6D6A color. Also use rgb(94,109,106) instead hex code.

Text Font Color

.myTextColor { color: #5E6D6A; }

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

This text font color is #5E6D6A.

Background Color

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

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

This div background color is #5E6D6A.

Border color

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

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

This div border color is #5E6D6A.

Opacity

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

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

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

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

This text has shadow with #5E6D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6D6A.

Preview

Color preview on black background

This text has color #5E6D6A on black background.


Color preview on white background

This text has color #5E6D6A on white background.


Black color preview on #5E6D6A background

This text has black color on #5E6D6A background.


White color preview on #5E6D6A background

This text has white color on #5E6D6A background.


Related colors

Complementary color

Complementary color for #hex is #A19295.


I love getcolorcode.com

Triadic colors

1 #6A5E6D and #6D6A5E with #5E6D6A are triadic colors.

2 #6A6D5E and #6D5E6A with #5E6D6A are triadic colors.