COLOR #04240F

HEX: #04240F
RGB: (4,36,15)

Color info

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

RGB color model

#04240F color RGB value is (4,36,15).

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

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 15 of 255 = 6%

4
36
15

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

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 15 = 55 (100%)
R 4 of 55 ~ 7.27%
G 36 of 55 ~ 65.45%
B 15 of 55 ~ 27.27%

%65.45
%27.27

CMYK color model

#04240F color CMYK value is (89,0,58,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK:
(89,0,58,86)
C89M0Y58K86 
(89%,0%,58%,86%)
(0.89/0.00/0.58/0.86)	

CMYK percentages

%88.89
%0
%58.33
%85.88

Codes

Color #04240F in popluar color models

04240F
RGB43615
HSL141°80.00%7.84%
HSB/HSV141°88.89%14.12%
CMYK88.89%0.00%58.33%
85.88%

Color #04240F in popluar number systems.

HEX04240F
Decimal43615
Binary1001001001111
Octal44417

Shades and tints

Shades of #04240F

#04240F
(4,36,15)
#04210E
(4,33,14)
#041E0D
(4,30,13)
#041B0C
(4,27,12)
#04180B
(4,24,11)
#04150A
(4,21,10)
#041209
(4,18,9)
#040F08
(4,15,8)
#040C07
(4,12,7)
#040906
(4,9,6)
#040605
(4,6,5)
#000000
(0,0,0)

Tints of #04240F

#04240F
(4,36,15)
#1A3724
(26,55,36)
#304A39
(48,74,57)
#465D4E
(70,93,78)
#5C7063
(92,112,99)
#728378
(114,131,120)
#88968D
(136,150,141)
#9EA9A2
(158,169,162)
#B4BCB7
(180,188,183)
#CACFCC
(202,207,204)
#E0E2E1
(224,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04240F; }

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

This text font color is #04240F.


Background Color

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

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

This div background color is #04240F.


Border color

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

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

This div border color is #04240F.


Opacity

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

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

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

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

This text has shadow with #04240F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04240F on black background.


Color preview on white background

This text has color #04240F on white background.



Black color preview on #04240F background

This text has black color on #04240F background.


White color preview on #04240F background

This text has white color on #04240F background.