COLOR #041F43

HEX: #041F43
RGB: (4,31,67)

Color info

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

RGB color model

#041F43 color RGB value is (4,31,67).

  • red value is 4;
  • green value is 31;
  • blue value is 67.
RGB:
(4,31,67)
(2%,12%,26%)

RGB channels and saturation

R 4 of 255 = 2%
G 31 of 255 = 12%
B 67 of 255 = 26%

4
31
67

R + G + B ~ 13%. #041F43 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 31 + 67 = 102 (100%)
R 4 of 102 ~ 3.92%
G 31 of 102 ~ 30.39%
B 67 of 102 ~ 65.69%

%30.39
%65.69

CMYK color model

#041F43 color CMYK value is (94,54,0,74).

  • cyan value is 94.03%
  • magenta value is 53.73%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(94,54,0,74)
C94M54Y0K74 
(94%,54%,0%,74%)
(0.94/0.54/0.00/0.74)	

CMYK percentages

%94.03
%53.73
%0
%73.73

Codes

Color #041F43 in popluar color models

041F43
RGB43167
HSL214°88.73%13.92%
HSB/HSV214°94.03%26.27%
CMYK94.03%53.73%0.00%
73.73%

Color #041F43 in popluar number systems.

HEX041F43
Decimal43167
Binary100111111000011
Octal437103

Shades and tints

Shades of #041F43

#041F43
(4,31,67)
#041D3D
(4,29,61)
#041B37
(4,27,55)
#041931
(4,25,49)
#04172B
(4,23,43)
#041525
(4,21,37)
#04131F
(4,19,31)
#041119
(4,17,25)
#040F13
(4,15,19)
#040D0D
(4,13,13)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #041F43

#041F43
(4,31,67)
#1A3354
(26,51,84)
#304765
(48,71,101)
#465B76
(70,91,118)
#5C6F87
(92,111,135)
#728398
(114,131,152)
#8897A9
(136,151,169)
#9EABBA
(158,171,186)
#B4BFCB
(180,191,203)
#CAD3DC
(202,211,220)
#E0E7ED
(224,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041F43 color. Also use rgb(4,31,67) instead hex code.

Text Font Color

.myTextColor { color: #041F43; }

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

This text font color is #041F43.


Background Color

.myBgColor { background-color: #041F43; }

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

This div background color is #041F43.


Border color

.myBorderColor { border: 1px solid #041F43; }

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

This div border color is #041F43.


Opacity

.myOpacity80 { color: #041F43; opacity: 0.8; }

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

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

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

This text has shadow with #041F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041F43 on black background.


Color preview on white background

This text has color #041F43 on white background.



Black color preview on #041F43 background

This text has black color on #041F43 background.


White color preview on #041F43 background

This text has white color on #041F43 background.