COLOR #046414

HEX: #046414
RGB: (4,100,20)

Color info

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

RGB color model

#046414 color RGB value is (4,100,20).

  • red value is 4;
  • green value is 100;
  • blue value is 20.
RGB:
(4,100,20)
(2%,39%,8%)

RGB channels and saturation

R 4 of 255 = 2%
G 100 of 255 = 39%
B 20 of 255 = 8%

4
100
20

R + G + B ~ 16%. #046414 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 100 + 20 = 124 (100%)
R 4 of 124 ~ 3.23%
G 100 of 124 ~ 80.65%
B 20 of 124 ~ 16.13%

%80.65
%16.13

CMYK color model

#046414 color CMYK value is (96,0,80,61).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 60.78%
CMYK:
(96,0,80,61)
C96M0Y80K61 
(96%,0%,80%,61%)
(0.96/0.00/0.80/0.61)	

CMYK percentages

%96
%0
%80
%60.78

Codes

Color #046414 in popluar color models

046414
RGB410020
HSL130°92.31%20.39%
HSB/HSV130°96.00%39.22%
CMYK96.00%0.00%80.00%
60.78%

Color #046414 in popluar number systems.

HEX046414
Decimal410020
Binary100110010010100
Octal414424

Shades and tints

Shades of #046414

#046414
(4,100,20)
#045B13
(4,91,19)
#045212
(4,82,18)
#044911
(4,73,17)
#044010
(4,64,16)
#04370F
(4,55,15)
#042E0E
(4,46,14)
#04250D
(4,37,13)
#041C0C
(4,28,12)
#04130B
(4,19,11)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #046414

#046414
(4,100,20)
#1A7229
(26,114,41)
#30803E
(48,128,62)
#468E53
(70,142,83)
#5C9C68
(92,156,104)
#72AA7D
(114,170,125)
#88B892
(136,184,146)
#9EC6A7
(158,198,167)
#B4D4BC
(180,212,188)
#CAE2D1
(202,226,209)
#E0F0E6
(224,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046414 color. Also use rgb(4,100,20) instead hex code.

Text Font Color

.myTextColor { color: #046414; }

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

This text font color is #046414.


Background Color

.myBgColor { background-color: #046414; }

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

This div background color is #046414.


Border color

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

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

This div border color is #046414.


Opacity

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

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

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

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

This text has shadow with #046414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046414 on black background.


Color preview on white background

This text has color #046414 on white background.



Black color preview on #046414 background

This text has black color on #046414 background.


White color preview on #046414 background

This text has white color on #046414 background.