COLOR #5E6A5B

HEX: #5E6A5B RGB: (94,106,91)

Color info

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

RGB color model

#5E6A5B color RGB value is (94,106,91).

RGB: (94,106,91) (37%, 42%, 36%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 91 of 255 = 36%

94
106
91

R + G + B ~ 38%. #5E6A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 106 + 91 = 291 (100%)
R 94 of 291 ~ 32.3%
G 106 of 291 ~ 36.43%
B 91 of 291 ~ 31.27'%

%32.3
%36.43
%31.27

CMYK color model

#5E6A5B color CMYK value is (11,0,14,58).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 58.43%
CMYK: (11,0,14,58) C11M0Y14K58 (11%,0%,14%,58%) (0.11/0.00/0.14/0.58) 

CMYK percentages

%11.32
%0
%14.15
%58.43

Codes

Color #5E6A5B in popluar color models

5E 6A 5B
RGB 94 106 91
HSL 108° 7.61% 38.63%
HSB/HSV 108° 14.15% 41.57%
CMYK 11.32% 0.00% 14.15%
58.43%

Color #5E6A5B in popluar number systems.

HEX 5E 6A 5B
Decimal 94 106 91
Binary 1011110 1101010 1011011
Octal 136 152 133

Shades and tints

Shades of #5E6A5B

#5E6A5B
(94,106,91)
#566153
(86,97,83)
#4E584B
(78,88,75)
#464F43
(70,79,67)
#3E463B
(62,70,59)
#363D33
(54,61,51)
#2E342B
(46,52,43)
#262B23
(38,43,35)
#1E221B
(30,34,27)
#161913
(22,25,19)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #5E6A5B

#5E6A5B
(94,106,91)
#6C7769
(108,119,105)
#7A8477
(122,132,119)
#889185
(136,145,133)
#969E93
(150,158,147)
#A4ABA1
(164,171,161)
#B2B8AF
(178,184,175)
#C0C5BD
(192,197,189)
#CED2CB
(206,210,203)
#DCDFD9
(220,223,217)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6A5B; }

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

This text font color is #5E6A5B.

Background Color

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

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

This div background color is #5E6A5B.

Border color

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

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

This div border color is #5E6A5B.

Opacity

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

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

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

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

This text has shadow with #5E6A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6A5B.

Preview

Color preview on black background

This text has color #5E6A5B on black background.


Color preview on white background

This text has color #5E6A5B on white background.


Black color preview on #5E6A5B background

This text has black color on #5E6A5B background.


White color preview on #5E6A5B background

This text has white color on #5E6A5B background.


Related colors

Complementary color

Complementary color for #hex is #A195A4.


I love getcolorcode.com

Triadic colors

1 #5B5E6A and #6A5B5E with #5E6A5B are triadic colors.

2 #5B6A5E and #6A5E5B with #5E6A5B are triadic colors.