COLOR #04103C

HEX: #04103C RGB: (4,16,60)

Color info

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

RGB color model

#04103C color RGB value is (4,16,60).

RGB: (4,16,60) (2%, 6%, 24%)

RGB channels and saturation

R 4 of 255 = 2%
G 16 of 255 = 6%
B 60 of 255 = 24%

4
16
60

R + G + B ~ 11%. #04103C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 16 + 60 = 80 (100%)
R 4 of 80 ~ 5%
G 16 of 80 ~ 20%
B 60 of 80 ~ 75'%

%20
%75

CMYK color model

#04103C color CMYK value is (93,73,0,76).

  • cyan value is 93.33%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (93,73,0,76)
C93M73Y0K76 (93%, 73%, 0%, 76%)
(0.93 / 0.73 / 0.00 / 0.76)

CMYK percentages

%93.33
%73.33
%0
%76.47

Codes

Color #04103C in popluar color models

04 10 3C
RGB 4 16 60
HSL 227° 87.50% 12.55%
HSB/HSV 227° 93.33% 23.53%
CMYK 93.33% 73.33% 0.00%
76.47%

Color #04103C in popluar number systems.

HEX 04 10 3C
Decimal 4 16 60
Binary 100 10000 111100
Octal 4 20 74

Shades and tints

Shades of #04103C

#04103C
(4,16,60)
#040F37
(4,15,55)
#040E32
(4,14,50)
#040D2D
(4,13,45)
#040C28
(4,12,40)
#040B23
(4,11,35)
#040A1E
(4,10,30)
#040919
(4,9,25)
#040814
(4,8,20)
#04070F
(4,7,15)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #04103C

#04103C
(4,16,60)
#1A254D
(26,37,77)
#303A5E
(48,58,94)
#464F6F
(70,79,111)
#5C6480
(92,100,128)
#727991
(114,121,145)
#888EA2
(136,142,162)
#9EA3B3
(158,163,179)
#B4B8C4
(180,184,196)
#CACDD5
(202,205,213)
#E0E2E6
(224,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04103C color. Also use rgb(4,16,60) instead hex code.

Text Font Color

.myTextColor { color: #04103C; }

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

This text font color is #04103C.

Background Color

.myBgColor { background-color: #04103C; }

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

This div background color is #04103C.

Border color

.myBorderColor { border: 1px solid #04103C; }

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

This div border color is #04103C.

Opacity

.myOpacity80 { color: #04103C; opacity: 0.8; }

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

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

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

This text has shadow with #04103C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04103C.

Preview

Color preview on black background

This text has color #04103C on black background.


Color preview on white background

This text has color #04103C on white background.


Black color preview on #04103C background

This text has black color on #04103C background.


White color preview on #04103C background

This text has white color on #04103C background.


Related colors

Complementary color

Complementary color for #hex is #FBEFC3.


I love getcolorcode.com

Triadic colors

1 #3C0410 and #103C04 with #04103C are triadic colors.

2 #3C1004 and #10043C with #04103C are triadic colors.