COLOR #00605E

HEX: #00605E
RGB: (0,96,94)

Color info

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

RGB color model

#00605E color RGB value is (0,96,94).

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

RGB channels and saturation

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

0
96
94

R + G + B ~ 25%. #00605E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 94 = 190 (100%)
R 0 of 190 ~ 0%
G 96 of 190 ~ 50.53%
B 94 of 190 ~ 49.47%

%50.53
%49.47

CMYK color model

#00605E color CMYK value is (100,0,2,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 62.35%
CMYK:
(100,0,2,62)
C100M0Y2K62 
(100%,0%,2%,62%)
(1.00/0.00/0.02/0.62)	

CMYK percentages

%100
%0
%2.08
%62.35

Codes

Color #00605E in popluar color models

00605E
RGB09694
HSL179°100.00%18.82%
HSB/HSV179°100.00%37.65%
CMYK100.00%0.00%2.08%
62.35%

Color #00605E in popluar number systems.

HEX00605E
Decimal09694
Binary011000001011110
Octal0140136

Shades and tints

Shades of #00605E

#00605E
(0,96,94)
#005856
(0,88,86)
#00504E
(0,80,78)
#004846
(0,72,70)
#00403E
(0,64,62)
#003836
(0,56,54)
#00302E
(0,48,46)
#002826
(0,40,38)
#00201E
(0,32,30)
#001816
(0,24,22)
#00100E
(0,16,14)
#000000
(0,0,0)

Tints of #00605E

#00605E
(0,96,94)
#176E6C
(23,110,108)
#2E7C7A
(46,124,122)
#458A88
(69,138,136)
#5C9896
(92,152,150)
#73A6A4
(115,166,164)
#8AB4B2
(138,180,178)
#A1C2C0
(161,194,192)
#B8D0CE
(184,208,206)
#CFDEDC
(207,222,220)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00605E; }

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

This text font color is #00605E.


Background Color

.myBgColor { background-color: #00605E; }

<div style="background-color:#00605E">Inner text</div>

This div background color is #00605E.


Border color

.myBorderColor { border: 1px solid #00605E; }

<div style="border:3px solid #00605E">Div</div>

This div border color is #00605E.


Opacity

.myOpacity80 { color: #00605E; opacity: 0.8; }

<p style="color:#00605E;opacity:0.8;">80%</p>

Text with #00605E 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 #00605E;}

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

This text has shadow with #00605E color.

.textShadow {text-shadow: 3px 3px 1px #00605E, 3px 3px 1px red;}

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

This text has shadow with #00605E primary color and red secondary color.


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

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

This text has shadow with #00605E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00605E on black background.


Color preview on white background

This text has color #00605E on white background.



Black color preview on #00605E background

This text has black color on #00605E background.


White color preview on #00605E background

This text has white color on #00605E background.