COLOR #5D6A6A

HEX: #5D6A6A
RGB: (93,106,106)

Color info

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

RGB color model

#5D6A6A color RGB value is (93,106,106).

  • red value is 93;
  • green value is 106;
  • blue value is 106.
RGB:
(93,106,106)
(36%,42%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 106 of 255 = 42%
B 106 of 255 = 42%

93
106
106

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

Portions of RGB colors in percentages

R + G + B =
93 + 106 + 106 = 305 (100%)
R 93 of 305 ~ 30.49%
G 106 of 305 ~ 34.75%
B 106 of 305 ~ 34.75%

%30.49
%34.75
%34.75

CMYK color model

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

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(12,0,0,58)
C12M0Y0K58 
(12%,0%,0%,58%)
(0.12/0.00/0.00/0.58)	

CMYK percentages

%12.26
%0
%0
%58.43

Codes

Color #5D6A6A in popluar color models

5D6A6A
RGB93106106
HSL180°6.53%39.02%
HSB/HSV180°12.26%41.57%
CMYK12.26%0.00%0.00%
58.43%

Color #5D6A6A in popluar number systems.

HEX5D6A6A
Decimal93106106
Binary101110111010101101010
Octal135152152

Shades and tints

Shades of #5D6A6A

#5D6A6A
(93,106,106)
#556161
(85,97,97)
#4D5858
(77,88,88)
#454F4F
(69,79,79)
#3D4646
(61,70,70)
#353D3D
(53,61,61)
#2D3434
(45,52,52)
#252B2B
(37,43,43)
#1D2222
(29,34,34)
#151919
(21,25,25)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #5D6A6A

#5D6A6A
(93,106,106)
#6B7777
(107,119,119)
#798484
(121,132,132)
#879191
(135,145,145)
#959E9E
(149,158,158)
#A3ABAB
(163,171,171)
#B1B8B8
(177,184,184)
#BFC5C5
(191,197,197)
#CDD2D2
(205,210,210)
#DBDFDF
(219,223,223)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6A6A; }

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

This text font color is #5D6A6A.


Background Color

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

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

This div background color is #5D6A6A.


Border color

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

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

This div border color is #5D6A6A.


Opacity

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

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

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

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

This text has shadow with #5D6A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6A6A on black background.


Color preview on white background

This text has color #5D6A6A on white background.



Black color preview on #5D6A6A background

This text has black color on #5D6A6A background.


White color preview on #5D6A6A background

This text has white color on #5D6A6A background.