COLOR #046A11

HEX: #046A11
RGB: (4,106,17)

Color info

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

RGB color model

#046A11 color RGB value is (4,106,17).

  • red value is 4;
  • green value is 106;
  • blue value is 17.
RGB:
(4,106,17)
(2%,42%,7%)

RGB channels and saturation

R 4 of 255 = 2%
G 106 of 255 = 42%
B 17 of 255 = 7%

4
106
17

R + G + B ~ 17%. #046A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 106 + 17 = 127 (100%)
R 4 of 127 ~ 3.15%
G 106 of 127 ~ 83.46%
B 17 of 127 ~ 13.39%

%83.46
%13.39

CMYK color model

#046A11 color CMYK value is (96,0,84,58).

  • cyan value is 96.23%
  • magenta value is 0.00%
  • yellow value is 83.96%
  • key color value is 58.43%
CMYK:
(96,0,84,58)
C96M0Y84K58 
(96%,0%,84%,58%)
(0.96/0.00/0.84/0.58)	

CMYK percentages

%96.23
%0
%83.96
%58.43

Codes

Color #046A11 in popluar color models

046A11
RGB410617
HSL128°92.73%21.57%
HSB/HSV128°96.23%41.57%
CMYK96.23%0.00%83.96%
58.43%

Color #046A11 in popluar number systems.

HEX046A11
Decimal410617
Binary100110101010001
Octal415221

Shades and tints

Shades of #046A11

#046A11
(4,106,17)
#046110
(4,97,16)
#04580F
(4,88,15)
#044F0E
(4,79,14)
#04460D
(4,70,13)
#043D0C
(4,61,12)
#04340B
(4,52,11)
#042B0A
(4,43,10)
#042209
(4,34,9)
#041908
(4,25,8)
#041007
(4,16,7)
#000000
(0,0,0)

Tints of #046A11

#046A11
(4,106,17)
#1A7726
(26,119,38)
#30843B
(48,132,59)
#469150
(70,145,80)
#5C9E65
(92,158,101)
#72AB7A
(114,171,122)
#88B88F
(136,184,143)
#9EC5A4
(158,197,164)
#B4D2B9
(180,210,185)
#CADFCE
(202,223,206)
#E0ECE3
(224,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046A11 color. Also use rgb(4,106,17) instead hex code.

Text Font Color

.myTextColor { color: #046A11; }

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

This text font color is #046A11.


Background Color

.myBgColor { background-color: #046A11; }

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

This div background color is #046A11.


Border color

.myBorderColor { border: 1px solid #046A11; }

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

This div border color is #046A11.


Opacity

.myOpacity80 { color: #046A11; opacity: 0.8; }

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

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

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

This text has shadow with #046A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046A11 on black background.


Color preview on white background

This text has color #046A11 on white background.



Black color preview on #046A11 background

This text has black color on #046A11 background.


White color preview on #046A11 background

This text has white color on #046A11 background.