COLOR #004D82

HEX: #004D82
RGB: (0,77,130)

Color info

#004D82 contains only green and blue colors. Web safe color of #004D82 is #003399 (or #039).

RGB color model

#004D82 color RGB value is (0,77,130).

  • red value is 0;
  • green value is 77;
  • blue value is 130.
RGB:
(0,77,130)
(0%,30%,51%)

RGB channels and saturation

R 0 of 255 = 0%
G 77 of 255 = 30%
B 130 of 255 = 51%

0
77
130

R + G + B ~ 27%. #004D82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 77 + 130 = 207 (100%)
R 0 of 207 ~ 0%
G 77 of 207 ~ 37.2%
B 130 of 207 ~ 62.8%

%37.2
%62.8

CMYK color model

#004D82 color CMYK value is (100,41,0,49).

  • cyan value is 100.00%
  • magenta value is 40.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(100,41,0,49)
C100M41Y0K49 
(100%,41%,0%,49%)
(1.00/0.41/0.00/0.49)	

CMYK percentages

%100
%40.77
%0
%49.02

Codes

Color #004D82 in popluar color models

004D82
RGB077130
HSL204°100.00%25.49%
HSB/HSV204°100.00%50.98%
CMYK100.00%40.77%0.00%
49.02%

Color #004D82 in popluar number systems.

HEX004D82
Decimal077130
Binary0100110110000010
Octal0115202

Shades and tints

Shades of #004D82

#004D82
(0,77,130)
#004677
(0,70,119)
#003F6C
(0,63,108)
#003861
(0,56,97)
#003156
(0,49,86)
#002A4B
(0,42,75)
#002340
(0,35,64)
#001C35
(0,28,53)
#00152A
(0,21,42)
#000E1F
(0,14,31)
#000714
(0,7,20)
#000000
(0,0,0)

Tints of #004D82

#004D82
(0,77,130)
#175D8D
(23,93,141)
#2E6D98
(46,109,152)
#457DA3
(69,125,163)
#5C8DAE
(92,141,174)
#739DB9
(115,157,185)
#8AADC4
(138,173,196)
#A1BDCF
(161,189,207)
#B8CDDA
(184,205,218)
#CFDDE5
(207,221,229)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004D82 color. Also use rgb(0,77,130) instead hex code.

Text Font Color

.myTextColor { color: #004D82; }

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

This text font color is #004D82.


Background Color

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

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

This div background color is #004D82.


Border color

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

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

This div border color is #004D82.


Opacity

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

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

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

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

This text has shadow with #004D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004D82 on black background.


Color preview on white background

This text has color #004D82 on white background.



Black color preview on #004D82 background

This text has black color on #004D82 background.


White color preview on #004D82 background

This text has white color on #004D82 background.