COLOR #044619

HEX: #044619
RGB: (4,70,25)

Color info

#044619 contains mainly green and blue colors. Web safe color of #044619 is #003300 (or #030).

RGB color model

#044619 color RGB value is (4,70,25).

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

RGB channels and saturation

R 4 of 255 = 2%
G 70 of 255 = 27%
B 25 of 255 = 10%

4
70
25

R + G + B ~ 13%. #044619 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 70 + 25 = 99 (100%)
R 4 of 99 ~ 4.04%
G 70 of 99 ~ 70.71%
B 25 of 99 ~ 25.25%

%70.71
%25.25

CMYK color model

#044619 color CMYK value is (94,0,64,73).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(94,0,64,73)
C94M0Y64K73 
(94%,0%,64%,73%)
(0.94/0.00/0.64/0.73)	

CMYK percentages

%94.29
%0
%64.29
%72.55

Codes

Color #044619 in popluar color models

044619
RGB47025
HSL139°89.19%14.51%
HSB/HSV139°94.29%27.45%
CMYK94.29%0.00%64.29%
72.55%

Color #044619 in popluar number systems.

HEX044619
Decimal47025
Binary100100011011001
Octal410631

Shades and tints

Shades of #044619

#044619
(4,70,25)
#044017
(4,64,23)
#043A15
(4,58,21)
#043413
(4,52,19)
#042E11
(4,46,17)
#04280F
(4,40,15)
#04220D
(4,34,13)
#041C0B
(4,28,11)
#041609
(4,22,9)
#041007
(4,16,7)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #044619

#044619
(4,70,25)
#1A562D
(26,86,45)
#306641
(48,102,65)
#467655
(70,118,85)
#5C8669
(92,134,105)
#72967D
(114,150,125)
#88A691
(136,166,145)
#9EB6A5
(158,182,165)
#B4C6B9
(180,198,185)
#CAD6CD
(202,214,205)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044619; }

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

This text font color is #044619.


Background Color

.myBgColor { background-color: #044619; }

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

This div background color is #044619.


Border color

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

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

This div border color is #044619.


Opacity

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

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

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

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

This text has shadow with #044619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044619 on black background.


Color preview on white background

This text has color #044619 on white background.



Black color preview on #044619 background

This text has black color on #044619 background.


White color preview on #044619 background

This text has white color on #044619 background.