COLOR #5E684F

HEX: #5E684F
RGB: (94,104,79)

Color info

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

RGB color model

#5E684F color RGB value is (94,104,79).

  • red value is 94;
  • green value is 104;
  • blue value is 79.
RGB:
(94,104,79)
(37%,41%,31%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 79 of 255 = 31%

94
104
79

R + G + B ~ 36%. #5E684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 104 + 79 = 277 (100%)
R 94 of 277 ~ 33.94%
G 104 of 277 ~ 37.55%
B 79 of 277 ~ 28.52%

%33.94
%37.55
%28.52

CMYK color model

#5E684F color CMYK value is (10,0,24,59).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(10,0,24,59)
C10M0Y24K59 
(10%,0%,24%,59%)
(0.10/0.00/0.24/0.59)	

CMYK percentages

%9.62
%0
%24.04
%59.22

Codes

Color #5E684F in popluar color models

5E684F
RGB9410479
HSL84°13.66%35.88%
HSB/HSV84°24.04%40.78%
CMYK9.62%0.00%24.04%
59.22%

Color #5E684F in popluar number systems.

HEX5E684F
Decimal9410479
Binary101111011010001001111
Octal136150117

Shades and tints

Shades of #5E684F

#5E684F
(94,104,79)
#565F48
(86,95,72)
#4E5641
(78,86,65)
#464D3A
(70,77,58)
#3E4433
(62,68,51)
#363B2C
(54,59,44)
#2E3225
(46,50,37)
#26291E
(38,41,30)
#1E2017
(30,32,23)
#161710
(22,23,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #5E684F

#5E684F
(94,104,79)
#6C755F
(108,117,95)
#7A826F
(122,130,111)
#888F7F
(136,143,127)
#969C8F
(150,156,143)
#A4A99F
(164,169,159)
#B2B6AF
(178,182,175)
#C0C3BF
(192,195,191)
#CED0CF
(206,208,207)
#DCDDDF
(220,221,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E684F color. Also use rgb(94,104,79) instead hex code.

Text Font Color

.myTextColor { color: #5E684F; }

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

This text font color is #5E684F.


Background Color

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

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

This div background color is #5E684F.


Border color

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

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

This div border color is #5E684F.


Opacity

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

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

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

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

This text has shadow with #5E684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E684F on black background.


Color preview on white background

This text has color #5E684F on white background.



Black color preview on #5E684F background

This text has black color on #5E684F background.


White color preview on #5E684F background

This text has white color on #5E684F background.