COLOR #5E6960

HEX: #5E6960
RGB: (94,105,96)

Color info

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

RGB color model

#5E6960 color RGB value is (94,105,96).

  • red value is 94;
  • green value is 105;
  • blue value is 96.
RGB:
(94,105,96)
(37%,41%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 105 of 255 = 41%
B 96 of 255 = 38%

94
105
96

R + G + B ~ 39%. #5E6960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 105 + 96 = 295 (100%)
R 94 of 295 ~ 31.86%
G 105 of 295 ~ 35.59%
B 96 of 295 ~ 32.54%

%31.86
%35.59
%32.54

CMYK color model

#5E6960 color CMYK value is (10,0,9,59).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 58.82%
CMYK:
(10,0,9,59)
C10M0Y9K59 
(10%,0%,9%,59%)
(0.10/0.00/0.09/0.59)	

CMYK percentages

%10.48
%0
%8.57
%58.82

Codes

Color #5E6960 in popluar color models

5E6960
RGB9410596
HSL131°5.53%39.02%
HSB/HSV131°10.48%41.18%
CMYK10.48%0.00%8.57%
58.82%

Color #5E6960 in popluar number systems.

HEX5E6960
Decimal9410596
Binary101111011010011100000
Octal136151140

Shades and tints

Shades of #5E6960

#5E6960
(94,105,96)
#566058
(86,96,88)
#4E5750
(78,87,80)
#464E48
(70,78,72)
#3E4540
(62,69,64)
#363C38
(54,60,56)
#2E3330
(46,51,48)
#262A28
(38,42,40)
#1E2120
(30,33,32)
#161818
(22,24,24)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E6960

#5E6960
(94,105,96)
#6C766E
(108,118,110)
#7A837C
(122,131,124)
#88908A
(136,144,138)
#969D98
(150,157,152)
#A4AAA6
(164,170,166)
#B2B7B4
(178,183,180)
#C0C4C2
(192,196,194)
#CED1D0
(206,209,208)
#DCDEDE
(220,222,222)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6960 color. Also use rgb(94,105,96) instead hex code.

Text Font Color

.myTextColor { color: #5E6960; }

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

This text font color is #5E6960.


Background Color

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

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

This div background color is #5E6960.


Border color

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

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

This div border color is #5E6960.


Opacity

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

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

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

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

This text has shadow with #5E6960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6960 on black background.


Color preview on white background

This text has color #5E6960 on white background.



Black color preview on #5E6960 background

This text has black color on #5E6960 background.


White color preview on #5E6960 background

This text has white color on #5E6960 background.