COLOR #5D716E

HEX: #5D716E
RGB: (93,113,110)

Color info

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

RGB color model

#5D716E color RGB value is (93,113,110).

  • red value is 93;
  • green value is 113;
  • blue value is 110.
RGB:
(93,113,110)
(36%,44%,43%)

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 110 of 255 = 43%

93
113
110

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

Portions of RGB colors in percentages

R + G + B =
93 + 113 + 110 = 316 (100%)
R 93 of 316 ~ 29.43%
G 113 of 316 ~ 35.76%
B 110 of 316 ~ 34.81%

%29.43
%35.76
%34.81

CMYK color model

#5D716E color CMYK value is (18,0,3,56).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(18,0,3,56)
C18M0Y3K56 
(18%,0%,3%,56%)
(0.18/0.00/0.03/0.56)	

CMYK percentages

%17.7
%0
%2.65
%55.69

Codes

Color #5D716E in popluar color models

5D716E
RGB93113110
HSL171°9.71%40.39%
HSB/HSV171°17.70%44.31%
CMYK17.70%0.00%2.65%
55.69%

Color #5D716E in popluar number systems.

HEX5D716E
Decimal93113110
Binary101110111100011101110
Octal135161156

Shades and tints

Shades of #5D716E

#5D716E
(93,113,110)
#556764
(85,103,100)
#4D5D5A
(77,93,90)
#455350
(69,83,80)
#3D4946
(61,73,70)
#353F3C
(53,63,60)
#2D3532
(45,53,50)
#252B28
(37,43,40)
#1D211E
(29,33,30)
#151714
(21,23,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D716E

#5D716E
(93,113,110)
#6B7D7B
(107,125,123)
#798988
(121,137,136)
#879595
(135,149,149)
#95A1A2
(149,161,162)
#A3ADAF
(163,173,175)
#B1B9BC
(177,185,188)
#BFC5C9
(191,197,201)
#CDD1D6
(205,209,214)
#DBDDE3
(219,221,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D716E color. Also use rgb(93,113,110) instead hex code.

Text Font Color

.myTextColor { color: #5D716E; }

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

This text font color is #5D716E.


Background Color

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

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

This div background color is #5D716E.


Border color

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

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

This div border color is #5D716E.


Opacity

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

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

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

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

This text has shadow with #5D716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D716E on black background.


Color preview on white background

This text has color #5D716E on white background.



Black color preview on #5D716E background

This text has black color on #5D716E background.


White color preview on #5D716E background

This text has white color on #5D716E background.