COLOR #066E5F

HEX: #066E5F
RGB: (6,110,95)

Color info

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

RGB color model

#066E5F color RGB value is (6,110,95).

  • red value is 6;
  • green value is 110;
  • blue value is 95.
RGB:
(6,110,95)
(2%,43%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 110 of 255 = 43%
B 95 of 255 = 37%

6
110
95

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

Portions of RGB colors in percentages

R + G + B =
6 + 110 + 95 = 211 (100%)
R 6 of 211 ~ 2.84%
G 110 of 211 ~ 52.13%
B 95 of 211 ~ 45.02%

%52.13
%45.02

CMYK color model

#066E5F color CMYK value is (95,0,14,57).

  • cyan value is 94.55%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK:
(95,0,14,57)
C95M0Y14K57 
(95%,0%,14%,57%)
(0.95/0.00/0.14/0.57)	

CMYK percentages

%94.55
%0
%13.64
%56.86

Codes

Color #066E5F in popluar color models

066E5F
RGB611095
HSL171°89.66%22.75%
HSB/HSV171°94.55%43.14%
CMYK94.55%0.00%13.64%
56.86%

Color #066E5F in popluar number systems.

HEX066E5F
Decimal611095
Binary11011011101011111
Octal6156137

Shades and tints

Shades of #066E5F

#066E5F
(6,110,95)
#066457
(6,100,87)
#065A4F
(6,90,79)
#065047
(6,80,71)
#06463F
(6,70,63)
#063C37
(6,60,55)
#06322F
(6,50,47)
#062827
(6,40,39)
#061E1F
(6,30,31)
#061417
(6,20,23)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #066E5F

#066E5F
(6,110,95)
#1C7B6D
(28,123,109)
#32887B
(50,136,123)
#489589
(72,149,137)
#5EA297
(94,162,151)
#74AFA5
(116,175,165)
#8ABCB3
(138,188,179)
#A0C9C1
(160,201,193)
#B6D6CF
(182,214,207)
#CCE3DD
(204,227,221)
#E2F0EB
(226,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066E5F color. Also use rgb(6,110,95) instead hex code.

Text Font Color

.myTextColor { color: #066E5F; }

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

This text font color is #066E5F.


Background Color

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

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

This div background color is #066E5F.


Border color

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

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

This div border color is #066E5F.


Opacity

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

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

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

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

This text has shadow with #066E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066E5F on black background.


Color preview on white background

This text has color #066E5F on white background.



Black color preview on #066E5F background

This text has black color on #066E5F background.


White color preview on #066E5F background

This text has white color on #066E5F background.