COLOR #5E716D

HEX: #5E716D
RGB: (94,113,109)

Color info

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

RGB color model

#5E716D color RGB value is (94,113,109).

  • red value is 94;
  • green value is 113;
  • blue value is 109.
RGB:
(94,113,109)
(37%,44%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 109 of 255 = 43%

94
113
109

R + G + B ~ 41%. #5E716D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 109 = 316 (100%)
R 94 of 316 ~ 29.75%
G 113 of 316 ~ 35.76%
B 109 of 316 ~ 34.49%

%29.75
%35.76
%34.49

CMYK color model

#5E716D color CMYK value is (17,0,4,56).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(17,0,4,56)
C17M0Y4K56 
(17%,0%,4%,56%)
(0.17/0.00/0.04/0.56)	

CMYK percentages

%16.81
%0
%3.54
%55.69

Codes

Color #5E716D in popluar color models

5E716D
RGB94113109
HSL167°9.18%40.59%
HSB/HSV167°16.81%44.31%
CMYK16.81%0.00%3.54%
55.69%

Color #5E716D in popluar number systems.

HEX5E716D
Decimal94113109
Binary101111011100011101101
Octal136161155

Shades and tints

Shades of #5E716D

#5E716D
(94,113,109)
#566764
(86,103,100)
#4E5D5B
(78,93,91)
#465352
(70,83,82)
#3E4949
(62,73,73)
#363F40
(54,63,64)
#2E3537
(46,53,55)
#262B2E
(38,43,46)
#1E2125
(30,33,37)
#16171C
(22,23,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #5E716D

#5E716D
(94,113,109)
#6C7D7A
(108,125,122)
#7A8987
(122,137,135)
#889594
(136,149,148)
#96A1A1
(150,161,161)
#A4ADAE
(164,173,174)
#B2B9BB
(178,185,187)
#C0C5C8
(192,197,200)
#CED1D5
(206,209,213)
#DCDDE2
(220,221,226)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E716D; }

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

This text font color is #5E716D.


Background Color

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

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

This div background color is #5E716D.


Border color

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

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

This div border color is #5E716D.


Opacity

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

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

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

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

This text has shadow with #5E716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E716D on black background.


Color preview on white background

This text has color #5E716D on white background.



Black color preview on #5E716D background

This text has black color on #5E716D background.


White color preview on #5E716D background

This text has white color on #5E716D background.