COLOR #04240D

HEX: #04240D
RGB: (4,36,13)

Color info

#04240D contains red, green and blue colors in about the same proportion. Web safe color of #04240D is #003300 (or #030).

RGB color model

#04240D color RGB value is (4,36,13).

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

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 13 of 255 = 5%

4
36
13

R + G + B ~ 7%. #04240D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 13 = 53 (100%)
R 4 of 53 ~ 7.55%
G 36 of 53 ~ 67.92%
B 13 of 53 ~ 24.53%

%67.92
%24.53

CMYK color model

#04240D color CMYK value is (89,0,64,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 85.88%
CMYK:
(89,0,64,86)
C89M0Y64K86 
(89%,0%,64%,86%)
(0.89/0.00/0.64/0.86)	

CMYK percentages

%88.89
%0
%63.89
%85.88

Codes

Color #04240D in popluar color models

04240D
RGB43613
HSL137°80.00%7.84%
HSB/HSV137°88.89%14.12%
CMYK88.89%0.00%63.89%
85.88%

Color #04240D in popluar number systems.

HEX04240D
Decimal43613
Binary1001001001101
Octal44415

Shades and tints

Shades of #04240D

#04240D
(4,36,13)
#04210C
(4,33,12)
#041E0B
(4,30,11)
#041B0A
(4,27,10)
#041809
(4,24,9)
#041508
(4,21,8)
#041207
(4,18,7)
#040F06
(4,15,6)
#040C05
(4,12,5)
#040904
(4,9,4)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #04240D

#04240D
(4,36,13)
#1A3723
(26,55,35)
#304A39
(48,74,57)
#465D4F
(70,93,79)
#5C7065
(92,112,101)
#72837B
(114,131,123)
#889691
(136,150,145)
#9EA9A7
(158,169,167)
#B4BCBD
(180,188,189)
#CACFD3
(202,207,211)
#E0E2E9
(224,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04240D; }

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

This text font color is #04240D.


Background Color

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

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

This div background color is #04240D.


Border color

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

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

This div border color is #04240D.


Opacity

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

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

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

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

This text has shadow with #04240D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04240D on black background.


Color preview on white background

This text has color #04240D on white background.



Black color preview on #04240D background

This text has black color on #04240D background.


White color preview on #04240D background

This text has white color on #04240D background.