COLOR #005D5C

HEX: #005D5C
RGB: (0,93,92)

Color info

#005D5C contains only green and blue colors. Web safe color of #005D5C is #006666 (or #066).

RGB color model

#005D5C color RGB value is (0,93,92).

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

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 92 of 255 = 36%

0
93
92

R + G + B ~ 24%. #005D5C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 92 = 185 (100%)
R 0 of 185 ~ 0%
G 93 of 185 ~ 50.27%
B 92 of 185 ~ 49.73%

%50.27
%49.73

CMYK color model

#005D5C color CMYK value is (100,0,1,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 63.53%
CMYK:
(100,0,1,64)
C100M0Y1K64 
(100%,0%,1%,64%)
(1.00/0.00/0.01/0.64)	

CMYK percentages

%100
%0
%1.08
%63.53

Codes

Color #005D5C in popluar color models

005D5C
RGB09392
HSL179°100.00%18.24%
HSB/HSV179°100.00%36.47%
CMYK100.00%0.00%1.08%
63.53%

Color #005D5C in popluar number systems.

HEX005D5C
Decimal09392
Binary010111011011100
Octal0135134

Shades and tints

Shades of #005D5C

#005D5C
(0,93,92)
#005554
(0,85,84)
#004D4C
(0,77,76)
#004544
(0,69,68)
#003D3C
(0,61,60)
#003534
(0,53,52)
#002D2C
(0,45,44)
#002524
(0,37,36)
#001D1C
(0,29,28)
#001514
(0,21,20)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #005D5C

#005D5C
(0,93,92)
#176B6A
(23,107,106)
#2E7978
(46,121,120)
#458786
(69,135,134)
#5C9594
(92,149,148)
#73A3A2
(115,163,162)
#8AB1B0
(138,177,176)
#A1BFBE
(161,191,190)
#B8CDCC
(184,205,204)
#CFDBDA
(207,219,218)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005D5C color. Also use rgb(0,93,92) instead hex code.

Text Font Color

.myTextColor { color: #005D5C; }

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

This text font color is #005D5C.


Background Color

.myBgColor { background-color: #005D5C; }

<div style="background-color:#005D5C">Inner text</div>

This div background color is #005D5C.


Border color

.myBorderColor { border: 1px solid #005D5C; }

<div style="border:3px solid #005D5C">Div</div>

This div border color is #005D5C.


Opacity

.myOpacity80 { color: #005D5C; opacity: 0.8; }

<p style="color:#005D5C;opacity:0.8;">80%</p>

Text with #005D5C 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 #005D5C;}

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

This text has shadow with #005D5C color.

.textShadow {text-shadow: 3px 3px 1px #005D5C, 3px 3px 1px red;}

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

This text has shadow with #005D5C primary color and red secondary color.


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

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

This text has shadow with #005D5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D5C on black background.


Color preview on white background

This text has color #005D5C on white background.



Black color preview on #005D5C background

This text has black color on #005D5C background.


White color preview on #005D5C background

This text has white color on #005D5C background.