COLOR #04241D

HEX: #04241D
RGB: (4,36,29)

Color info

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

RGB color model

#04241D color RGB value is (4,36,29).

  • red value is 4;
  • green value is 36;
  • blue value is 29.
RGB:
(4,36,29)
(2%,14%,11%)

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 29 of 255 = 11%

4
36
29

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

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 29 = 69 (100%)
R 4 of 69 ~ 5.8%
G 36 of 69 ~ 52.17%
B 29 of 69 ~ 42.03%

%52.17
%42.03

CMYK color model

#04241D color CMYK value is (89,0,19,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 85.88%
CMYK:
(89,0,19,86)
C89M0Y19K86 
(89%,0%,19%,86%)
(0.89/0.00/0.19/0.86)	

CMYK percentages

%88.89
%0
%19.44
%85.88

Codes

Color #04241D in popluar color models

04241D
RGB43629
HSL167°80.00%7.84%
HSB/HSV167°88.89%14.12%
CMYK88.89%0.00%19.44%
85.88%

Color #04241D in popluar number systems.

HEX04241D
Decimal43629
Binary10010010011101
Octal44435

Shades and tints

Shades of #04241D

#04241D
(4,36,29)
#04211B
(4,33,27)
#041E19
(4,30,25)
#041B17
(4,27,23)
#041815
(4,24,21)
#041513
(4,21,19)
#041211
(4,18,17)
#040F0F
(4,15,15)
#040C0D
(4,12,13)
#04090B
(4,9,11)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #04241D

#04241D
(4,36,29)
#1A3731
(26,55,49)
#304A45
(48,74,69)
#465D59
(70,93,89)
#5C706D
(92,112,109)
#728381
(114,131,129)
#889695
(136,150,149)
#9EA9A9
(158,169,169)
#B4BCBD
(180,188,189)
#CACFD1
(202,207,209)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04241D; }

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

This text font color is #04241D.


Background Color

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

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

This div background color is #04241D.


Border color

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

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

This div border color is #04241D.


Opacity

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

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

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

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

This text has shadow with #04241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04241D on black background.


Color preview on white background

This text has color #04241D on white background.



Black color preview on #04241D background

This text has black color on #04241D background.


White color preview on #04241D background

This text has white color on #04241D background.