COLOR #005E5E

HEX: #005E5E
RGB: (0,94,94)

Color info

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

RGB color model

#005E5E color RGB value is (0,94,94).

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

RGB channels and saturation

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

0
94
94

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

Portions of RGB colors in percentages

R + G + B =
0 + 94 + 94 = 188 (100%)
R 0 of 188 ~ 0%
G 94 of 188 ~ 50%
B 94 of 188 ~ 50%

%50
%50

CMYK color model

#005E5E 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 63.14%
CMYK:
(100,0,0,63)
C100M0Y0K63 
(100%,0%,0%,63%)
(1.00/0.00/0.00/0.63)	

CMYK percentages

%100
%0
%0
%63.14

Codes

Color #005E5E in popluar color models

005E5E
RGB09494
HSL180°100.00%18.43%
HSB/HSV180°100.00%36.86%
CMYK100.00%0.00%0.00%
63.14%

Color #005E5E in popluar number systems.

HEX005E5E
Decimal09494
Binary010111101011110
Octal0136136

Shades and tints

Shades of #005E5E

#005E5E
(0,94,94)
#005656
(0,86,86)
#004E4E
(0,78,78)
#004646
(0,70,70)
#003E3E
(0,62,62)
#003636
(0,54,54)
#002E2E
(0,46,46)
#002626
(0,38,38)
#001E1E
(0,30,30)
#001616
(0,22,22)
#000E0E
(0,14,14)
#000000
(0,0,0)

Tints of #005E5E

#005E5E
(0,94,94)
#176C6C
(23,108,108)
#2E7A7A
(46,122,122)
#458888
(69,136,136)
#5C9696
(92,150,150)
#73A4A4
(115,164,164)
#8AB2B2
(138,178,178)
#A1C0C0
(161,192,192)
#B8CECE
(184,206,206)
#CFDCDC
(207,220,220)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005E5E; }

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

This text font color is #005E5E.


Background Color

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

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

This div background color is #005E5E.


Border color

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

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

This div border color is #005E5E.


Opacity

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

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

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

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

This text has shadow with #005E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E5E on black background.


Color preview on white background

This text has color #005E5E on white background.



Black color preview on #005E5E background

This text has black color on #005E5E background.


White color preview on #005E5E background

This text has white color on #005E5E background.