COLOR #004E5E

HEX: #004E5E
RGB: (0,78,94)

Color info

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

RGB color model

#004E5E color RGB value is (0,78,94).

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

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 94 of 255 = 37%

0
78
94

R + G + B ~ 23%. #004E5E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 94 = 172 (100%)
R 0 of 172 ~ 0%
G 78 of 172 ~ 45.35%
B 94 of 172 ~ 54.65%

%45.35
%54.65

CMYK color model

#004E5E color CMYK value is (100,17,0,63).

  • cyan value is 100.00%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,17,0,63)
C100M17Y0K63 
(100%,17%,0%,63%)
(1.00/0.17/0.00/0.63)	

CMYK percentages

%100
%17.02
%0
%63.14

Codes

Color #004E5E in popluar color models

004E5E
RGB07894
HSL190°100.00%18.43%
HSB/HSV190°100.00%36.86%
CMYK100.00%17.02%0.00%
63.14%

Color #004E5E in popluar number systems.

HEX004E5E
Decimal07894
Binary010011101011110
Octal0116136

Shades and tints

Shades of #004E5E

#004E5E
(0,78,94)
#004756
(0,71,86)
#00404E
(0,64,78)
#003946
(0,57,70)
#00323E
(0,50,62)
#002B36
(0,43,54)
#00242E
(0,36,46)
#001D26
(0,29,38)
#00161E
(0,22,30)
#000F16
(0,15,22)
#00080E
(0,8,14)
#000000
(0,0,0)

Tints of #004E5E

#004E5E
(0,78,94)
#175E6C
(23,94,108)
#2E6E7A
(46,110,122)
#457E88
(69,126,136)
#5C8E96
(92,142,150)
#739EA4
(115,158,164)
#8AAEB2
(138,174,178)
#A1BEC0
(161,190,192)
#B8CECE
(184,206,206)
#CFDEDC
(207,222,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004E5E; }

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

This text font color is #004E5E.


Background Color

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

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

This div background color is #004E5E.


Border color

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

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

This div border color is #004E5E.


Opacity

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

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

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

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

This text has shadow with #004E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E5E on black background.


Color preview on white background

This text has color #004E5E on white background.



Black color preview on #004E5E background

This text has black color on #004E5E background.


White color preview on #004E5E background

This text has white color on #004E5E background.