COLOR #005F5F

HEX: #005F5F
RGB: (0,95,95)

Color info

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

RGB color model

#005F5F color RGB value is (0,95,95).

  • red value is 0;
  • green value is 95;
  • blue value is 95.
RGB:
(0,95,95)
(0%,37%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 95 of 255 = 37%
B 95 of 255 = 37%

0
95
95

R + G + B ~ 25%. #005F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 95 + 95 = 190 (100%)
R 0 of 190 ~ 0%
G 95 of 190 ~ 50%
B 95 of 190 ~ 50%

%50
%50

CMYK color model

#005F5F color CMYK value is (100,0,0,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(100,0,0,63)
C100M0Y0K63 
(100%,0%,0%,63%)
(1.00/0.00/0.00/0.63)	

CMYK percentages

%100
%0
%0
%62.75

Codes

Color #005F5F in popluar color models

005F5F
RGB09595
HSL180°100.00%18.63%
HSB/HSV180°100.00%37.25%
CMYK100.00%0.00%0.00%
62.75%

Color #005F5F in popluar number systems.

HEX005F5F
Decimal09595
Binary010111111011111
Octal0137137

Shades and tints

Shades of #005F5F

#005F5F
(0,95,95)
#005757
(0,87,87)
#004F4F
(0,79,79)
#004747
(0,71,71)
#003F3F
(0,63,63)
#003737
(0,55,55)
#002F2F
(0,47,47)
#002727
(0,39,39)
#001F1F
(0,31,31)
#001717
(0,23,23)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #005F5F

#005F5F
(0,95,95)
#176D6D
(23,109,109)
#2E7B7B
(46,123,123)
#458989
(69,137,137)
#5C9797
(92,151,151)
#73A5A5
(115,165,165)
#8AB3B3
(138,179,179)
#A1C1C1
(161,193,193)
#B8CFCF
(184,207,207)
#CFDDDD
(207,221,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005F5F; }

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

This text font color is #005F5F.


Background Color

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

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

This div background color is #005F5F.


Border color

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

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

This div border color is #005F5F.


Opacity

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

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

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

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

This text has shadow with #005F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005F5F on black background.


Color preview on white background

This text has color #005F5F on white background.



Black color preview on #005F5F background

This text has black color on #005F5F background.


White color preview on #005F5F background

This text has white color on #005F5F background.