COLOR #46AA53

HEX: #46AA53
RGB: (70,170,83)

Color info

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

RGB color model

#46AA53 color RGB value is (70,170,83).

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

RGB channels and saturation

R 70 of 255 = 27%
G 170 of 255 = 67%
B 83 of 255 = 33%

70
170
83

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

Portions of RGB colors in percentages

R + G + B =
70 + 170 + 83 = 323 (100%)
R 70 of 323 ~ 21.67%
G 170 of 323 ~ 52.63%
B 83 of 323 ~ 25.7%

%21.67
%52.63
%25.7

CMYK color model

#46AA53 color CMYK value is (59,0,51,33).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 33.33%
CMYK:
(59,0,51,33)
C59M0Y51K33 
(59%,0%,51%,33%)
(0.59/0.00/0.51/0.33)	

CMYK percentages

%58.82
%0
%51.18
%33.33

Codes

Color #46AA53 in popluar color models

46AA53
RGB7017083
HSL128°41.67%47.06%
HSB/HSV128°58.82%66.67%
CMYK58.82%0.00%51.18%
33.33%

Color #46AA53 in popluar number systems.

HEX46AA53
Decimal7017083
Binary1000110101010101010011
Octal106252123

Shades and tints

Shades of #46AA53

#46AA53
(70,170,83)
#409B4C
(64,155,76)
#3A8C45
(58,140,69)
#347D3E
(52,125,62)
#2E6E37
(46,110,55)
#285F30
(40,95,48)
#225029
(34,80,41)
#1C4122
(28,65,34)
#16321B
(22,50,27)
#102314
(16,35,20)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #46AA53

#46AA53
(70,170,83)
#56B162
(86,177,98)
#66B871
(102,184,113)
#76BF80
(118,191,128)
#86C68F
(134,198,143)
#96CD9E
(150,205,158)
#A6D4AD
(166,212,173)
#B6DBBC
(182,219,188)
#C6E2CB
(198,226,203)
#D6E9DA
(214,233,218)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46AA53; }

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

This text font color is #46AA53.


Background Color

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

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

This div background color is #46AA53.


Border color

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

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

This div border color is #46AA53.


Opacity

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

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

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

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

This text has shadow with #46AA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AA53 on black background.


Color preview on white background

This text has color #46AA53 on white background.



Black color preview on #46AA53 background

This text has black color on #46AA53 background.


White color preview on #46AA53 background

This text has white color on #46AA53 background.