COLOR #5E6758

HEX: #5E6758
RGB: (94,103,88)

Color info

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

RGB color model

#5E6758 color RGB value is (94,103,88).

  • red value is 94;
  • green value is 103;
  • blue value is 88.
RGB:
(94,103,88)
(37%,40%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 88 of 255 = 35%

94
103
88

R + G + B ~ 37%. #5E6758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 88 = 285 (100%)
R 94 of 285 ~ 32.98%
G 103 of 285 ~ 36.14%
B 88 of 285 ~ 30.88%

%32.98
%36.14
%30.88

CMYK color model

#5E6758 color CMYK value is (9,0,15,60).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 59.61%
CMYK:
(9,0,15,60)
C9M0Y15K60 
(9%,0%,15%,60%)
(0.09/0.00/0.15/0.60)	

CMYK percentages

%8.74
%0
%14.56
%59.61

Codes

Color #5E6758 in popluar color models

5E6758
RGB9410388
HSL96°7.85%37.45%
HSB/HSV96°14.56%40.39%
CMYK8.74%0.00%14.56%
59.61%

Color #5E6758 in popluar number systems.

HEX5E6758
Decimal9410388
Binary101111011001111011000
Octal136147130

Shades and tints

Shades of #5E6758

#5E6758
(94,103,88)
#565E50
(86,94,80)
#4E5548
(78,85,72)
#464C40
(70,76,64)
#3E4338
(62,67,56)
#363A30
(54,58,48)
#2E3128
(46,49,40)
#262820
(38,40,32)
#1E1F18
(30,31,24)
#161610
(22,22,16)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #5E6758

#5E6758
(94,103,88)
#6C7467
(108,116,103)
#7A8176
(122,129,118)
#888E85
(136,142,133)
#969B94
(150,155,148)
#A4A8A3
(164,168,163)
#B2B5B2
(178,181,178)
#C0C2C1
(192,194,193)
#CECFD0
(206,207,208)
#DCDCDF
(220,220,223)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6758 color. Also use rgb(94,103,88) instead hex code.

Text Font Color

.myTextColor { color: #5E6758; }

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

This text font color is #5E6758.


Background Color

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

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

This div background color is #5E6758.


Border color

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

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

This div border color is #5E6758.


Opacity

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

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

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

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

This text has shadow with #5E6758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6758 on black background.


Color preview on white background

This text has color #5E6758 on white background.



Black color preview on #5E6758 background

This text has black color on #5E6758 background.


White color preview on #5E6758 background

This text has white color on #5E6758 background.