COLOR #03042E

HEX: #03042E RGB: (3,4,46)

Color info

#03042E contains red, green and blue colors in about the same proportion. Web safe color of #03042E is #000033 (or #003).

RGB color model

#03042E color RGB value is (3,4,46).

RGB: (3,4,46) (1%, 2%, 18%)

RGB channels and saturation

R 3 of 255 = 1%
G 4 of 255 = 2%
B 46 of 255 = 18%

3
4
46

R + G + B ~ 7%. #03042E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 4 + 46 = 53 (100%)
R 3 of 53 ~ 5.66%
G 4 of 53 ~ 7.55%
B 46 of 53 ~ 86.79'%

%86.79

CMYK color model

#03042E color CMYK value is (93,91,0,82).

  • cyan value is 93.48%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (93,91,0,82)
C93M91Y0K82 (93%, 91%, 0%, 82%)
(0.93 / 0.91 / 0.00 / 0.82)

CMYK percentages

%93.48
%91.3
%0
%81.96

Codes

Color #03042E in popluar color models

03 04 2E
RGB 3 4 46
HSL 239° 87.76% 9.61%
HSB/HSV 239° 93.48% 18.04%
CMYK 93.48% 91.30% 0.00%
81.96%

Color #03042E in popluar number systems.

HEX 03 04 2E
Decimal 3 4 46
Binary 11 100 101110
Octal 3 4 56

Shades and tints

Shades of #03042E

#03042E
(3,4,46)
#03042A
(3,4,42)
#030426
(3,4,38)
#030422
(3,4,34)
#03041E
(3,4,30)
#03041A
(3,4,26)
#030416
(3,4,22)
#030412
(3,4,18)
#03040E
(3,4,14)
#03040A
(3,4,10)
#030406
(3,4,6)
#000000
(0,0,0)

Tints of #03042E

#03042E
(3,4,46)
#191A41
(25,26,65)
#2F3054
(47,48,84)
#454667
(69,70,103)
#5B5C7A
(91,92,122)
#71728D
(113,114,141)
#8788A0
(135,136,160)
#9D9EB3
(157,158,179)
#B3B4C6
(179,180,198)
#C9CAD9
(201,202,217)
#DFE0EC
(223,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03042E color. Also use rgb(3,4,46) instead hex code.

Text Font Color

.myTextColor { color: #03042E; }

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

This text font color is #03042E.

Background Color

.myBgColor { background-color: #03042E; }

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

This div background color is #03042E.

Border color

.myBorderColor { border: 1px solid #03042E; }

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

This div border color is #03042E.

Opacity

.myOpacity80 { color: #03042E; opacity: 0.8; }

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

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

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

This text has shadow with #03042E color.


.textShadow {text-shadow: 3px 3px 1px #03042E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03042E; -webkit-box-shadow: 1px 1px 3px 2px #03042E; box-shadow:1px 1px 3px 2px #03042E;">
Div content here
</div>

This div box has shadow with color #03042E.

Preview

Color preview on black background

This text has color #03042E on black background.


Color preview on white background

This text has color #03042E on white background.


Black color preview on #03042E background

This text has black color on #03042E background.


White color preview on #03042E background

This text has white color on #03042E background.


Related colors

Complementary color

Complementary color for #hex is #FCFBD1.


I love getcolorcode.com

Triadic colors

1 #2E0304 and #042E03 with #03042E are triadic colors.

2 #2E0403 and #04032E with #03042E are triadic colors.