COLOR #003040

HEX: #003040
RGB: (0,48,64)

Color info

#003040 contains only green and blue colors. Web safe color of #003040 is #003333 (or #033).

RGB color model

#003040 color RGB value is (0,48,64).

  • red value is 0;
  • green value is 48;
  • blue value is 64.
RGB:
(0,48,64)
(0%,19%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 64 of 255 = 25%

0
48
64

R + G + B ~ 15%. #003040 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 64 = 112 (100%)
R 0 of 112 ~ 0%
G 48 of 112 ~ 42.86%
B 64 of 112 ~ 57.14%

%42.86
%57.14

CMYK color model

#003040 color CMYK value is (100,25,0,75).

  • cyan value is 100.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(100,25,0,75)
C100M25Y0K75 
(100%,25%,0%,75%)
(1.00/0.25/0.00/0.75)	

CMYK percentages

%100
%25
%0
%74.9

Codes

Color #003040 in popluar color models

003040
RGB04864
HSL195°100.00%12.55%
HSB/HSV195°100.00%25.10%
CMYK100.00%25.00%0.00%
74.90%

Color #003040 in popluar number systems.

HEX003040
Decimal04864
Binary01100001000000
Octal060100

Shades and tints

Shades of #003040

#003040
(0,48,64)
#002C3B
(0,44,59)
#002836
(0,40,54)
#002431
(0,36,49)
#00202C
(0,32,44)
#001C27
(0,28,39)
#001822
(0,24,34)
#00141D
(0,20,29)
#001018
(0,16,24)
#000C13
(0,12,19)
#00080E
(0,8,14)
#000000
(0,0,0)

Tints of #003040

#003040
(0,48,64)
#174251
(23,66,81)
#2E5462
(46,84,98)
#456673
(69,102,115)
#5C7884
(92,120,132)
#738A95
(115,138,149)
#8A9CA6
(138,156,166)
#A1AEB7
(161,174,183)
#B8C0C8
(184,192,200)
#CFD2D9
(207,210,217)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003040 color. Also use rgb(0,48,64) instead hex code.

Text Font Color

.myTextColor { color: #003040; }

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

This text font color is #003040.


Background Color

.myBgColor { background-color: #003040; }

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

This div background color is #003040.


Border color

.myBorderColor { border: 1px solid #003040; }

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

This div border color is #003040.


Opacity

.myOpacity80 { color: #003040; opacity: 0.8; }

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

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

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

This text has shadow with #003040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003040 on black background.


Color preview on white background

This text has color #003040 on white background.



Black color preview on #003040 background

This text has black color on #003040 background.


White color preview on #003040 background

This text has white color on #003040 background.