COLOR #043A50

HEX: #043A50
RGB: (4,58,80)

Color info

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

RGB color model

#043A50 color RGB value is (4,58,80).

  • red value is 4;
  • green value is 58;
  • blue value is 80.
RGB:
(4,58,80)
(2%,23%,31%)

RGB channels and saturation

R 4 of 255 = 2%
G 58 of 255 = 23%
B 80 of 255 = 31%

4
58
80

R + G + B ~ 19%. #043A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 58 + 80 = 142 (100%)
R 4 of 142 ~ 2.82%
G 58 of 142 ~ 40.85%
B 80 of 142 ~ 56.34%

%40.85
%56.34

CMYK color model

#043A50 color CMYK value is (95,28,0,69).

  • cyan value is 95.00%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(95,28,0,69)
C95M28Y0K69 
(95%,28%,0%,69%)
(0.95/0.28/0.00/0.69)	

CMYK percentages

%95
%27.5
%0
%68.63

Codes

Color #043A50 in popluar color models

043A50
RGB45880
HSL197°90.48%16.47%
HSB/HSV197°95.00%31.37%
CMYK95.00%27.50%0.00%
68.63%

Color #043A50 in popluar number systems.

HEX043A50
Decimal45880
Binary1001110101010000
Octal472120

Shades and tints

Shades of #043A50

#043A50
(4,58,80)
#043549
(4,53,73)
#043042
(4,48,66)
#042B3B
(4,43,59)
#042634
(4,38,52)
#04212D
(4,33,45)
#041C26
(4,28,38)
#04171F
(4,23,31)
#041218
(4,18,24)
#040D11
(4,13,17)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #043A50

#043A50
(4,58,80)
#1A4B5F
(26,75,95)
#305C6E
(48,92,110)
#466D7D
(70,109,125)
#5C7E8C
(92,126,140)
#728F9B
(114,143,155)
#88A0AA
(136,160,170)
#9EB1B9
(158,177,185)
#B4C2C8
(180,194,200)
#CAD3D7
(202,211,215)
#E0E4E6
(224,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #043A50 color. Also use rgb(4,58,80) instead hex code.

Text Font Color

.myTextColor { color: #043A50; }

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

This text font color is #043A50.


Background Color

.myBgColor { background-color: #043A50; }

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

This div background color is #043A50.


Border color

.myBorderColor { border: 1px solid #043A50; }

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

This div border color is #043A50.


Opacity

.myOpacity80 { color: #043A50; opacity: 0.8; }

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

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

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

This text has shadow with #043A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043A50 on black background.


Color preview on white background

This text has color #043A50 on white background.



Black color preview on #043A50 background

This text has black color on #043A50 background.


White color preview on #043A50 background

This text has white color on #043A50 background.