COLOR #5E6B62

HEX: #5E6B62
RGB: (94,107,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
107
98

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

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 98 = 299 (100%)
R 94 of 299 ~ 31.44%
G 107 of 299 ~ 35.79%
B 98 of 299 ~ 32.78%

%31.44
%35.79
%32.78

CMYK color model

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

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

CMYK percentages

%12.15
%0
%8.41
%58.04

Codes

Color #5E6B62 in popluar color models

5E6B62
RGB9410798
HSL138°6.47%39.41%
HSB/HSV138°12.15%41.96%
CMYK12.15%0.00%8.41%
58.04%

Color #5E6B62 in popluar number systems.

HEX5E6B62
Decimal9410798
Binary101111011010111100010
Octal136153142

Shades and tints

Shades of #5E6B62

#5E6B62
(94,107,98)
#56625A
(86,98,90)
#4E5952
(78,89,82)
#46504A
(70,80,74)
#3E4742
(62,71,66)
#363E3A
(54,62,58)
#2E3532
(46,53,50)
#262C2A
(38,44,42)
#1E2322
(30,35,34)
#161A1A
(22,26,26)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #5E6B62

#5E6B62
(94,107,98)
#6C7870
(108,120,112)
#7A857E
(122,133,126)
#88928C
(136,146,140)
#969F9A
(150,159,154)
#A4ACA8
(164,172,168)
#B2B9B6
(178,185,182)
#C0C6C4
(192,198,196)
#CED3D2
(206,211,210)
#DCE0E0
(220,224,224)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B62; }

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

This text font color is #5E6B62.


Background Color

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

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

This div background color is #5E6B62.


Border color

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

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

This div border color is #5E6B62.


Opacity

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

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

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

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

This text has shadow with #5E6B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B62 on black background.


Color preview on white background

This text has color #5E6B62 on white background.



Black color preview on #5E6B62 background

This text has black color on #5E6B62 background.


White color preview on #5E6B62 background

This text has white color on #5E6B62 background.