COLOR #066B76

HEX: #066B76
RGB: (6,107,118)

Color info

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

RGB color model

#066B76 color RGB value is (6,107,118).

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

RGB channels and saturation

R 6 of 255 = 2%
G 107 of 255 = 42%
B 118 of 255 = 46%

6
107
118

R + G + B ~ 30%. #066B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 107 + 118 = 231 (100%)
R 6 of 231 ~ 2.6%
G 107 of 231 ~ 46.32%
B 118 of 231 ~ 51.08%

%46.32
%51.08

CMYK color model

#066B76 color CMYK value is (95,9,0,54).

  • cyan value is 94.92%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(95,9,0,54)
C95M9Y0K54 
(95%,9%,0%,54%)
(0.95/0.09/0.00/0.54)	

CMYK percentages

%94.92
%9.32
%0
%53.73

Codes

Color #066B76 in popluar color models

066B76
RGB6107118
HSL186°90.32%24.31%
HSB/HSV186°94.92%46.27%
CMYK94.92%9.32%0.00%
53.73%

Color #066B76 in popluar number systems.

HEX066B76
Decimal6107118
Binary11011010111110110
Octal6153166

Shades and tints

Shades of #066B76

#066B76
(6,107,118)
#06626C
(6,98,108)
#065962
(6,89,98)
#065058
(6,80,88)
#06474E
(6,71,78)
#063E44
(6,62,68)
#06353A
(6,53,58)
#062C30
(6,44,48)
#062326
(6,35,38)
#061A1C
(6,26,28)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #066B76

#066B76
(6,107,118)
#1C7882
(28,120,130)
#32858E
(50,133,142)
#48929A
(72,146,154)
#5E9FA6
(94,159,166)
#74ACB2
(116,172,178)
#8AB9BE
(138,185,190)
#A0C6CA
(160,198,202)
#B6D3D6
(182,211,214)
#CCE0E2
(204,224,226)
#E2EDEE
(226,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066B76; }

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

This text font color is #066B76.


Background Color

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

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

This div background color is #066B76.


Border color

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

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

This div border color is #066B76.


Opacity

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

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

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

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

This text has shadow with #066B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066B76 on black background.


Color preview on white background

This text has color #066B76 on white background.



Black color preview on #066B76 background

This text has black color on #066B76 background.


White color preview on #066B76 background

This text has white color on #066B76 background.