COLOR #46A94F

HEX: #46A94F RGB: (70,169,79)

Color info

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

RGB color model

#46A94F color RGB value is (70,169,79).

RGB: (70,169,79) (27%, 66%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 169 of 255 = 66%
B 79 of 255 = 31%

70
169
79

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

Portions of RGB colors in percentages

R + G + B = 70 + 169 + 79 = 318 (100%)
R 70 of 318 ~ 22.01%
G 169 of 318 ~ 53.14%
B 79 of 318 ~ 24.84'%

%22.01
%53.14
%24.84

CMYK color model

#46A94F color CMYK value is (59,0,53,34).

  • cyan value is 58.58%
  • magenta value is 0.00%
  • yellow value is 53.25%
  • key color value is 33.73%

CMYK: (59,0,53,34)
C59M0Y53K34 (59%, 0%, 53%, 34%)
(0.59 / 0.00 / 0.53 / 0.34)

CMYK percentages

%58.58
%0
%53.25
%33.73

Codes

Color #46A94F in popluar color models

46 A9 4F
RGB 70 169 79
HSL 125° 41.42% 46.86%
HSB/HSV 125° 58.58% 66.27%
CMYK 58.58% 0.00% 53.25%
33.73%

Color #46A94F in popluar number systems.

HEX 46 A9 4F
Decimal 70 169 79
Binary 1000110 10101001 1001111
Octal 106 251 117

Shades and tints

Shades of #46A94F

#46A94F
(70,169,79)
#409A48
(64,154,72)
#3A8B41
(58,139,65)
#347C3A
(52,124,58)
#2E6D33
(46,109,51)
#285E2C
(40,94,44)
#224F25
(34,79,37)
#1C401E
(28,64,30)
#163117
(22,49,23)
#102210
(16,34,16)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #46A94F

#46A94F
(70,169,79)
#56B05F
(86,176,95)
#66B76F
(102,183,111)
#76BE7F
(118,190,127)
#86C58F
(134,197,143)
#96CC9F
(150,204,159)
#A6D3AF
(166,211,175)
#B6DABF
(182,218,191)
#C6E1CF
(198,225,207)
#D6E8DF
(214,232,223)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46A94F; }

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

This text font color is #46A94F.

Background Color

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

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

This div background color is #46A94F.

Border color

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

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

This div border color is #46A94F.

Opacity

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

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

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

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

This text has shadow with #46A94F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46A94F.

Preview

Color preview on black background

This text has color #46A94F on black background.


Color preview on white background

This text has color #46A94F on white background.


Black color preview on #46A94F background

This text has black color on #46A94F background.


White color preview on #46A94F background

This text has white color on #46A94F background.


Related colors

Complementary color

Complementary color for #hex is #B956B0.


I love getcolorcode.com

Triadic colors

1 #4F46A9 and #A94F46 with #46A94F are triadic colors.

2 #4FA946 and #A9464F with #46A94F are triadic colors.