COLOR #04740E

HEX: #04740E
RGB: (4,116,14)

Color info

#04740E contains mainly green color. Web safe color of #04740E is #006600 (or #060).

RGB color model

#04740E color RGB value is (4,116,14).

  • red value is 4;
  • green value is 116;
  • blue value is 14.
RGB:
(4,116,14)
(2%,45%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 116 of 255 = 45%
B 14 of 255 = 5%

4
116
14

R + G + B ~ 17%. #04740E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 116 + 14 = 134 (100%)
R 4 of 134 ~ 2.99%
G 116 of 134 ~ 86.57%
B 14 of 134 ~ 10.45%

%86.57
%10.45

CMYK color model

#04740E color CMYK value is (97,0,88,55).

  • cyan value is 96.55%
  • magenta value is 0.00%
  • yellow value is 87.93%
  • key color value is 54.51%
CMYK:
(97,0,88,55)
C97M0Y88K55 
(97%,0%,88%,55%)
(0.97/0.00/0.88/0.55)	

CMYK percentages

%96.55
%0
%87.93
%54.51

Codes

Color #04740E in popluar color models

04740E
RGB411614
HSL125°93.33%23.53%
HSB/HSV125°96.55%45.49%
CMYK96.55%0.00%87.93%
54.51%

Color #04740E in popluar number systems.

HEX04740E
Decimal411614
Binary10011101001110
Octal416416

Shades and tints

Shades of #04740E

#04740E
(4,116,14)
#046A0D
(4,106,13)
#04600C
(4,96,12)
#04560B
(4,86,11)
#044C0A
(4,76,10)
#044209
(4,66,9)
#043808
(4,56,8)
#042E07
(4,46,7)
#042406
(4,36,6)
#041A05
(4,26,5)
#041004
(4,16,4)
#000000
(0,0,0)

Tints of #04740E

#04740E
(4,116,14)
#1A8023
(26,128,35)
#308C38
(48,140,56)
#46984D
(70,152,77)
#5CA462
(92,164,98)
#72B077
(114,176,119)
#88BC8C
(136,188,140)
#9EC8A1
(158,200,161)
#B4D4B6
(180,212,182)
#CAE0CB
(202,224,203)
#E0ECE0
(224,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04740E color. Also use rgb(4,116,14) instead hex code.

Text Font Color

.myTextColor { color: #04740E; }

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

This text font color is #04740E.


Background Color

.myBgColor { background-color: #04740E; }

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

This div background color is #04740E.


Border color

.myBorderColor { border: 1px solid #04740E; }

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

This div border color is #04740E.


Opacity

.myOpacity80 { color: #04740E; opacity: 0.8; }

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

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

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

This text has shadow with #04740E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04740E on black background.


Color preview on white background

This text has color #04740E on white background.



Black color preview on #04740E background

This text has black color on #04740E background.


White color preview on #04740E background

This text has white color on #04740E background.