COLOR #04600E

HEX: #04600E
RGB: (4,96,14)

Color info

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

RGB color model

#04600E color RGB value is (4,96,14).

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

RGB channels and saturation

R 4 of 255 = 2%
G 96 of 255 = 38%
B 14 of 255 = 5%

4
96
14

R + G + B ~ 15%. #04600E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 96 + 14 = 114 (100%)
R 4 of 114 ~ 3.51%
G 96 of 114 ~ 84.21%
B 14 of 114 ~ 12.28%

%84.21
%12.28

CMYK color model

#04600E color CMYK value is (96,0,85,62).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 85.42%
  • key color value is 62.35%
CMYK:
(96,0,85,62)
C96M0Y85K62 
(96%,0%,85%,62%)
(0.96/0.00/0.85/0.62)	

CMYK percentages

%95.83
%0
%85.42
%62.35

Codes

Color #04600E in popluar color models

04600E
RGB49614
HSL127°92.00%19.61%
HSB/HSV127°95.83%37.65%
CMYK95.83%0.00%85.42%
62.35%

Color #04600E in popluar number systems.

HEX04600E
Decimal49614
Binary10011000001110
Octal414016

Shades and tints

Shades of #04600E

#04600E
(4,96,14)
#04580D
(4,88,13)
#04500C
(4,80,12)
#04480B
(4,72,11)
#04400A
(4,64,10)
#043809
(4,56,9)
#043008
(4,48,8)
#042807
(4,40,7)
#042006
(4,32,6)
#041805
(4,24,5)
#041004
(4,16,4)
#000000
(0,0,0)

Tints of #04600E

#04600E
(4,96,14)
#1A6E23
(26,110,35)
#307C38
(48,124,56)
#468A4D
(70,138,77)
#5C9862
(92,152,98)
#72A677
(114,166,119)
#88B48C
(136,180,140)
#9EC2A1
(158,194,161)
#B4D0B6
(180,208,182)
#CADECB
(202,222,203)
#E0ECE0
(224,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04600E; }

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

This text font color is #04600E.


Background Color

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

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

This div background color is #04600E.


Border color

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

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

This div border color is #04600E.


Opacity

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

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

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

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

This text has shadow with #04600E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04600E on black background.


Color preview on white background

This text has color #04600E on white background.



Black color preview on #04600E background

This text has black color on #04600E background.


White color preview on #04600E background

This text has white color on #04600E background.