COLOR #46AA4C

HEX: #46AA4C
RGB: (70,170,76)

Color info

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

RGB color model

#46AA4C color RGB value is (70,170,76).

  • red value is 70;
  • green value is 170;
  • blue value is 76.
RGB:
(70,170,76)
(27%,67%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 170 of 255 = 67%
B 76 of 255 = 30%

70
170
76

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

Portions of RGB colors in percentages

R + G + B =
70 + 170 + 76 = 316 (100%)
R 70 of 316 ~ 22.15%
G 170 of 316 ~ 53.8%
B 76 of 316 ~ 24.05%

%22.15
%53.8
%24.05

CMYK color model

#46AA4C color CMYK value is (59,0,55,33).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 55.29%
  • key color value is 33.33%
CMYK:
(59,0,55,33)
C59M0Y55K33 
(59%,0%,55%,33%)
(0.59/0.00/0.55/0.33)	

CMYK percentages

%58.82
%0
%55.29
%33.33

Codes

Color #46AA4C in popluar color models

46AA4C
RGB7017076
HSL124°41.67%47.06%
HSB/HSV124°58.82%66.67%
CMYK58.82%0.00%55.29%
33.33%

Color #46AA4C in popluar number systems.

HEX46AA4C
Decimal7017076
Binary1000110101010101001100
Octal106252114

Shades and tints

Shades of #46AA4C

#46AA4C
(70,170,76)
#409B46
(64,155,70)
#3A8C40
(58,140,64)
#347D3A
(52,125,58)
#2E6E34
(46,110,52)
#285F2E
(40,95,46)
#225028
(34,80,40)
#1C4122
(28,65,34)
#16321C
(22,50,28)
#102316
(16,35,22)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #46AA4C

#46AA4C
(70,170,76)
#56B15C
(86,177,92)
#66B86C
(102,184,108)
#76BF7C
(118,191,124)
#86C68C
(134,198,140)
#96CD9C
(150,205,156)
#A6D4AC
(166,212,172)
#B6DBBC
(182,219,188)
#C6E2CC
(198,226,204)
#D6E9DC
(214,233,220)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AA4C color. Also use rgb(70,170,76) instead hex code.

Text Font Color

.myTextColor { color: #46AA4C; }

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

This text font color is #46AA4C.


Background Color

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

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

This div background color is #46AA4C.


Border color

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

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

This div border color is #46AA4C.


Opacity

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

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

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

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

This text has shadow with #46AA4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AA4C on black background.


Color preview on white background

This text has color #46AA4C on white background.



Black color preview on #46AA4C background

This text has black color on #46AA4C background.


White color preview on #46AA4C background

This text has white color on #46AA4C background.