COLOR #46A417

HEX: #46A417
RGB: (70,164,23)

Color info

#46A417 contains mainly green color. Web safe color of #46A417 is #339900 (or #390).

RGB color model

#46A417 color RGB value is (70,164,23).

  • red value is 70;
  • green value is 164;
  • blue value is 23.
RGB:
(70,164,23)
(27%,64%,9%)

RGB channels and saturation

R 70 of 255 = 27%
G 164 of 255 = 64%
B 23 of 255 = 9%

70
164
23

R + G + B ~ 33%. #46A417 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 164 + 23 = 257 (100%)
R 70 of 257 ~ 27.24%
G 164 of 257 ~ 63.81%
B 23 of 257 ~ 8.95%

%27.24
%63.81

CMYK color model

#46A417 color CMYK value is (57,0,86,36).

  • cyan value is 57.32%
  • magenta value is 0.00%
  • yellow value is 85.98%
  • key color value is 35.69%
CMYK:
(57,0,86,36)
C57M0Y86K36 
(57%,0%,86%,36%)
(0.57/0.00/0.86/0.36)	

CMYK percentages

%57.32
%0
%85.98
%35.69

Codes

Color #46A417 in popluar color models

46A417
RGB7016423
HSL100°75.40%36.67%
HSB/HSV100°85.98%64.31%
CMYK57.32%0.00%85.98%
35.69%

Color #46A417 in popluar number systems.

HEX46A417
Decimal7016423
Binary10001101010010010111
Octal10624427

Shades and tints

Shades of #46A417

#46A417
(70,164,23)
#409615
(64,150,21)
#3A8813
(58,136,19)
#347A11
(52,122,17)
#2E6C0F
(46,108,15)
#285E0D
(40,94,13)
#22500B
(34,80,11)
#1C4209
(28,66,9)
#163407
(22,52,7)
#102605
(16,38,5)
#0A1803
(10,24,3)
#000000
(0,0,0)

Tints of #46A417

#46A417
(70,164,23)
#56AC2C
(86,172,44)
#66B441
(102,180,65)
#76BC56
(118,188,86)
#86C46B
(134,196,107)
#96CC80
(150,204,128)
#A6D495
(166,212,149)
#B6DCAA
(182,220,170)
#C6E4BF
(198,228,191)
#D6ECD4
(214,236,212)
#E6F4E9
(230,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A417 color. Also use rgb(70,164,23) instead hex code.

Text Font Color

.myTextColor { color: #46A417; }

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

This text font color is #46A417.


Background Color

.myBgColor { background-color: #46A417; }

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

This div background color is #46A417.


Border color

.myBorderColor { border: 1px solid #46A417; }

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

This div border color is #46A417.


Opacity

.myOpacity80 { color: #46A417; opacity: 0.8; }

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

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

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

This text has shadow with #46A417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A417 on black background.


Color preview on white background

This text has color #46A417 on white background.



Black color preview on #46A417 background

This text has black color on #46A417 background.


White color preview on #46A417 background

This text has white color on #46A417 background.