COLOR #043342

HEX: #043342
RGB: (4,51,66)

Color info

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

RGB color model

#043342 color RGB value is (4,51,66).

  • red value is 4;
  • green value is 51;
  • blue value is 66.
RGB:
(4,51,66)
(2%,20%,26%)

RGB channels and saturation

R 4 of 255 = 2%
G 51 of 255 = 20%
B 66 of 255 = 26%

4
51
66

R + G + B ~ 16%. #043342 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 51 + 66 = 121 (100%)
R 4 of 121 ~ 3.31%
G 51 of 121 ~ 42.15%
B 66 of 121 ~ 54.55%

%42.15
%54.55

CMYK color model

#043342 color CMYK value is (94,23,0,74).

  • cyan value is 93.94%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(94,23,0,74)
C94M23Y0K74 
(94%,23%,0%,74%)
(0.94/0.23/0.00/0.74)	

CMYK percentages

%93.94
%22.73
%0
%74.12

Codes

Color #043342 in popluar color models

043342
RGB45166
HSL195°88.57%13.73%
HSB/HSV195°93.94%25.88%
CMYK93.94%22.73%0.00%
74.12%

Color #043342 in popluar number systems.

HEX043342
Decimal45166
Binary1001100111000010
Octal463102

Shades and tints

Shades of #043342

#043342
(4,51,66)
#042F3C
(4,47,60)
#042B36
(4,43,54)
#042730
(4,39,48)
#04232A
(4,35,42)
#041F24
(4,31,36)
#041B1E
(4,27,30)
#041718
(4,23,24)
#041312
(4,19,18)
#040F0C
(4,15,12)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #043342

#043342
(4,51,66)
#1A4553
(26,69,83)
#305764
(48,87,100)
#466975
(70,105,117)
#5C7B86
(92,123,134)
#728D97
(114,141,151)
#889FA8
(136,159,168)
#9EB1B9
(158,177,185)
#B4C3CA
(180,195,202)
#CAD5DB
(202,213,219)
#E0E7EC
(224,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #043342 color. Also use rgb(4,51,66) instead hex code.

Text Font Color

.myTextColor { color: #043342; }

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

This text font color is #043342.


Background Color

.myBgColor { background-color: #043342; }

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

This div background color is #043342.


Border color

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

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

This div border color is #043342.


Opacity

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

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

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

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

This text has shadow with #043342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043342 on black background.


Color preview on white background

This text has color #043342 on white background.



Black color preview on #043342 background

This text has black color on #043342 background.


White color preview on #043342 background

This text has white color on #043342 background.