COLOR #041826

HEX: #041826
RGB: (4,24,38)

Color info

#041826 contains red, green and blue colors in about the same proportion. Web safe color of #041826 is #000033 (or #003).

RGB color model

#041826 color RGB value is (4,24,38).

  • red value is 4;
  • green value is 24;
  • blue value is 38.
RGB:
(4,24,38)
(2%,9%,15%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 38 of 255 = 15%

4
24
38

R + G + B ~ 9%. #041826 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 24 + 38 = 66 (100%)
R 4 of 66 ~ 6.06%
G 24 of 66 ~ 36.36%
B 38 of 66 ~ 57.58%

%36.36
%57.58

CMYK color model

#041826 color CMYK value is (89,37,0,85).

  • cyan value is 89.47%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(89,37,0,85)
C89M37Y0K85 
(89%,37%,0%,85%)
(0.89/0.37/0.00/0.85)	

CMYK percentages

%89.47
%36.84
%0
%85.1

Codes

Color #041826 in popluar color models

041826
RGB42438
HSL205°80.95%8.24%
HSB/HSV205°89.47%14.90%
CMYK89.47%36.84%0.00%
85.10%

Color #041826 in popluar number systems.

HEX041826
Decimal42438
Binary10011000100110
Octal43046

Shades and tints

Shades of #041826

#041826
(4,24,38)
#041623
(4,22,35)
#041420
(4,20,32)
#04121D
(4,18,29)
#04101A
(4,16,26)
#040E17
(4,14,23)
#040C14
(4,12,20)
#040A11
(4,10,17)
#04080E
(4,8,14)
#04060B
(4,6,11)
#040408
(4,4,8)
#000000
(0,0,0)

Tints of #041826

#041826
(4,24,38)
#1A2D39
(26,45,57)
#30424C
(48,66,76)
#46575F
(70,87,95)
#5C6C72
(92,108,114)
#728185
(114,129,133)
#889698
(136,150,152)
#9EABAB
(158,171,171)
#B4C0BE
(180,192,190)
#CAD5D1
(202,213,209)
#E0EAE4
(224,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041826 color. Also use rgb(4,24,38) instead hex code.

Text Font Color

.myTextColor { color: #041826; }

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

This text font color is #041826.


Background Color

.myBgColor { background-color: #041826; }

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

This div background color is #041826.


Border color

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

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

This div border color is #041826.


Opacity

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

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

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

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

This text has shadow with #041826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041826 on black background.


Color preview on white background

This text has color #041826 on white background.



Black color preview on #041826 background

This text has black color on #041826 background.


White color preview on #041826 background

This text has white color on #041826 background.