COLOR #5E665E

HEX: #5E665E
RGB: (94,102,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
102
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 102 + 94 = 290 (100%)
R 94 of 290 ~ 32.41%
G 102 of 290 ~ 35.17%
B 94 of 290 ~ 32.41%

%32.41
%35.17
%32.41

CMYK color model

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

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

CMYK percentages

%7.84
%0
%7.84
%60

Codes

Color #5E665E in popluar color models

5E665E
RGB9410294
HSL120°4.08%38.43%
HSB/HSV120°7.84%40.00%
CMYK7.84%0.00%7.84%
60.00%

Color #5E665E in popluar number systems.

HEX5E665E
Decimal9410294
Binary101111011001101011110
Octal136146136

Shades and tints

Shades of #5E665E

#5E665E
(94,102,94)
#565D56
(86,93,86)
#4E544E
(78,84,78)
#464B46
(70,75,70)
#3E423E
(62,66,62)
#363936
(54,57,54)
#2E302E
(46,48,46)
#262726
(38,39,38)
#1E1E1E
(30,30,30)
#161516
(22,21,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #5E665E

#5E665E
(94,102,94)
#6C736C
(108,115,108)
#7A807A
(122,128,122)
#888D88
(136,141,136)
#969A96
(150,154,150)
#A4A7A4
(164,167,164)
#B2B4B2
(178,180,178)
#C0C1C0
(192,193,192)
#CECECE
(206,206,206)
#DCDBDC
(220,219,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E665E; }

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

This text font color is #5E665E.


Background Color

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

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

This div background color is #5E665E.


Border color

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

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

This div border color is #5E665E.


Opacity

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

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

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

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

This text has shadow with #5E665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E665E on black background.


Color preview on white background

This text has color #5E665E on white background.



Black color preview on #5E665E background

This text has black color on #5E665E background.


White color preview on #5E665E background

This text has white color on #5E665E background.