COLOR #5D9393

HEX: #5D9393
RGB: (93,147,147)

Color info

#5D9393 contains red, green and blue colors in about the same proportion. Web safe color of #5D9393 is #669999 (or #699).

RGB color model

#5D9393 color RGB value is (93,147,147).

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

RGB channels and saturation

R 93 of 255 = 36%
G 147 of 255 = 58%
B 147 of 255 = 58%

93
147
147

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

Portions of RGB colors in percentages

R + G + B =
93 + 147 + 147 = 387 (100%)
R 93 of 387 ~ 24.03%
G 147 of 387 ~ 37.98%
B 147 of 387 ~ 37.98%

%24.03
%37.98
%37.98

CMYK color model

#5D9393 color CMYK value is (37,0,0,42).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(37,0,0,42)
C37M0Y0K42 
(37%,0%,0%,42%)
(0.37/0.00/0.00/0.42)	

CMYK percentages

%36.73
%0
%0
%42.35

Codes

Color #5D9393 in popluar color models

5D9393
RGB93147147
HSL180°22.50%47.06%
HSB/HSV180°36.73%57.65%
CMYK36.73%0.00%0.00%
42.35%

Color #5D9393 in popluar number systems.

HEX5D9393
Decimal93147147
Binary10111011001001110010011
Octal135223223

Shades and tints

Shades of #5D9393

#5D9393
(93,147,147)
#558686
(85,134,134)
#4D7979
(77,121,121)
#456C6C
(69,108,108)
#3D5F5F
(61,95,95)
#355252
(53,82,82)
#2D4545
(45,69,69)
#253838
(37,56,56)
#1D2B2B
(29,43,43)
#151E1E
(21,30,30)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #5D9393

#5D9393
(93,147,147)
#6B9C9C
(107,156,156)
#79A5A5
(121,165,165)
#87AEAE
(135,174,174)
#95B7B7
(149,183,183)
#A3C0C0
(163,192,192)
#B1C9C9
(177,201,201)
#BFD2D2
(191,210,210)
#CDDBDB
(205,219,219)
#DBE4E4
(219,228,228)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9393; }

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

This text font color is #5D9393.


Background Color

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

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

This div background color is #5D9393.


Border color

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

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

This div border color is #5D9393.


Opacity

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

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

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

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

This text has shadow with #5D9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9393 on black background.


Color preview on white background

This text has color #5D9393 on white background.



Black color preview on #5D9393 background

This text has black color on #5D9393 background.


White color preview on #5D9393 background

This text has white color on #5D9393 background.