COLOR #066D59

HEX: #066D59
RGB: (6,109,89)

Color info

#066D59 contains mainly green and blue colors. Web safe color of #066D59 is #006666 (or #066).

RGB color model

#066D59 color RGB value is (6,109,89).

  • red value is 6;
  • green value is 109;
  • blue value is 89.
RGB:
(6,109,89)
(2%,43%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 109 of 255 = 43%
B 89 of 255 = 35%

6
109
89

R + G + B ~ 27%. #066D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 109 + 89 = 204 (100%)
R 6 of 204 ~ 2.94%
G 109 of 204 ~ 53.43%
B 89 of 204 ~ 43.63%

%53.43
%43.63

CMYK color model

#066D59 color CMYK value is (94,0,18,57).

  • cyan value is 94.50%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 57.25%
CMYK:
(94,0,18,57)
C94M0Y18K57 
(94%,0%,18%,57%)
(0.94/0.00/0.18/0.57)	

CMYK percentages

%94.5
%0
%18.35
%57.25

Codes

Color #066D59 in popluar color models

066D59
RGB610989
HSL168°89.57%22.55%
HSB/HSV168°94.50%42.75%
CMYK94.50%0.00%18.35%
57.25%

Color #066D59 in popluar number systems.

HEX066D59
Decimal610989
Binary11011011011011001
Octal6155131

Shades and tints

Shades of #066D59

#066D59
(6,109,89)
#066451
(6,100,81)
#065B49
(6,91,73)
#065241
(6,82,65)
#064939
(6,73,57)
#064031
(6,64,49)
#063729
(6,55,41)
#062E21
(6,46,33)
#062519
(6,37,25)
#061C11
(6,28,17)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #066D59

#066D59
(6,109,89)
#1C7A68
(28,122,104)
#328777
(50,135,119)
#489486
(72,148,134)
#5EA195
(94,161,149)
#74AEA4
(116,174,164)
#8ABBB3
(138,187,179)
#A0C8C2
(160,200,194)
#B6D5D1
(182,213,209)
#CCE2E0
(204,226,224)
#E2EFEF
(226,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066D59 color. Also use rgb(6,109,89) instead hex code.

Text Font Color

.myTextColor { color: #066D59; }

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

This text font color is #066D59.


Background Color

.myBgColor { background-color: #066D59; }

<div style="background-color:#066D59">Inner text</div>

This div background color is #066D59.


Border color

.myBorderColor { border: 1px solid #066D59; }

<div style="border:3px solid #066D59">Div</div>

This div border color is #066D59.


Opacity

.myOpacity80 { color: #066D59; opacity: 0.8; }

<p style="color:#066D59;opacity:0.8;">80%</p>

Text with #066D59 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 #066D59;}

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

This text has shadow with #066D59 color.

.textShadow {text-shadow: 3px 3px 1px #066D59, 3px 3px 1px red;}

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

This text has shadow with #066D59 primary color and red secondary color.


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

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

This text has shadow with #066D59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066D59 on black background.


Color preview on white background

This text has color #066D59 on white background.



Black color preview on #066D59 background

This text has black color on #066D59 background.


White color preview on #066D59 background

This text has white color on #066D59 background.