COLOR #042F3F

HEX: #042F3F
RGB: (4,47,63)

Color info

#042F3F contains red, green and blue colors in about the same proportion. Web safe color of #042F3F is #003333 (or #033).

RGB color model

#042F3F color RGB value is (4,47,63).

  • red value is 4;
  • green value is 47;
  • blue value is 63.
RGB:
(4,47,63)
(2%,18%,25%)

RGB channels and saturation

R 4 of 255 = 2%
G 47 of 255 = 18%
B 63 of 255 = 25%

4
47
63

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

Portions of RGB colors in percentages

R + G + B =
4 + 47 + 63 = 114 (100%)
R 4 of 114 ~ 3.51%
G 47 of 114 ~ 41.23%
B 63 of 114 ~ 55.26%

%41.23
%55.26

CMYK color model

#042F3F color CMYK value is (94,25,0,75).

  • cyan value is 93.65%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(94,25,0,75)
C94M25Y0K75 
(94%,25%,0%,75%)
(0.94/0.25/0.00/0.75)	

CMYK percentages

%93.65
%25.4
%0
%75.29

Codes

Color #042F3F in popluar color models

042F3F
RGB44763
HSL196°88.06%13.14%
HSB/HSV196°93.65%24.71%
CMYK93.65%25.40%0.00%
75.29%

Color #042F3F in popluar number systems.

HEX042F3F
Decimal44763
Binary100101111111111
Octal45777

Shades and tints

Shades of #042F3F

#042F3F
(4,47,63)
#042B3A
(4,43,58)
#042735
(4,39,53)
#042330
(4,35,48)
#041F2B
(4,31,43)
#041B26
(4,27,38)
#041721
(4,23,33)
#04131C
(4,19,28)
#040F17
(4,15,23)
#040B12
(4,11,18)
#04070D
(4,7,13)
#000000
(0,0,0)

Tints of #042F3F

#042F3F
(4,47,63)
#1A4150
(26,65,80)
#305361
(48,83,97)
#466572
(70,101,114)
#5C7783
(92,119,131)
#728994
(114,137,148)
#889BA5
(136,155,165)
#9EADB6
(158,173,182)
#B4BFC7
(180,191,199)
#CAD1D8
(202,209,216)
#E0E3E9
(224,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042F3F color. Also use rgb(4,47,63) instead hex code.

Text Font Color

.myTextColor { color: #042F3F; }

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

This text font color is #042F3F.


Background Color

.myBgColor { background-color: #042F3F; }

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

This div background color is #042F3F.


Border color

.myBorderColor { border: 1px solid #042F3F; }

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

This div border color is #042F3F.


Opacity

.myOpacity80 { color: #042F3F; opacity: 0.8; }

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

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

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

This text has shadow with #042F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042F3F on black background.


Color preview on white background

This text has color #042F3F on white background.



Black color preview on #042F3F background

This text has black color on #042F3F background.


White color preview on #042F3F background

This text has white color on #042F3F background.