COLOR #040344

HEX: #040344
RGB: (4,3,68)

Color info

#040344 contains mainly blue color. Web safe color of #040344 is #000033 (or #003).

RGB color model

#040344 color RGB value is (4,3,68).

  • red value is 4;
  • green value is 3;
  • blue value is 68.
RGB:
(4,3,68)
(2%,1%,27%)

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 68 of 255 = 27%

4
3
68

R + G + B ~ 10%. #040344 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 3 + 68 = 75 (100%)
R 4 of 75 ~ 5.33%
G 3 of 75 ~ 4%
B 68 of 75 ~ 90.67%

%90.67

CMYK color model

#040344 color CMYK value is (94,96,0,73).

  • cyan value is 94.12%
  • magenta value is 95.59%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(94,96,0,73)
C94M96Y0K73 
(94%,96%,0%,73%)
(0.94/0.96/0.00/0.73)	

CMYK percentages

%94.12
%95.59
%0
%73.33

Codes

Color #040344 in popluar color models

040344
RGB4368
HSL241°91.55%13.92%
HSB/HSV241°95.59%26.67%
CMYK94.12%95.59%0.00%
73.33%

Color #040344 in popluar number systems.

HEX040344
Decimal4368
Binary100111000100
Octal43104

Shades and tints

Shades of #040344

#040344
(4,3,68)
#04033E
(4,3,62)
#040338
(4,3,56)
#040332
(4,3,50)
#04032C
(4,3,44)
#040326
(4,3,38)
#040320
(4,3,32)
#04031A
(4,3,26)
#040314
(4,3,20)
#04030E
(4,3,14)
#040308
(4,3,8)
#000000
(0,0,0)

Tints of #040344

#040344
(4,3,68)
#1A1955
(26,25,85)
#302F66
(48,47,102)
#464577
(70,69,119)
#5C5B88
(92,91,136)
#727199
(114,113,153)
#8887AA
(136,135,170)
#9E9DBB
(158,157,187)
#B4B3CC
(180,179,204)
#CAC9DD
(202,201,221)
#E0DFEE
(224,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040344; }

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

This text font color is #040344.


Background Color

.myBgColor { background-color: #040344; }

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

This div background color is #040344.


Border color

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

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

This div border color is #040344.


Opacity

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

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

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

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

This text has shadow with #040344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040344 on black background.


Color preview on white background

This text has color #040344 on white background.



Black color preview on #040344 background

This text has black color on #040344 background.


White color preview on #040344 background

This text has white color on #040344 background.