COLOR #042346

HEX: #042346 RGB: (4,35,70)

Color info

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

RGB color model

#042346 color RGB value is (4,35,70).

RGB: (4,35,70) (2%, 14%, 27%)

RGB channels and saturation

R 4 of 255 = 2%
G 35 of 255 = 14%
B 70 of 255 = 27%

4
35
70

R + G + B ~ 14%. #042346 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 35 + 70 = 109 (100%)
R 4 of 109 ~ 3.67%
G 35 of 109 ~ 32.11%
B 70 of 109 ~ 64.22'%

%32.11
%64.22

CMYK color model

#042346 color CMYK value is (94,50,0,73).

  • cyan value is 94.29%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (94,50,0,73)
C94M50Y0K73 (94%, 50%, 0%, 73%)
(0.94 / 0.50 / 0.00 / 0.73)

CMYK percentages

%94.29
%50
%0
%72.55

Codes

Color #042346 in popluar color models

04 23 46
RGB 4 35 70
HSL 212° 89.19% 14.51%
HSB/HSV 212° 94.29% 27.45%
CMYK 94.29% 50.00% 0.00%
72.55%

Color #042346 in popluar number systems.

HEX 04 23 46
Decimal 4 35 70
Binary 100 100011 1000110
Octal 4 43 106

Shades and tints

Shades of #042346

#042346
(4,35,70)
#042040
(4,32,64)
#041D3A
(4,29,58)
#041A34
(4,26,52)
#04172E
(4,23,46)
#041428
(4,20,40)
#041122
(4,17,34)
#040E1C
(4,14,28)
#040B16
(4,11,22)
#040810
(4,8,16)
#04050A
(4,5,10)
#000000
(0,0,0)

Tints of #042346

#042346
(4,35,70)
#1A3756
(26,55,86)
#304B66
(48,75,102)
#465F76
(70,95,118)
#5C7386
(92,115,134)
#728796
(114,135,150)
#889BA6
(136,155,166)
#9EAFB6
(158,175,182)
#B4C3C6
(180,195,198)
#CAD7D6
(202,215,214)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042346 color. Also use rgb(4,35,70) instead hex code.

Text Font Color

.myTextColor { color: #042346; }

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

This text font color is #042346.

Background Color

.myBgColor { background-color: #042346; }

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

This div background color is #042346.

Border color

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

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

This div border color is #042346.

Opacity

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

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

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

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

This text has shadow with #042346 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042346.

Preview

Color preview on black background

This text has color #042346 on black background.


Color preview on white background

This text has color #042346 on white background.


Black color preview on #042346 background

This text has black color on #042346 background.


White color preview on #042346 background

This text has white color on #042346 background.


Related colors

Complementary color

Complementary color for #hex is #FBDCB9.


I love getcolorcode.com

Triadic colors

1 #460423 and #234604 with #042346 are triadic colors.

2 #462304 and #230446 with #042346 are triadic colors.