COLOR #46A649

HEX: #46A649
RGB: (70,166,73)

Color info

#46A649 contains mainly green color. Web safe color of #46A649 is #339933 (or #393).

RGB color model

#46A649 color RGB value is (70,166,73).

  • red value is 70;
  • green value is 166;
  • blue value is 73.
RGB:
(70,166,73)
(27%,65%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 166 of 255 = 65%
B 73 of 255 = 29%

70
166
73

R + G + B ~ 40%. #46A649 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 166 + 73 = 309 (100%)
R 70 of 309 ~ 22.65%
G 166 of 309 ~ 53.72%
B 73 of 309 ~ 23.62%

%22.65
%53.72
%23.62

CMYK color model

#46A649 color CMYK value is (58,0,56,35).

  • cyan value is 57.83%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 34.90%
CMYK:
(58,0,56,35)
C58M0Y56K35 
(58%,0%,56%,35%)
(0.58/0.00/0.56/0.35)	

CMYK percentages

%57.83
%0
%56.02
%34.9

Codes

Color #46A649 in popluar color models

46A649
RGB7016673
HSL122°40.68%46.27%
HSB/HSV122°57.83%65.10%
CMYK57.83%0.00%56.02%
34.90%

Color #46A649 in popluar number systems.

HEX46A649
Decimal7016673
Binary1000110101001101001001
Octal106246111

Shades and tints

Shades of #46A649

#46A649
(70,166,73)
#409743
(64,151,67)
#3A883D
(58,136,61)
#347937
(52,121,55)
#2E6A31
(46,106,49)
#285B2B
(40,91,43)
#224C25
(34,76,37)
#1C3D1F
(28,61,31)
#162E19
(22,46,25)
#101F13
(16,31,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #46A649

#46A649
(70,166,73)
#56AE59
(86,174,89)
#66B669
(102,182,105)
#76BE79
(118,190,121)
#86C689
(134,198,137)
#96CE99
(150,206,153)
#A6D6A9
(166,214,169)
#B6DEB9
(182,222,185)
#C6E6C9
(198,230,201)
#D6EED9
(214,238,217)
#E6F6E9
(230,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A649 color. Also use rgb(70,166,73) instead hex code.

Text Font Color

.myTextColor { color: #46A649; }

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

This text font color is #46A649.


Background Color

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

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

This div background color is #46A649.


Border color

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

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

This div border color is #46A649.


Opacity

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

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

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

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

This text has shadow with #46A649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A649 on black background.


Color preview on white background

This text has color #46A649 on white background.



Black color preview on #46A649 background

This text has black color on #46A649 background.


White color preview on #46A649 background

This text has white color on #46A649 background.