COLOR #5E6B5E

HEX: #5E6B5E
RGB: (94,107,94)

Color info

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

RGB color model

#5E6B5E color RGB value is (94,107,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 107 of 255 = 42%
B 94 of 255 = 37%

94
107
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 94 = 295 (100%)
R 94 of 295 ~ 31.86%
G 107 of 295 ~ 36.27%
B 94 of 295 ~ 31.86%

%31.86
%36.27
%31.86

CMYK color model

#5E6B5E color CMYK value is (12,0,12,58).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 58.04%
CMYK:
(12,0,12,58)
C12M0Y12K58 
(12%,0%,12%,58%)
(0.12/0.00/0.12/0.58)	

CMYK percentages

%12.15
%0
%12.15
%58.04

Codes

Color #5E6B5E in popluar color models

5E6B5E
RGB9410794
HSL120°6.47%39.41%
HSB/HSV120°12.15%41.96%
CMYK12.15%0.00%12.15%
58.04%

Color #5E6B5E in popluar number systems.

HEX5E6B5E
Decimal9410794
Binary101111011010111011110
Octal136153136

Shades and tints

Shades of #5E6B5E

#5E6B5E
(94,107,94)
#566256
(86,98,86)
#4E594E
(78,89,78)
#465046
(70,80,70)
#3E473E
(62,71,62)
#363E36
(54,62,54)
#2E352E
(46,53,46)
#262C26
(38,44,38)
#1E231E
(30,35,30)
#161A16
(22,26,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #5E6B5E

#5E6B5E
(94,107,94)
#6C786C
(108,120,108)
#7A857A
(122,133,122)
#889288
(136,146,136)
#969F96
(150,159,150)
#A4ACA4
(164,172,164)
#B2B9B2
(178,185,178)
#C0C6C0
(192,198,192)
#CED3CE
(206,211,206)
#DCE0DC
(220,224,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B5E; }

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

This text font color is #5E6B5E.


Background Color

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

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

This div background color is #5E6B5E.


Border color

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

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

This div border color is #5E6B5E.


Opacity

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

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

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

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

This text has shadow with #5E6B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B5E on black background.


Color preview on white background

This text has color #5E6B5E on white background.



Black color preview on #5E6B5E background

This text has black color on #5E6B5E background.


White color preview on #5E6B5E background

This text has white color on #5E6B5E background.