COLOR #46A34F

HEX: #46A34F
RGB: (70,163,79)

Color info

#46A34F contains mainly green color. Web safe color of #46A34F is #339966 (or #396).

RGB color model

#46A34F color RGB value is (70,163,79).

  • red value is 70;
  • green value is 163;
  • blue value is 79.
RGB:
(70,163,79)
(27%,64%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 163 of 255 = 64%
B 79 of 255 = 31%

70
163
79

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

Portions of RGB colors in percentages

R + G + B =
70 + 163 + 79 = 312 (100%)
R 70 of 312 ~ 22.44%
G 163 of 312 ~ 52.24%
B 79 of 312 ~ 25.32%

%22.44
%52.24
%25.32

CMYK color model

#46A34F color CMYK value is (57,0,52,36).

  • cyan value is 57.06%
  • magenta value is 0.00%
  • yellow value is 51.53%
  • key color value is 36.08%
CMYK:
(57,0,52,36)
C57M0Y52K36 
(57%,0%,52%,36%)
(0.57/0.00/0.52/0.36)	

CMYK percentages

%57.06
%0
%51.53
%36.08

Codes

Color #46A34F in popluar color models

46A34F
RGB7016379
HSL126°39.91%45.69%
HSB/HSV126°57.06%63.92%
CMYK57.06%0.00%51.53%
36.08%

Color #46A34F in popluar number systems.

HEX46A34F
Decimal7016379
Binary1000110101000111001111
Octal106243117

Shades and tints

Shades of #46A34F

#46A34F
(70,163,79)
#409548
(64,149,72)
#3A8741
(58,135,65)
#34793A
(52,121,58)
#2E6B33
(46,107,51)
#285D2C
(40,93,44)
#224F25
(34,79,37)
#1C411E
(28,65,30)
#163317
(22,51,23)
#102510
(16,37,16)
#0A1709
(10,23,9)
#000000
(0,0,0)

Tints of #46A34F

#46A34F
(70,163,79)
#56AB5F
(86,171,95)
#66B36F
(102,179,111)
#76BB7F
(118,187,127)
#86C38F
(134,195,143)
#96CB9F
(150,203,159)
#A6D3AF
(166,211,175)
#B6DBBF
(182,219,191)
#C6E3CF
(198,227,207)
#D6EBDF
(214,235,223)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A34F color. Also use rgb(70,163,79) instead hex code.

Text Font Color

.myTextColor { color: #46A34F; }

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

This text font color is #46A34F.


Background Color

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

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

This div background color is #46A34F.


Border color

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

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

This div border color is #46A34F.


Opacity

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

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

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

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

This text has shadow with #46A34F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A34F on black background.


Color preview on white background

This text has color #46A34F on white background.



Black color preview on #46A34F background

This text has black color on #46A34F background.


White color preview on #46A34F background

This text has white color on #46A34F background.