COLOR #00594D

HEX: #00594D
RGB: (0,89,77)

Color info

#00594D contains only green and blue colors. Web safe color of #00594D is #006633 (or #063).

RGB color model

#00594D color RGB value is (0,89,77).

  • red value is 0;
  • green value is 89;
  • blue value is 77.
RGB:
(0,89,77)
(0%,35%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 89 of 255 = 35%
B 77 of 255 = 30%

0
89
77

R + G + B ~ 22%. #00594D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 89 + 77 = 166 (100%)
R 0 of 166 ~ 0%
G 89 of 166 ~ 53.61%
B 77 of 166 ~ 46.39%

%53.61
%46.39

CMYK color model

#00594D color CMYK value is (100,0,13,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 65.10%
CMYK:
(100,0,13,65)
C100M0Y13K65 
(100%,0%,13%,65%)
(1.00/0.00/0.13/0.65)	

CMYK percentages

%100
%0
%13.48
%65.1

Codes

Color #00594D in popluar color models

00594D
RGB08977
HSL172°100.00%17.45%
HSB/HSV172°100.00%34.90%
CMYK100.00%0.00%13.48%
65.10%

Color #00594D in popluar number systems.

HEX00594D
Decimal08977
Binary010110011001101
Octal0131115

Shades and tints

Shades of #00594D

#00594D
(0,89,77)
#005146
(0,81,70)
#00493F
(0,73,63)
#004138
(0,65,56)
#003931
(0,57,49)
#00312A
(0,49,42)
#002923
(0,41,35)
#00211C
(0,33,28)
#001915
(0,25,21)
#00110E
(0,17,14)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #00594D

#00594D
(0,89,77)
#17685D
(23,104,93)
#2E776D
(46,119,109)
#45867D
(69,134,125)
#5C958D
(92,149,141)
#73A49D
(115,164,157)
#8AB3AD
(138,179,173)
#A1C2BD
(161,194,189)
#B8D1CD
(184,209,205)
#CFE0DD
(207,224,221)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00594D color. Also use rgb(0,89,77) instead hex code.

Text Font Color

.myTextColor { color: #00594D; }

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

This text font color is #00594D.


Background Color

.myBgColor { background-color: #00594D; }

<div style="background-color:#00594D">Inner text</div>

This div background color is #00594D.


Border color

.myBorderColor { border: 1px solid #00594D; }

<div style="border:3px solid #00594D">Div</div>

This div border color is #00594D.


Opacity

.myOpacity80 { color: #00594D; opacity: 0.8; }

<p style="color:#00594D;opacity:0.8;">80%</p>

Text with #00594D 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 #00594D;}

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

This text has shadow with #00594D color.

.textShadow {text-shadow: 3px 3px 1px #00594D, 3px 3px 1px red;}

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

This text has shadow with #00594D primary color and red secondary color.


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

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

This text has shadow with #00594D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00594D on black background.


Color preview on white background

This text has color #00594D on white background.



Black color preview on #00594D background

This text has black color on #00594D background.


White color preview on #00594D background

This text has white color on #00594D background.