COLOR #042619

HEX: #042619
RGB: (4,38,25)

Color info

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

RGB color model

#042619 color RGB value is (4,38,25).

  • red value is 4;
  • green value is 38;
  • blue value is 25.
RGB:
(4,38,25)
(2%,15%,10%)

RGB channels and saturation

R 4 of 255 = 2%
G 38 of 255 = 15%
B 25 of 255 = 10%

4
38
25

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

Portions of RGB colors in percentages

R + G + B =
4 + 38 + 25 = 67 (100%)
R 4 of 67 ~ 5.97%
G 38 of 67 ~ 56.72%
B 25 of 67 ~ 37.31%

%56.72
%37.31

CMYK color model

#042619 color CMYK value is (89,0,34,85).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 85.10%
CMYK:
(89,0,34,85)
C89M0Y34K85 
(89%,0%,34%,85%)
(0.89/0.00/0.34/0.85)	

CMYK percentages

%89.47
%0
%34.21
%85.1

Codes

Color #042619 in popluar color models

042619
RGB43825
HSL157°80.95%8.24%
HSB/HSV157°89.47%14.90%
CMYK89.47%0.00%34.21%
85.10%

Color #042619 in popluar number systems.

HEX042619
Decimal43825
Binary10010011011001
Octal44631

Shades and tints

Shades of #042619

#042619
(4,38,25)
#042317
(4,35,23)
#042015
(4,32,21)
#041D13
(4,29,19)
#041A11
(4,26,17)
#04170F
(4,23,15)
#04140D
(4,20,13)
#04110B
(4,17,11)
#040E09
(4,14,9)
#040B07
(4,11,7)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #042619

#042619
(4,38,25)
#1A392D
(26,57,45)
#304C41
(48,76,65)
#465F55
(70,95,85)
#5C7269
(92,114,105)
#72857D
(114,133,125)
#889891
(136,152,145)
#9EABA5
(158,171,165)
#B4BEB9
(180,190,185)
#CAD1CD
(202,209,205)
#E0E4E1
(224,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042619 color. Also use rgb(4,38,25) instead hex code.

Text Font Color

.myTextColor { color: #042619; }

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

This text font color is #042619.


Background Color

.myBgColor { background-color: #042619; }

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

This div background color is #042619.


Border color

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

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

This div border color is #042619.


Opacity

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

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

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

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

This text has shadow with #042619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042619 on black background.


Color preview on white background

This text has color #042619 on white background.



Black color preview on #042619 background

This text has black color on #042619 background.


White color preview on #042619 background

This text has white color on #042619 background.