COLOR #043B50

HEX: #043B50
RGB: (4,59,80)

Color info

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

RGB color model

#043B50 color RGB value is (4,59,80).

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

RGB channels and saturation

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

4
59
80

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

Portions of RGB colors in percentages

R + G + B =
4 + 59 + 80 = 143 (100%)
R 4 of 143 ~ 2.8%
G 59 of 143 ~ 41.26%
B 80 of 143 ~ 55.94%

%41.26
%55.94

CMYK color model

#043B50 color CMYK value is (95,26,0,69).

  • cyan value is 95.00%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(95,26,0,69)
C95M26Y0K69 
(95%,26%,0%,69%)
(0.95/0.26/0.00/0.69)	

CMYK percentages

%95
%26.25
%0
%68.63

Codes

Color #043B50 in popluar color models

043B50
RGB45980
HSL197°90.48%16.47%
HSB/HSV197°95.00%31.37%
CMYK95.00%26.25%0.00%
68.63%

Color #043B50 in popluar number systems.

HEX043B50
Decimal45980
Binary1001110111010000
Octal473120

Shades and tints

Shades of #043B50

#043B50
(4,59,80)
#043649
(4,54,73)
#043142
(4,49,66)
#042C3B
(4,44,59)
#042734
(4,39,52)
#04222D
(4,34,45)
#041D26
(4,29,38)
#04181F
(4,24,31)
#041318
(4,19,24)
#040E11
(4,14,17)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #043B50

#043B50
(4,59,80)
#1A4C5F
(26,76,95)
#305D6E
(48,93,110)
#466E7D
(70,110,125)
#5C7F8C
(92,127,140)
#72909B
(114,144,155)
#88A1AA
(136,161,170)
#9EB2B9
(158,178,185)
#B4C3C8
(180,195,200)
#CAD4D7
(202,212,215)
#E0E5E6
(224,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #043B50; }

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

This text font color is #043B50.


Background Color

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

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

This div background color is #043B50.


Border color

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

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

This div border color is #043B50.


Opacity

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

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

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

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

This text has shadow with #043B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043B50 on black background.


Color preview on white background

This text has color #043B50 on white background.



Black color preview on #043B50 background

This text has black color on #043B50 background.


White color preview on #043B50 background

This text has white color on #043B50 background.