COLOR #043351

HEX: #043351 RGB: (4,51,81)

Color info

#043351 contains mainly green and blue colors. Web safe color of #043351 is #003366 (or #036).

RGB color model

#043351 color RGB value is (4,51,81).

RGB: (4,51,81) (2%, 20%, 32%)

RGB channels and saturation

R 4 of 255 = 2%
G 51 of 255 = 20%
B 81 of 255 = 32%

4
51
81

R + G + B ~ 18%. #043351 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 51 + 81 = 136 (100%)
R 4 of 136 ~ 2.94%
G 51 of 136 ~ 37.5%
B 81 of 136 ~ 59.56'%

%37.5
%59.56

CMYK color model

#043351 color CMYK value is (95,37,0,68).

  • cyan value is 95.06%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (95,37,0,68)
C95M37Y0K68 (95%, 37%, 0%, 68%)
(0.95 / 0.37 / 0.00 / 0.68)

CMYK percentages

%95.06
%37.04
%0
%68.24

Codes

Color #043351 in popluar color models

04 33 51
RGB 4 51 81
HSL 203° 90.59% 16.67%
HSB/HSV 203° 95.06% 31.76%
CMYK 95.06% 37.04% 0.00%
68.24%

Color #043351 in popluar number systems.

HEX 04 33 51
Decimal 4 51 81
Binary 100 110011 1010001
Octal 4 63 121

Shades and tints

Shades of #043351

#043351
(4,51,81)
#042F4A
(4,47,74)
#042B43
(4,43,67)
#04273C
(4,39,60)
#042335
(4,35,53)
#041F2E
(4,31,46)
#041B27
(4,27,39)
#041720
(4,23,32)
#041319
(4,19,25)
#040F12
(4,15,18)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #043351

#043351
(4,51,81)
#1A4560
(26,69,96)
#30576F
(48,87,111)
#46697E
(70,105,126)
#5C7B8D
(92,123,141)
#728D9C
(114,141,156)
#889FAB
(136,159,171)
#9EB1BA
(158,177,186)
#B4C3C9
(180,195,201)
#CAD5D8
(202,213,216)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #043351; }

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

This text font color is #043351.

Background Color

.myBgColor { background-color: #043351; }

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

This div background color is #043351.

Border color

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

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

This div border color is #043351.

Opacity

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

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

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

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

This text has shadow with #043351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #043351.

Preview

Color preview on black background

This text has color #043351 on black background.


Color preview on white background

This text has color #043351 on white background.


Black color preview on #043351 background

This text has black color on #043351 background.


White color preview on #043351 background

This text has white color on #043351 background.


Related colors

Complementary color

Complementary color for #hex is #FBCCAE.


I love getcolorcode.com

Triadic colors

1 #510433 and #335104 with #043351 are triadic colors.

2 #513304 and #330451 with #043351 are triadic colors.