COLOR #5E6158

HEX: #5E6158
RGB: (94,97,88)

Color info

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

RGB color model

#5E6158 color RGB value is (94,97,88).

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

RGB channels and saturation

R 94 of 255 = 37%
G 97 of 255 = 38%
B 88 of 255 = 35%

94
97
88

R + G + B ~ 37%. #5E6158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 97 + 88 = 279 (100%)
R 94 of 279 ~ 33.69%
G 97 of 279 ~ 34.77%
B 88 of 279 ~ 31.54%

%33.69
%34.77
%31.54

CMYK color model

#5E6158 color CMYK value is (3,0,9,62).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(3,0,9,62)
C3M0Y9K62 
(3%,0%,9%,62%)
(0.03/0.00/0.09/0.62)	

CMYK percentages

%3.09
%0
%9.28
%61.96

Codes

Color #5E6158 in popluar color models

5E6158
RGB949788
HSL80°4.86%36.27%
HSB/HSV80°9.28%38.04%
CMYK3.09%0.00%9.28%
61.96%

Color #5E6158 in popluar number systems.

HEX5E6158
Decimal949788
Binary101111011000011011000
Octal136141130

Shades and tints

Shades of #5E6158

#5E6158
(94,97,88)
#565950
(86,89,80)
#4E5148
(78,81,72)
#464940
(70,73,64)
#3E4138
(62,65,56)
#363930
(54,57,48)
#2E3128
(46,49,40)
#262920
(38,41,32)
#1E2118
(30,33,24)
#161910
(22,25,16)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #5E6158

#5E6158
(94,97,88)
#6C6F67
(108,111,103)
#7A7D76
(122,125,118)
#888B85
(136,139,133)
#969994
(150,153,148)
#A4A7A3
(164,167,163)
#B2B5B2
(178,181,178)
#C0C3C1
(192,195,193)
#CED1D0
(206,209,208)
#DCDFDF
(220,223,223)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6158; }

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

This text font color is #5E6158.


Background Color

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

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

This div background color is #5E6158.


Border color

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

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

This div border color is #5E6158.


Opacity

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

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

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

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

This text has shadow with #5E6158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6158 on black background.


Color preview on white background

This text has color #5E6158 on white background.



Black color preview on #5E6158 background

This text has black color on #5E6158 background.


White color preview on #5E6158 background

This text has white color on #5E6158 background.