COLOR #04131F

HEX: #04131F RGB: (4,19,31)

Color info

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

RGB color model

#04131F color RGB value is (4,19,31).

RGB: (4,19,31) (2%, 7%, 12%)

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 31 of 255 = 12%

4
19
31

R + G + B ~ 7%. #04131F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 19 + 31 = 54 (100%)
R 4 of 54 ~ 7.41%
G 19 of 54 ~ 35.19%
B 31 of 54 ~ 57.41'%

%35.19
%57.41

CMYK color model

#04131F color CMYK value is (87,39,0,88).

  • cyan value is 87.10%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (87,39,0,88)
C87M39Y0K88 (87%, 39%, 0%, 88%)
(0.87 / 0.39 / 0.00 / 0.88)

CMYK percentages

%87.1
%38.71
%0
%87.84

Codes

Color #04131F in popluar color models

04 13 1F
RGB 4 19 31
HSL 207° 77.14% 6.86%
HSB/HSV 207° 87.10% 12.16%
CMYK 87.10% 38.71% 0.00%
87.84%

Color #04131F in popluar number systems.

HEX 04 13 1F
Decimal 4 19 31
Binary 100 10011 11111
Octal 4 23 37

Shades and tints

Shades of #04131F

#04131F
(4,19,31)
#04121D
(4,18,29)
#04111B
(4,17,27)
#041019
(4,16,25)
#040F17
(4,15,23)
#040E15
(4,14,21)
#040D13
(4,13,19)
#040C11
(4,12,17)
#040B0F
(4,11,15)
#040A0D
(4,10,13)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #04131F

#04131F
(4,19,31)
#1A2833
(26,40,51)
#303D47
(48,61,71)
#46525B
(70,82,91)
#5C676F
(92,103,111)
#727C83
(114,124,131)
#889197
(136,145,151)
#9EA6AB
(158,166,171)
#B4BBBF
(180,187,191)
#CAD0D3
(202,208,211)
#E0E5E7
(224,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04131F color. Also use rgb(4,19,31) instead hex code.

Text Font Color

.myTextColor { color: #04131F; }

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

This text font color is #04131F.

Background Color

.myBgColor { background-color: #04131F; }

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

This div background color is #04131F.

Border color

.myBorderColor { border: 1px solid #04131F; }

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

This div border color is #04131F.

Opacity

.myOpacity80 { color: #04131F; opacity: 0.8; }

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

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

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

This text has shadow with #04131F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04131F.

Preview

Color preview on black background

This text has color #04131F on black background.


Color preview on white background

This text has color #04131F on white background.


Black color preview on #04131F background

This text has black color on #04131F background.


White color preview on #04131F background

This text has white color on #04131F background.


Related colors

Complementary color

Complementary color for #hex is #FBECE0.


I love getcolorcode.com

Triadic colors

1 #1F0413 and #131F04 with #04131F are triadic colors.

2 #1F1304 and #13041F with #04131F are triadic colors.