COLOR #042413

HEX: #042413
RGB: (4,36,19)

Color info

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

RGB color model

#042413 color RGB value is (4,36,19).

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

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 19 of 255 = 7%

4
36
19

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

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 19 = 59 (100%)
R 4 of 59 ~ 6.78%
G 36 of 59 ~ 61.02%
B 19 of 59 ~ 32.2%

%61.02
%32.2

CMYK color model

#042413 color CMYK value is (89,0,47,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 85.88%
CMYK:
(89,0,47,86)
C89M0Y47K86 
(89%,0%,47%,86%)
(0.89/0.00/0.47/0.86)	

CMYK percentages

%88.89
%0
%47.22
%85.88

Codes

Color #042413 in popluar color models

042413
RGB43619
HSL148°80.00%7.84%
HSB/HSV148°88.89%14.12%
CMYK88.89%0.00%47.22%
85.88%

Color #042413 in popluar number systems.

HEX042413
Decimal43619
Binary10010010010011
Octal44423

Shades and tints

Shades of #042413

#042413
(4,36,19)
#042112
(4,33,18)
#041E11
(4,30,17)
#041B10
(4,27,16)
#04180F
(4,24,15)
#04150E
(4,21,14)
#04120D
(4,18,13)
#040F0C
(4,15,12)
#040C0B
(4,12,11)
#04090A
(4,9,10)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #042413

#042413
(4,36,19)
#1A3728
(26,55,40)
#304A3D
(48,74,61)
#465D52
(70,93,82)
#5C7067
(92,112,103)
#72837C
(114,131,124)
#889691
(136,150,145)
#9EA9A6
(158,169,166)
#B4BCBB
(180,188,187)
#CACFD0
(202,207,208)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042413; }

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

This text font color is #042413.


Background Color

.myBgColor { background-color: #042413; }

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

This div background color is #042413.


Border color

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

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

This div border color is #042413.


Opacity

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

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

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

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

This text has shadow with #042413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042413 on black background.


Color preview on white background

This text has color #042413 on white background.



Black color preview on #042413 background

This text has black color on #042413 background.


White color preview on #042413 background

This text has white color on #042413 background.