COLOR #042909

HEX: #042909
RGB: (4,41,9)

Color info

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

RGB color model

#042909 color RGB value is (4,41,9).

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

RGB channels and saturation

R 4 of 255 = 2%
G 41 of 255 = 16%
B 9 of 255 = 4%

4
41
9

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

Portions of RGB colors in percentages

R + G + B =
4 + 41 + 9 = 54 (100%)
R 4 of 54 ~ 7.41%
G 41 of 54 ~ 75.93%
B 9 of 54 ~ 16.67%

%75.93
%16.67

CMYK color model

#042909 color CMYK value is (90,0,78,84).

  • cyan value is 90.24%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 83.92%
CMYK:
(90,0,78,84)
C90M0Y78K84 
(90%,0%,78%,84%)
(0.90/0.00/0.78/0.84)	

CMYK percentages

%90.24
%0
%78.05
%83.92

Codes

Color #042909 in popluar color models

042909
RGB4419
HSL128°82.22%8.82%
HSB/HSV128°90.24%16.08%
CMYK90.24%0.00%78.05%
83.92%

Color #042909 in popluar number systems.

HEX042909
Decimal4419
Binary1001010011001
Octal45111

Shades and tints

Shades of #042909

#042909
(4,41,9)
#042609
(4,38,9)
#042309
(4,35,9)
#042009
(4,32,9)
#041D09
(4,29,9)
#041A09
(4,26,9)
#041709
(4,23,9)
#041409
(4,20,9)
#041109
(4,17,9)
#040E09
(4,14,9)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #042909

#042909
(4,41,9)
#1A3C1F
(26,60,31)
#304F35
(48,79,53)
#46624B
(70,98,75)
#5C7561
(92,117,97)
#728877
(114,136,119)
#889B8D
(136,155,141)
#9EAEA3
(158,174,163)
#B4C1B9
(180,193,185)
#CAD4CF
(202,212,207)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042909; }

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

This text font color is #042909.


Background Color

.myBgColor { background-color: #042909; }

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

This div background color is #042909.


Border color

.myBorderColor { border: 1px solid #042909; }

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

This div border color is #042909.


Opacity

.myOpacity80 { color: #042909; opacity: 0.8; }

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

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

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

This text has shadow with #042909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042909 on black background.


Color preview on white background

This text has color #042909 on white background.



Black color preview on #042909 background

This text has black color on #042909 background.


White color preview on #042909 background

This text has white color on #042909 background.