COLOR #00604B

HEX: #00604B
RGB: (0,96,75)

Color info

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

RGB color model

#00604B color RGB value is (0,96,75).

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

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 75 of 255 = 29%

0
96
75

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

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 75 = 171 (100%)
R 0 of 171 ~ 0%
G 96 of 171 ~ 56.14%
B 75 of 171 ~ 43.86%

%56.14
%43.86

CMYK color model

#00604B color CMYK value is (100,0,22,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(100,0,22,62)
C100M0Y22K62 
(100%,0%,22%,62%)
(1.00/0.00/0.22/0.62)	

CMYK percentages

%100
%0
%21.88
%62.35

Codes

Color #00604B in popluar color models

00604B
RGB09675
HSL167°100.00%18.82%
HSB/HSV167°100.00%37.65%
CMYK100.00%0.00%21.88%
62.35%

Color #00604B in popluar number systems.

HEX00604B
Decimal09675
Binary011000001001011
Octal0140113

Shades and tints

Shades of #00604B

#00604B
(0,96,75)
#005845
(0,88,69)
#00503F
(0,80,63)
#004839
(0,72,57)
#004033
(0,64,51)
#00382D
(0,56,45)
#003027
(0,48,39)
#002821
(0,40,33)
#00201B
(0,32,27)
#001815
(0,24,21)
#00100F
(0,16,15)
#000000
(0,0,0)

Tints of #00604B

#00604B
(0,96,75)
#176E5B
(23,110,91)
#2E7C6B
(46,124,107)
#458A7B
(69,138,123)
#5C988B
(92,152,139)
#73A69B
(115,166,155)
#8AB4AB
(138,180,171)
#A1C2BB
(161,194,187)
#B8D0CB
(184,208,203)
#CFDEDB
(207,222,219)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00604B color. Also use rgb(0,96,75) instead hex code.

Text Font Color

.myTextColor { color: #00604B; }

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

This text font color is #00604B.


Background Color

.myBgColor { background-color: #00604B; }

<div style="background-color:#00604B">Inner text</div>

This div background color is #00604B.


Border color

.myBorderColor { border: 1px solid #00604B; }

<div style="border:3px solid #00604B">Div</div>

This div border color is #00604B.


Opacity

.myOpacity80 { color: #00604B; opacity: 0.8; }

<p style="color:#00604B;opacity:0.8;">80%</p>

Text with #00604B 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 #00604B;}

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

This text has shadow with #00604B color.

.textShadow {text-shadow: 3px 3px 1px #00604B, 3px 3px 1px red;}

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

This text has shadow with #00604B primary color and red secondary color.


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

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

This text has shadow with #00604B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00604B on black background.


Color preview on white background

This text has color #00604B on white background.



Black color preview on #00604B background

This text has black color on #00604B background.


White color preview on #00604B background

This text has white color on #00604B background.