COLOR #5E6D63

HEX: #5E6D63
RGB: (94,109,99)

Color info

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

RGB color model

#5E6D63 color RGB value is (94,109,99).

  • red value is 94;
  • green value is 109;
  • blue value is 99.
RGB:
(94,109,99)
(37%,43%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 99 of 255 = 39%

94
109
99

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

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 99 = 302 (100%)
R 94 of 302 ~ 31.13%
G 109 of 302 ~ 36.09%
B 99 of 302 ~ 32.78%

%31.13
%36.09
%32.78

CMYK color model

#5E6D63 color CMYK value is (14,0,9,57).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(14,0,9,57)
C14M0Y9K57 
(14%,0%,9%,57%)
(0.14/0.00/0.09/0.57)	

CMYK percentages

%13.76
%0
%9.17
%57.25

Codes

Color #5E6D63 in popluar color models

5E6D63
RGB9410999
HSL140°7.39%39.80%
HSB/HSV140°13.76%42.75%
CMYK13.76%0.00%9.17%
57.25%

Color #5E6D63 in popluar number systems.

HEX5E6D63
Decimal9410999
Binary101111011011011100011
Octal136155143

Shades and tints

Shades of #5E6D63

#5E6D63
(94,109,99)
#56645A
(86,100,90)
#4E5B51
(78,91,81)
#465248
(70,82,72)
#3E493F
(62,73,63)
#364036
(54,64,54)
#2E372D
(46,55,45)
#262E24
(38,46,36)
#1E251B
(30,37,27)
#161C12
(22,28,18)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #5E6D63

#5E6D63
(94,109,99)
#6C7A71
(108,122,113)
#7A877F
(122,135,127)
#88948D
(136,148,141)
#96A19B
(150,161,155)
#A4AEA9
(164,174,169)
#B2BBB7
(178,187,183)
#C0C8C5
(192,200,197)
#CED5D3
(206,213,211)
#DCE2E1
(220,226,225)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6D63; }

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

This text font color is #5E6D63.


Background Color

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

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

This div background color is #5E6D63.


Border color

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

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

This div border color is #5E6D63.


Opacity

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

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

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

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

This text has shadow with #5E6D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D63 on black background.


Color preview on white background

This text has color #5E6D63 on white background.



Black color preview on #5E6D63 background

This text has black color on #5E6D63 background.


White color preview on #5E6D63 background

This text has white color on #5E6D63 background.