COLOR #04143C

HEX: #04143C
RGB: (4,20,60)

Color info

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

RGB color model

#04143C color RGB value is (4,20,60).

  • red value is 4;
  • green value is 20;
  • blue value is 60.
RGB:
(4,20,60)
(2%,8%,24%)

RGB channels and saturation

R 4 of 255 = 2%
G 20 of 255 = 8%
B 60 of 255 = 24%

4
20
60

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

Portions of RGB colors in percentages

R + G + B =
4 + 20 + 60 = 84 (100%)
R 4 of 84 ~ 4.76%
G 20 of 84 ~ 23.81%
B 60 of 84 ~ 71.43%

%23.81
%71.43

CMYK color model

#04143C color CMYK value is (93,67,0,76).

  • cyan value is 93.33%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(93,67,0,76)
C93M67Y0K76 
(93%,67%,0%,76%)
(0.93/0.67/0.00/0.76)	

CMYK percentages

%93.33
%66.67
%0
%76.47

Codes

Color #04143C in popluar color models

04143C
RGB42060
HSL223°87.50%12.55%
HSB/HSV223°93.33%23.53%
CMYK93.33%66.67%0.00%
76.47%

Color #04143C in popluar number systems.

HEX04143C
Decimal42060
Binary10010100111100
Octal42474

Shades and tints

Shades of #04143C

#04143C
(4,20,60)
#041337
(4,19,55)
#041232
(4,18,50)
#04112D
(4,17,45)
#041028
(4,16,40)
#040F23
(4,15,35)
#040E1E
(4,14,30)
#040D19
(4,13,25)
#040C14
(4,12,20)
#040B0F
(4,11,15)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #04143C

#04143C
(4,20,60)
#1A294D
(26,41,77)
#303E5E
(48,62,94)
#46536F
(70,83,111)
#5C6880
(92,104,128)
#727D91
(114,125,145)
#8892A2
(136,146,162)
#9EA7B3
(158,167,179)
#B4BCC4
(180,188,196)
#CAD1D5
(202,209,213)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04143C; }

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

This text font color is #04143C.


Background Color

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

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

This div background color is #04143C.


Border color

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

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

This div border color is #04143C.


Opacity

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

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

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

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

This text has shadow with #04143C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04143C on black background.


Color preview on white background

This text has color #04143C on white background.



Black color preview on #04143C background

This text has black color on #04143C background.


White color preview on #04143C background

This text has white color on #04143C background.