COLOR #044710

HEX: #044710
RGB: (4,71,16)

Color info

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

RGB color model

#044710 color RGB value is (4,71,16).

  • red value is 4;
  • green value is 71;
  • blue value is 16.
RGB:
(4,71,16)
(2%,28%,6%)

RGB channels and saturation

R 4 of 255 = 2%
G 71 of 255 = 28%
B 16 of 255 = 6%

4
71
16

R + G + B ~ 12%. #044710 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 71 + 16 = 91 (100%)
R 4 of 91 ~ 4.4%
G 71 of 91 ~ 78.02%
B 16 of 91 ~ 17.58%

%78.02
%17.58

CMYK color model

#044710 color CMYK value is (94,0,77,72).

  • cyan value is 94.37%
  • magenta value is 0.00%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(94,0,77,72)
C94M0Y77K72 
(94%,0%,77%,72%)
(0.94/0.00/0.77/0.72)	

CMYK percentages

%94.37
%0
%77.46
%72.16

Codes

Color #044710 in popluar color models

044710
RGB47116
HSL131°89.33%14.71%
HSB/HSV131°94.37%27.84%
CMYK94.37%0.00%77.46%
72.16%

Color #044710 in popluar number systems.

HEX044710
Decimal47116
Binary100100011110000
Octal410720

Shades and tints

Shades of #044710

#044710
(4,71,16)
#04410F
(4,65,15)
#043B0E
(4,59,14)
#04350D
(4,53,13)
#042F0C
(4,47,12)
#04290B
(4,41,11)
#04230A
(4,35,10)
#041D09
(4,29,9)
#041708
(4,23,8)
#041107
(4,17,7)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #044710

#044710
(4,71,16)
#1A5725
(26,87,37)
#30673A
(48,103,58)
#46774F
(70,119,79)
#5C8764
(92,135,100)
#729779
(114,151,121)
#88A78E
(136,167,142)
#9EB7A3
(158,183,163)
#B4C7B8
(180,199,184)
#CAD7CD
(202,215,205)
#E0E7E2
(224,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044710 color. Also use rgb(4,71,16) instead hex code.

Text Font Color

.myTextColor { color: #044710; }

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

This text font color is #044710.


Background Color

.myBgColor { background-color: #044710; }

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

This div background color is #044710.


Border color

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

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

This div border color is #044710.


Opacity

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

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

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

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

This text has shadow with #044710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044710 on black background.


Color preview on white background

This text has color #044710 on white background.



Black color preview on #044710 background

This text has black color on #044710 background.


White color preview on #044710 background

This text has white color on #044710 background.