COLOR #042447

HEX: #042447
RGB: (4,36,71)

Color info

#042447 contains mainly green and blue colors. Web safe color of #042447 is #003333 (or #033).

RGB color model

#042447 color RGB value is (4,36,71).

  • red value is 4;
  • green value is 36;
  • blue value is 71.
RGB:
(4,36,71)
(2%,14%,28%)

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 71 of 255 = 28%

4
36
71

R + G + B ~ 15%. #042447 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 71 = 111 (100%)
R 4 of 111 ~ 3.6%
G 36 of 111 ~ 32.43%
B 71 of 111 ~ 63.96%

%32.43
%63.96

CMYK color model

#042447 color CMYK value is (94,49,0,72).

  • cyan value is 94.37%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(94,49,0,72)
C94M49Y0K72 
(94%,49%,0%,72%)
(0.94/0.49/0.00/0.72)	

CMYK percentages

%94.37
%49.3
%0
%72.16

Codes

Color #042447 in popluar color models

042447
RGB43671
HSL211°89.33%14.71%
HSB/HSV211°94.37%27.84%
CMYK94.37%49.30%0.00%
72.16%

Color #042447 in popluar number systems.

HEX042447
Decimal43671
Binary1001001001000111
Octal444107

Shades and tints

Shades of #042447

#042447
(4,36,71)
#042141
(4,33,65)
#041E3B
(4,30,59)
#041B35
(4,27,53)
#04182F
(4,24,47)
#041529
(4,21,41)
#041223
(4,18,35)
#040F1D
(4,15,29)
#040C17
(4,12,23)
#040911
(4,9,17)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #042447

#042447
(4,36,71)
#1A3757
(26,55,87)
#304A67
(48,74,103)
#465D77
(70,93,119)
#5C7087
(92,112,135)
#728397
(114,131,151)
#8896A7
(136,150,167)
#9EA9B7
(158,169,183)
#B4BCC7
(180,188,199)
#CACFD7
(202,207,215)
#E0E2E7
(224,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042447 color. Also use rgb(4,36,71) instead hex code.

Text Font Color

.myTextColor { color: #042447; }

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

This text font color is #042447.


Background Color

.myBgColor { background-color: #042447; }

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

This div background color is #042447.


Border color

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

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

This div border color is #042447.


Opacity

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

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

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

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

This text has shadow with #042447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042447 on black background.


Color preview on white background

This text has color #042447 on white background.



Black color preview on #042447 background

This text has black color on #042447 background.


White color preview on #042447 background

This text has white color on #042447 background.