COLOR #040A33

HEX: #040A33 RGB: (4,10,51)

Color info

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

RGB color model

#040A33 color RGB value is (4,10,51).

RGB: (4,10,51) (2%, 4%, 20%)

RGB channels and saturation

R 4 of 255 = 2%
G 10 of 255 = 4%
B 51 of 255 = 20%

4
10
51

R + G + B ~ 9%. #040A33 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 10 + 51 = 65 (100%)
R 4 of 65 ~ 6.15%
G 10 of 65 ~ 15.38%
B 51 of 65 ~ 78.46'%

%15.38
%78.46

CMYK color model

#040A33 color CMYK value is (92,80,0,80).

  • cyan value is 92.16%
  • magenta value is 80.39%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (92,80,0,80)
C92M80Y0K80 (92%, 80%, 0%, 80%)
(0.92 / 0.80 / 0.00 / 0.80)

CMYK percentages

%92.16
%80.39
%0
%80

Codes

Color #040A33 in popluar color models

04 0A 33
RGB 4 10 51
HSL 232° 85.45% 10.78%
HSB/HSV 232° 92.16% 20.00%
CMYK 92.16% 80.39% 0.00%
80.00%

Color #040A33 in popluar number systems.

HEX 04 0A 33
Decimal 4 10 51
Binary 100 1010 110011
Octal 4 12 63

Shades and tints

Shades of #040A33

#040A33
(4,10,51)
#040A2F
(4,10,47)
#040A2B
(4,10,43)
#040A27
(4,10,39)
#040A23
(4,10,35)
#040A1F
(4,10,31)
#040A1B
(4,10,27)
#040A17
(4,10,23)
#040A13
(4,10,19)
#040A0F
(4,10,15)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #040A33

#040A33
(4,10,51)
#1A2045
(26,32,69)
#303657
(48,54,87)
#464C69
(70,76,105)
#5C627B
(92,98,123)
#72788D
(114,120,141)
#888E9F
(136,142,159)
#9EA4B1
(158,164,177)
#B4BAC3
(180,186,195)
#CAD0D5
(202,208,213)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040A33 color. Also use rgb(4,10,51) instead hex code.

Text Font Color

.myTextColor { color: #040A33; }

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

This text font color is #040A33.

Background Color

.myBgColor { background-color: #040A33; }

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

This div background color is #040A33.

Border color

.myBorderColor { border: 1px solid #040A33; }

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

This div border color is #040A33.

Opacity

.myOpacity80 { color: #040A33; opacity: 0.8; }

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

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

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

This text has shadow with #040A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040A33.

Preview

Color preview on black background

This text has color #040A33 on black background.


Color preview on white background

This text has color #040A33 on white background.


Black color preview on #040A33 background

This text has black color on #040A33 background.


White color preview on #040A33 background

This text has white color on #040A33 background.


Related colors

Complementary color

Complementary color for #hex is #FBF5CC.


I love getcolorcode.com

Triadic colors

1 #33040A and #0A3304 with #040A33 are triadic colors.

2 #330A04 and #0A0433 with #040A33 are triadic colors.