COLOR #004E66

HEX: #004E66
RGB: (0,78,102)

Color info

#004E66 contains only green and blue colors. Web safe color of #004E66 is #006666 (or #066).

RGB color model

#004E66 color RGB value is (0,78,102).

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

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 102 of 255 = 40%

0
78
102

R + G + B ~ 24%. #004E66 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 102 = 180 (100%)
R 0 of 180 ~ 0%
G 78 of 180 ~ 43.33%
B 102 of 180 ~ 56.67%

%43.33
%56.67

CMYK color model

#004E66 color CMYK value is (100,24,0,60).

  • cyan value is 100.00%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(100,24,0,60)
C100M24Y0K60 
(100%,24%,0%,60%)
(1.00/0.24/0.00/0.60)	

CMYK percentages

%100
%23.53
%0
%60

Codes

Color #004E66 in popluar color models

004E66
RGB078102
HSL194°100.00%20.00%
HSB/HSV194°100.00%40.00%
CMYK100.00%23.53%0.00%
60.00%

Color #004E66 in popluar number systems.

HEX004E66
Decimal078102
Binary010011101100110
Octal0116146

Shades and tints

Shades of #004E66

#004E66
(0,78,102)
#00475D
(0,71,93)
#004054
(0,64,84)
#00394B
(0,57,75)
#003242
(0,50,66)
#002B39
(0,43,57)
#002430
(0,36,48)
#001D27
(0,29,39)
#00161E
(0,22,30)
#000F15
(0,15,21)
#00080C
(0,8,12)
#000000
(0,0,0)

Tints of #004E66

#004E66
(0,78,102)
#175E73
(23,94,115)
#2E6E80
(46,110,128)
#457E8D
(69,126,141)
#5C8E9A
(92,142,154)
#739EA7
(115,158,167)
#8AAEB4
(138,174,180)
#A1BEC1
(161,190,193)
#B8CECE
(184,206,206)
#CFDEDB
(207,222,219)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004E66 color. Also use rgb(0,78,102) instead hex code.

Text Font Color

.myTextColor { color: #004E66; }

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

This text font color is #004E66.


Background Color

.myBgColor { background-color: #004E66; }

<div style="background-color:#004E66">Inner text</div>

This div background color is #004E66.


Border color

.myBorderColor { border: 1px solid #004E66; }

<div style="border:3px solid #004E66">Div</div>

This div border color is #004E66.


Opacity

.myOpacity80 { color: #004E66; opacity: 0.8; }

<p style="color:#004E66;opacity:0.8;">80%</p>

Text with #004E66 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 #004E66;}

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

This text has shadow with #004E66 color.

.textShadow {text-shadow: 3px 3px 1px #004E66, 3px 3px 1px red;}

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

This text has shadow with #004E66 primary color and red secondary color.


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

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

This text has shadow with #004E66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E66 on black background.


Color preview on white background

This text has color #004E66 on white background.



Black color preview on #004E66 background

This text has black color on #004E66 background.


White color preview on #004E66 background

This text has white color on #004E66 background.