COLOR #5E665D

HEX: #5E665D
RGB: (94,102,93)

Color info

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

RGB color model

#5E665D color RGB value is (94,102,93).

  • red value is 94;
  • green value is 102;
  • blue value is 93.
RGB:
(94,102,93)
(37%,40%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 102 of 255 = 40%
B 93 of 255 = 36%

94
102
93

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

Portions of RGB colors in percentages

R + G + B =
94 + 102 + 93 = 289 (100%)
R 94 of 289 ~ 32.53%
G 102 of 289 ~ 35.29%
B 93 of 289 ~ 32.18%

%32.53
%35.29
%32.18

CMYK color model

#5E665D color CMYK value is (8,0,9,60).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 60.00%
CMYK:
(8,0,9,60)
C8M0Y9K60 
(8%,0%,9%,60%)
(0.08/0.00/0.09/0.60)	

CMYK percentages

%7.84
%0
%8.82
%60

Codes

Color #5E665D in popluar color models

5E665D
RGB9410293
HSL113°4.62%38.24%
HSB/HSV113°8.82%40.00%
CMYK7.84%0.00%8.82%
60.00%

Color #5E665D in popluar number systems.

HEX5E665D
Decimal9410293
Binary101111011001101011101
Octal136146135

Shades and tints

Shades of #5E665D

#5E665D
(94,102,93)
#565D55
(86,93,85)
#4E544D
(78,84,77)
#464B45
(70,75,69)
#3E423D
(62,66,61)
#363935
(54,57,53)
#2E302D
(46,48,45)
#262725
(38,39,37)
#1E1E1D
(30,30,29)
#161515
(22,21,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #5E665D

#5E665D
(94,102,93)
#6C736B
(108,115,107)
#7A8079
(122,128,121)
#888D87
(136,141,135)
#969A95
(150,154,149)
#A4A7A3
(164,167,163)
#B2B4B1
(178,180,177)
#C0C1BF
(192,193,191)
#CECECD
(206,206,205)
#DCDBDB
(220,219,219)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E665D color. Also use rgb(94,102,93) instead hex code.

Text Font Color

.myTextColor { color: #5E665D; }

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

This text font color is #5E665D.


Background Color

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

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

This div background color is #5E665D.


Border color

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

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

This div border color is #5E665D.


Opacity

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

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

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

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

This text has shadow with #5E665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E665D on black background.


Color preview on white background

This text has color #5E665D on white background.



Black color preview on #5E665D background

This text has black color on #5E665D background.


White color preview on #5E665D background

This text has white color on #5E665D background.