COLOR #5E6061

HEX: #5E6061
RGB: (94,96,97)

Color info

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

RGB color model

#5E6061 color RGB value is (94,96,97).

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

RGB channels and saturation

R 94 of 255 = 37%
G 96 of 255 = 38%
B 97 of 255 = 38%

94
96
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 96 + 97 = 287 (100%)
R 94 of 287 ~ 32.75%
G 96 of 287 ~ 33.45%
B 97 of 287 ~ 33.8%

%32.75
%33.45
%33.8

CMYK color model

#5E6061 color CMYK value is (3,1,0,62).

  • cyan value is 3.09%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(3,1,0,62)
C3M1Y0K62 
(3%,1%,0%,62%)
(0.03/0.01/0.00/0.62)	

CMYK percentages

%3.09
%1.03
%0
%61.96

Codes

Color #5E6061 in popluar color models

5E6061
RGB949697
HSL200°1.57%37.45%
HSB/HSV200°3.09%38.04%
CMYK3.09%1.03%0.00%
61.96%

Color #5E6061 in popluar number systems.

HEX5E6061
Decimal949697
Binary101111011000001100001
Octal136140141

Shades and tints

Shades of #5E6061

#5E6061
(94,96,97)
#565859
(86,88,89)
#4E5051
(78,80,81)
#464849
(70,72,73)
#3E4041
(62,64,65)
#363839
(54,56,57)
#2E3031
(46,48,49)
#262829
(38,40,41)
#1E2021
(30,32,33)
#161819
(22,24,25)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #5E6061

#5E6061
(94,96,97)
#6C6E6F
(108,110,111)
#7A7C7D
(122,124,125)
#888A8B
(136,138,139)
#969899
(150,152,153)
#A4A6A7
(164,166,167)
#B2B4B5
(178,180,181)
#C0C2C3
(192,194,195)
#CED0D1
(206,208,209)
#DCDEDF
(220,222,223)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6061; }

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

This text font color is #5E6061.


Background Color

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

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

This div background color is #5E6061.


Border color

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

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

This div border color is #5E6061.


Opacity

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

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

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

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

This text has shadow with #5E6061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6061 on black background.


Color preview on white background

This text has color #5E6061 on white background.



Black color preview on #5E6061 background

This text has black color on #5E6061 background.


White color preview on #5E6061 background

This text has white color on #5E6061 background.