COLOR #002D50

HEX: #002D50
RGB: (0,45,80)

Color info

#002D50 contains only green and blue colors. Web safe color of #002D50 is #003366 (or #036).

RGB color model

#002D50 color RGB value is (0,45,80).

  • red value is 0;
  • green value is 45;
  • blue value is 80.
RGB:
(0,45,80)
(0%,18%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 80 of 255 = 31%

0
45
80

R + G + B ~ 16%. #002D50 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 45 + 80 = 125 (100%)
R 0 of 125 ~ 0%
G 45 of 125 ~ 36%
B 80 of 125 ~ 64%

%36
%64

CMYK color model

#002D50 color CMYK value is (100,44,0,69).

  • cyan value is 100.00%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(100,44,0,69)
C100M44Y0K69 
(100%,44%,0%,69%)
(1.00/0.44/0.00/0.69)	

CMYK percentages

%100
%43.75
%0
%68.63

Codes

Color #002D50 in popluar color models

002D50
RGB04580
HSL206°100.00%15.69%
HSB/HSV206°100.00%31.37%
CMYK100.00%43.75%0.00%
68.63%

Color #002D50 in popluar number systems.

HEX002D50
Decimal04580
Binary01011011010000
Octal055120

Shades and tints

Shades of #002D50

#002D50
(0,45,80)
#002949
(0,41,73)
#002542
(0,37,66)
#00213B
(0,33,59)
#001D34
(0,29,52)
#00192D
(0,25,45)
#001526
(0,21,38)
#00111F
(0,17,31)
#000D18
(0,13,24)
#000911
(0,9,17)
#00050A
(0,5,10)
#000000
(0,0,0)

Tints of #002D50

#002D50
(0,45,80)
#17405F
(23,64,95)
#2E536E
(46,83,110)
#45667D
(69,102,125)
#5C798C
(92,121,140)
#738C9B
(115,140,155)
#8A9FAA
(138,159,170)
#A1B2B9
(161,178,185)
#B8C5C8
(184,197,200)
#CFD8D7
(207,216,215)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002D50 color. Also use rgb(0,45,80) instead hex code.

Text Font Color

.myTextColor { color: #002D50; }

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

This text font color is #002D50.


Background Color

.myBgColor { background-color: #002D50; }

<div style="background-color:#002D50">Inner text</div>

This div background color is #002D50.


Border color

.myBorderColor { border: 1px solid #002D50; }

<div style="border:3px solid #002D50">Div</div>

This div border color is #002D50.


Opacity

.myOpacity80 { color: #002D50; opacity: 0.8; }

<p style="color:#002D50;opacity:0.8;">80%</p>

Text with #002D50 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 #002D50;}

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

This text has shadow with #002D50 color.

.textShadow {text-shadow: 3px 3px 1px #002D50, 3px 3px 1px red;}

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

This text has shadow with #002D50 primary color and red secondary color.


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

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

This text has shadow with #002D50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002D50 on black background.


Color preview on white background

This text has color #002D50 on white background.



Black color preview on #002D50 background

This text has black color on #002D50 background.


White color preview on #002D50 background

This text has white color on #002D50 background.