COLOR #00664C

HEX: #00664C
RGB: (0,102,76)

Color info

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

RGB color model

#00664C color RGB value is (0,102,76).

  • red value is 0;
  • green value is 102;
  • blue value is 76.
RGB:
(0,102,76)
(0%,40%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 102 of 255 = 40%
B 76 of 255 = 30%

0
102
76

R + G + B ~ 23%. #00664C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 102 + 76 = 178 (100%)
R 0 of 178 ~ 0%
G 102 of 178 ~ 57.3%
B 76 of 178 ~ 42.7%

%57.3
%42.7

CMYK color model

#00664C color CMYK value is (100,0,25,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 60.00%
CMYK:
(100,0,25,60)
C100M0Y25K60 
(100%,0%,25%,60%)
(1.00/0.00/0.25/0.60)	

CMYK percentages

%100
%0
%25.49
%60

Codes

Color #00664C in popluar color models

00664C
RGB010276
HSL165°100.00%20.00%
HSB/HSV165°100.00%40.00%
CMYK100.00%0.00%25.49%
60.00%

Color #00664C in popluar number systems.

HEX00664C
Decimal010276
Binary011001101001100
Octal0146114

Shades and tints

Shades of #00664C

#00664C
(0,102,76)
#005D46
(0,93,70)
#005440
(0,84,64)
#004B3A
(0,75,58)
#004234
(0,66,52)
#00392E
(0,57,46)
#003028
(0,48,40)
#002722
(0,39,34)
#001E1C
(0,30,28)
#001516
(0,21,22)
#000C10
(0,12,16)
#000000
(0,0,0)

Tints of #00664C

#00664C
(0,102,76)
#17735C
(23,115,92)
#2E806C
(46,128,108)
#458D7C
(69,141,124)
#5C9A8C
(92,154,140)
#73A79C
(115,167,156)
#8AB4AC
(138,180,172)
#A1C1BC
(161,193,188)
#B8CECC
(184,206,204)
#CFDBDC
(207,219,220)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00664C color. Also use rgb(0,102,76) instead hex code.

Text Font Color

.myTextColor { color: #00664C; }

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

This text font color is #00664C.


Background Color

.myBgColor { background-color: #00664C; }

<div style="background-color:#00664C">Inner text</div>

This div background color is #00664C.


Border color

.myBorderColor { border: 1px solid #00664C; }

<div style="border:3px solid #00664C">Div</div>

This div border color is #00664C.


Opacity

.myOpacity80 { color: #00664C; opacity: 0.8; }

<p style="color:#00664C;opacity:0.8;">80%</p>

Text with #00664C 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 #00664C;}

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

This text has shadow with #00664C color.

.textShadow {text-shadow: 3px 3px 1px #00664C, 3px 3px 1px red;}

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

This text has shadow with #00664C primary color and red secondary color.


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

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

This text has shadow with #00664C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00664C on black background.


Color preview on white background

This text has color #00664C on white background.



Black color preview on #00664C background

This text has black color on #00664C background.


White color preview on #00664C background

This text has white color on #00664C background.