COLOR #043F5A

HEX: #043F5A RGB: (4,63,90)

Color info

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

RGB color model

#043F5A color RGB value is (4,63,90).

RGB: (4,63,90) (2%, 25%, 35%)

RGB channels and saturation

R 4 of 255 = 2%
G 63 of 255 = 25%
B 90 of 255 = 35%

4
63
90

R + G + B ~ 21%. #043F5A is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 63 + 90 = 157 (100%)
R 4 of 157 ~ 2.55%
G 63 of 157 ~ 40.13%
B 90 of 157 ~ 57.32'%

%40.13
%57.32

CMYK color model

#043F5A color CMYK value is (96,30,0,65).

  • cyan value is 95.56%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (96,30,0,65)
C96M30Y0K65 (96%, 30%, 0%, 65%)
(0.96 / 0.30 / 0.00 / 0.65)

CMYK percentages

%95.56
%30
%0
%64.71

Codes

Color #043F5A in popluar color models

04 3F 5A
RGB 4 63 90
HSL 199° 91.49% 18.43%
HSB/HSV 199° 95.56% 35.29%
CMYK 95.56% 30.00% 0.00%
64.71%

Color #043F5A in popluar number systems.

HEX 04 3F 5A
Decimal 4 63 90
Binary 100 111111 1011010
Octal 4 77 132

Shades and tints

Shades of #043F5A

#043F5A
(4,63,90)
#043A52
(4,58,82)
#04354A
(4,53,74)
#043042
(4,48,66)
#042B3A
(4,43,58)
#042632
(4,38,50)
#04212A
(4,33,42)
#041C22
(4,28,34)
#04171A
(4,23,26)
#041212
(4,18,18)
#040D0A
(4,13,10)
#000000
(0,0,0)

Tints of #043F5A

#043F5A
(4,63,90)
#1A5069
(26,80,105)
#306178
(48,97,120)
#467287
(70,114,135)
#5C8396
(92,131,150)
#7294A5
(114,148,165)
#88A5B4
(136,165,180)
#9EB6C3
(158,182,195)
#B4C7D2
(180,199,210)
#CAD8E1
(202,216,225)
#E0E9F0
(224,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #043F5A color. Also use rgb(4,63,90) instead hex code.

Text Font Color

.myTextColor { color: #043F5A; }

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

This text font color is #043F5A.

Background Color

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

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

This div background color is #043F5A.

Border color

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

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

This div border color is #043F5A.

Opacity

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

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

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

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

This text has shadow with #043F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #043F5A.

Preview

Color preview on black background

This text has color #043F5A on black background.


Color preview on white background

This text has color #043F5A on white background.


Black color preview on #043F5A background

This text has black color on #043F5A background.


White color preview on #043F5A background

This text has white color on #043F5A background.


Related colors

Complementary color

Complementary color for #hex is #FBC0A5.


I love getcolorcode.com

Triadic colors

1 #5A043F and #3F5A04 with #043F5A are triadic colors.

2 #5A3F04 and #3F045A with #043F5A are triadic colors.