COLOR #04241F

HEX: #04241F RGB: (4,36,31)

Color info

#04241F contains red, green and blue colors in about the same proportion. Web safe color of #04241F is #003333 (or #033).

RGB color model

#04241F color RGB value is (4,36,31).

RGB: (4,36,31) (2%, 14%, 12%)

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 31 of 255 = 12%

4
36
31

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

Portions of RGB colors in percentages

R + G + B = 4 + 36 + 31 = 71 (100%)
R 4 of 71 ~ 5.63%
G 36 of 71 ~ 50.7%
B 31 of 71 ~ 43.66'%

%50.7
%43.66

CMYK color model

#04241F color CMYK value is (89,0,14,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%

CMYK: (89,0,14,86)
C89M0Y14K86 (89%, 0%, 14%, 86%)
(0.89 / 0.00 / 0.14 / 0.86)

CMYK percentages

%88.89
%0
%13.89
%85.88

Codes

Color #04241F in popluar color models

04 24 1F
RGB 4 36 31
HSL 171° 80.00% 7.84%
HSB/HSV 171° 88.89% 14.12%
CMYK 88.89% 0.00% 13.89%
85.88%

Color #04241F in popluar number systems.

HEX 04 24 1F
Decimal 4 36 31
Binary 100 100100 11111
Octal 4 44 37

Shades and tints

Shades of #04241F

#04241F
(4,36,31)
#04211D
(4,33,29)
#041E1B
(4,30,27)
#041B19
(4,27,25)
#041817
(4,24,23)
#041515
(4,21,21)
#041213
(4,18,19)
#040F11
(4,15,17)
#040C0F
(4,12,15)
#04090D
(4,9,13)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #04241F

#04241F
(4,36,31)
#1A3733
(26,55,51)
#304A47
(48,74,71)
#465D5B
(70,93,91)
#5C706F
(92,112,111)
#728383
(114,131,131)
#889697
(136,150,151)
#9EA9AB
(158,169,171)
#B4BCBF
(180,188,191)
#CACFD3
(202,207,211)
#E0E2E7
(224,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04241F; }

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

This text font color is #04241F.

Background Color

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

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

This div background color is #04241F.

Border color

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

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

This div border color is #04241F.

Opacity

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

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

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

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

This text has shadow with #04241F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04241F.

Preview

Color preview on black background

This text has color #04241F on black background.


Color preview on white background

This text has color #04241F on white background.


Black color preview on #04241F background

This text has black color on #04241F background.


White color preview on #04241F background

This text has white color on #04241F background.


Related colors

Complementary color

Complementary color for #hex is #FBDBE0.


I love getcolorcode.com

Triadic colors

1 #1F0424 and #241F04 with #04241F are triadic colors.

2 #1F2404 and #24041F with #04241F are triadic colors.