COLOR #041923

HEX: #041923 RGB: (4,25,35)

Color info

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

RGB color model

#041923 color RGB value is (4,25,35).

RGB: (4,25,35) (2%, 10%, 14%)

RGB channels and saturation

R 4 of 255 = 2%
G 25 of 255 = 10%
B 35 of 255 = 14%

4
25
35

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

Portions of RGB colors in percentages

R + G + B = 4 + 25 + 35 = 64 (100%)
R 4 of 64 ~ 6.25%
G 25 of 64 ~ 39.06%
B 35 of 64 ~ 54.69'%

%39.06
%54.69

CMYK color model

#041923 color CMYK value is (89,29,0,86).

  • cyan value is 88.57%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (89,29,0,86)
C89M29Y0K86 (89%, 29%, 0%, 86%)
(0.89 / 0.29 / 0.00 / 0.86)

CMYK percentages

%88.57
%28.57
%0
%86.27

Codes

Color #041923 in popluar color models

04 19 23
RGB 4 25 35
HSL 199° 79.49% 7.65%
HSB/HSV 199° 88.57% 13.73%
CMYK 88.57% 28.57% 0.00%
86.27%

Color #041923 in popluar number systems.

HEX 04 19 23
Decimal 4 25 35
Binary 100 11001 100011
Octal 4 31 43

Shades and tints

Shades of #041923

#041923
(4,25,35)
#041720
(4,23,32)
#04151D
(4,21,29)
#04131A
(4,19,26)
#041117
(4,17,23)
#040F14
(4,15,20)
#040D11
(4,13,17)
#040B0E
(4,11,14)
#04090B
(4,9,11)
#040708
(4,7,8)
#040505
(4,5,5)
#000000
(0,0,0)

Tints of #041923

#041923
(4,25,35)
#1A2D37
(26,45,55)
#30414B
(48,65,75)
#46555F
(70,85,95)
#5C6973
(92,105,115)
#727D87
(114,125,135)
#88919B
(136,145,155)
#9EA5AF
(158,165,175)
#B4B9C3
(180,185,195)
#CACDD7
(202,205,215)
#E0E1EB
(224,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041923 color. Also use rgb(4,25,35) instead hex code.

Text Font Color

.myTextColor { color: #041923; }

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

This text font color is #041923.

Background Color

.myBgColor { background-color: #041923; }

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

This div background color is #041923.

Border color

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

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

This div border color is #041923.

Opacity

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

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

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

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

This text has shadow with #041923 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041923.

Preview

Color preview on black background

This text has color #041923 on black background.


Color preview on white background

This text has color #041923 on white background.


Black color preview on #041923 background

This text has black color on #041923 background.


White color preview on #041923 background

This text has white color on #041923 background.


Related colors

Complementary color

Complementary color for #hex is #FBE6DC.


I love getcolorcode.com

Triadic colors

1 #230419 and #192304 with #041923 are triadic colors.

2 #231904 and #190423 with #041923 are triadic colors.