COLOR #005D5D

HEX: #005D5D
RGB: (0,93,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
93
93

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

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 93 = 186 (100%)
R 0 of 186 ~ 0%
G 93 of 186 ~ 50%
B 93 of 186 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%63.53

Codes

Color #005D5D in popluar color models

005D5D
RGB09393
HSL180°100.00%18.24%
HSB/HSV180°100.00%36.47%
CMYK100.00%0.00%0.00%
63.53%

Color #005D5D in popluar number systems.

HEX005D5D
Decimal09393
Binary010111011011101
Octal0135135

Shades and tints

Shades of #005D5D

#005D5D
(0,93,93)
#005555
(0,85,85)
#004D4D
(0,77,77)
#004545
(0,69,69)
#003D3D
(0,61,61)
#003535
(0,53,53)
#002D2D
(0,45,45)
#002525
(0,37,37)
#001D1D
(0,29,29)
#001515
(0,21,21)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #005D5D

#005D5D
(0,93,93)
#176B6B
(23,107,107)
#2E7979
(46,121,121)
#458787
(69,135,135)
#5C9595
(92,149,149)
#73A3A3
(115,163,163)
#8AB1B1
(138,177,177)
#A1BFBF
(161,191,191)
#B8CDCD
(184,205,205)
#CFDBDB
(207,219,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005D5D; }

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

This text font color is #005D5D.


Background Color

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

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

This div background color is #005D5D.


Border color

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

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

This div border color is #005D5D.


Opacity

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

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

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

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

This text has shadow with #005D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D5D on black background.


Color preview on white background

This text has color #005D5D on white background.



Black color preview on #005D5D background

This text has black color on #005D5D background.


White color preview on #005D5D background

This text has white color on #005D5D background.