COLOR #04290D

HEX: #04290D
RGB: (4,41,13)

Color info

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

RGB color model

#04290D color RGB value is (4,41,13).

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

RGB channels and saturation

R 4 of 255 = 2%
G 41 of 255 = 16%
B 13 of 255 = 5%

4
41
13

R + G + B ~ 8%. #04290D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 41 + 13 = 58 (100%)
R 4 of 58 ~ 6.9%
G 41 of 58 ~ 70.69%
B 13 of 58 ~ 22.41%

%70.69
%22.41

CMYK color model

#04290D color CMYK value is (90,0,68,84).

  • cyan value is 90.24%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(90,0,68,84)
C90M0Y68K84 
(90%,0%,68%,84%)
(0.90/0.00/0.68/0.84)	

CMYK percentages

%90.24
%0
%68.29
%83.92

Codes

Color #04290D in popluar color models

04290D
RGB44113
HSL135°82.22%8.82%
HSB/HSV135°90.24%16.08%
CMYK90.24%0.00%68.29%
83.92%

Color #04290D in popluar number systems.

HEX04290D
Decimal44113
Binary1001010011101
Octal45115

Shades and tints

Shades of #04290D

#04290D
(4,41,13)
#04260C
(4,38,12)
#04230B
(4,35,11)
#04200A
(4,32,10)
#041D09
(4,29,9)
#041A08
(4,26,8)
#041707
(4,23,7)
#041406
(4,20,6)
#041105
(4,17,5)
#040E04
(4,14,4)
#040B03
(4,11,3)
#000000
(0,0,0)

Tints of #04290D

#04290D
(4,41,13)
#1A3C23
(26,60,35)
#304F39
(48,79,57)
#46624F
(70,98,79)
#5C7565
(92,117,101)
#72887B
(114,136,123)
#889B91
(136,155,145)
#9EAEA7
(158,174,167)
#B4C1BD
(180,193,189)
#CAD4D3
(202,212,211)
#E0E7E9
(224,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04290D; }

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

This text font color is #04290D.


Background Color

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

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

This div background color is #04290D.


Border color

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

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

This div border color is #04290D.


Opacity

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

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

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

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

This text has shadow with #04290D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04290D on black background.


Color preview on white background

This text has color #04290D on white background.



Black color preview on #04290D background

This text has black color on #04290D background.


White color preview on #04290D background

This text has white color on #04290D background.