COLOR #04241A

HEX: #04241A
RGB: (4,36,26)

Color info

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

RGB color model

#04241A color RGB value is (4,36,26).

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

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 26 of 255 = 10%

4
36
26

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

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 26 = 66 (100%)
R 4 of 66 ~ 6.06%
G 36 of 66 ~ 54.55%
B 26 of 66 ~ 39.39%

%54.55
%39.39

CMYK color model

#04241A color CMYK value is (89,0,28,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 85.88%
CMYK:
(89,0,28,86)
C89M0Y28K86 
(89%,0%,28%,86%)
(0.89/0.00/0.28/0.86)	

CMYK percentages

%88.89
%0
%27.78
%85.88

Codes

Color #04241A in popluar color models

04241A
RGB43626
HSL161°80.00%7.84%
HSB/HSV161°88.89%14.12%
CMYK88.89%0.00%27.78%
85.88%

Color #04241A in popluar number systems.

HEX04241A
Decimal43626
Binary10010010011010
Octal44432

Shades and tints

Shades of #04241A

#04241A
(4,36,26)
#042118
(4,33,24)
#041E16
(4,30,22)
#041B14
(4,27,20)
#041812
(4,24,18)
#041510
(4,21,16)
#04120E
(4,18,14)
#040F0C
(4,15,12)
#040C0A
(4,12,10)
#040908
(4,9,8)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #04241A

#04241A
(4,36,26)
#1A372E
(26,55,46)
#304A42
(48,74,66)
#465D56
(70,93,86)
#5C706A
(92,112,106)
#72837E
(114,131,126)
#889692
(136,150,146)
#9EA9A6
(158,169,166)
#B4BCBA
(180,188,186)
#CACFCE
(202,207,206)
#E0E2E2
(224,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04241A; }

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

This text font color is #04241A.


Background Color

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

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

This div background color is #04241A.


Border color

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

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

This div border color is #04241A.


Opacity

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

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

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

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

This text has shadow with #04241A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04241A on black background.


Color preview on white background

This text has color #04241A on white background.



Black color preview on #04241A background

This text has black color on #04241A background.


White color preview on #04241A background

This text has white color on #04241A background.