COLOR #042309

HEX: #042309
RGB: (4,35,9)

Color info

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

RGB color model

#042309 color RGB value is (4,35,9).

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

RGB channels and saturation

R 4 of 255 = 2%
G 35 of 255 = 14%
B 9 of 255 = 4%

4
35
9

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

Portions of RGB colors in percentages

R + G + B =
4 + 35 + 9 = 48 (100%)
R 4 of 48 ~ 8.33%
G 35 of 48 ~ 72.92%
B 9 of 48 ~ 18.75%

%72.92
%18.75

CMYK color model

#042309 color CMYK value is (89,0,74,86).

  • cyan value is 88.57%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 86.27%
CMYK:
(89,0,74,86)
C89M0Y74K86 
(89%,0%,74%,86%)
(0.89/0.00/0.74/0.86)	

CMYK percentages

%88.57
%0
%74.29
%86.27

Codes

Color #042309 in popluar color models

042309
RGB4359
HSL130°79.49%7.65%
HSB/HSV130°88.57%13.73%
CMYK88.57%0.00%74.29%
86.27%

Color #042309 in popluar number systems.

HEX042309
Decimal4359
Binary1001000111001
Octal44311

Shades and tints

Shades of #042309

#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)
#040809
(4,8,9)
#040509
(4,5,9)
#000000
(0,0,0)

Tints of #042309

#042309
(4,35,9)
#1A371F
(26,55,31)
#304B35
(48,75,53)
#465F4B
(70,95,75)
#5C7361
(92,115,97)
#728777
(114,135,119)
#889B8D
(136,155,141)
#9EAFA3
(158,175,163)
#B4C3B9
(180,195,185)
#CAD7CF
(202,215,207)
#E0EBE5
(224,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042309; }

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

This text font color is #042309.


Background Color

.myBgColor { background-color: #042309; }

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

This div background color is #042309.


Border color

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

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

This div border color is #042309.


Opacity

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

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

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

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

This text has shadow with #042309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042309 on black background.


Color preview on white background

This text has color #042309 on white background.



Black color preview on #042309 background

This text has black color on #042309 background.


White color preview on #042309 background

This text has white color on #042309 background.