COLOR #066B64

HEX: #066B64
RGB: (6,107,100)

Color info

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

RGB color model

#066B64 color RGB value is (6,107,100).

  • red value is 6;
  • green value is 107;
  • blue value is 100.
RGB:
(6,107,100)
(2%,42%,39%)

RGB channels and saturation

R 6 of 255 = 2%
G 107 of 255 = 42%
B 100 of 255 = 39%

6
107
100

R + G + B ~ 28%. #066B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 107 + 100 = 213 (100%)
R 6 of 213 ~ 2.82%
G 107 of 213 ~ 50.23%
B 100 of 213 ~ 46.95%

%50.23
%46.95

CMYK color model

#066B64 color CMYK value is (94,0,7,58).

  • cyan value is 94.39%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%
CMYK:
(94,0,7,58)
C94M0Y7K58 
(94%,0%,7%,58%)
(0.94/0.00/0.07/0.58)	

CMYK percentages

%94.39
%0
%6.54
%58.04

Codes

Color #066B64 in popluar color models

066B64
RGB6107100
HSL176°89.38%22.16%
HSB/HSV176°94.39%41.96%
CMYK94.39%0.00%6.54%
58.04%

Color #066B64 in popluar number systems.

HEX066B64
Decimal6107100
Binary11011010111100100
Octal6153144

Shades and tints

Shades of #066B64

#066B64
(6,107,100)
#06625B
(6,98,91)
#065952
(6,89,82)
#065049
(6,80,73)
#064740
(6,71,64)
#063E37
(6,62,55)
#06352E
(6,53,46)
#062C25
(6,44,37)
#06231C
(6,35,28)
#061A13
(6,26,19)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #066B64

#066B64
(6,107,100)
#1C7872
(28,120,114)
#328580
(50,133,128)
#48928E
(72,146,142)
#5E9F9C
(94,159,156)
#74ACAA
(116,172,170)
#8AB9B8
(138,185,184)
#A0C6C6
(160,198,198)
#B6D3D4
(182,211,212)
#CCE0E2
(204,224,226)
#E2EDF0
(226,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066B64 color. Also use rgb(6,107,100) instead hex code.

Text Font Color

.myTextColor { color: #066B64; }

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

This text font color is #066B64.


Background Color

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

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

This div background color is #066B64.


Border color

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

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

This div border color is #066B64.


Opacity

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

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

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

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

This text has shadow with #066B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066B64 on black background.


Color preview on white background

This text has color #066B64 on white background.



Black color preview on #066B64 background

This text has black color on #066B64 background.


White color preview on #066B64 background

This text has white color on #066B64 background.