COLOR #46AB80

HEX: #46AB80 RGB: (70,171,128)

Color info

#46AB80 contains mainly green and blue colors. Web safe color of #46AB80 is #339966 (or #396).

RGB color model

#46AB80 color RGB value is (70,171,128).

RGB: (70,171,128) (27%, 67%, 50%)

RGB channels and saturation

R 70 of 255 = 27%
G 171 of 255 = 67%
B 128 of 255 = 50%

70
171
128

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

Portions of RGB colors in percentages

R + G + B = 70 + 171 + 128 = 369 (100%)
R 70 of 369 ~ 18.97%
G 171 of 369 ~ 46.34%
B 128 of 369 ~ 34.69'%

%18.97
%46.34
%34.69

CMYK color model

#46AB80 color CMYK value is (59,0,25,33).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%

CMYK: (59,0,25,33)
C59M0Y25K33 (59%, 0%, 25%, 33%)
(0.59 / 0.00 / 0.25 / 0.33)

CMYK percentages

%59.06
%0
%25.15
%32.94

Codes

Color #46AB80 in popluar color models

46 AB 80
RGB 70 171 128
HSL 154° 41.91% 47.25%
HSB/HSV 154° 59.06% 67.06%
CMYK 59.06% 0.00% 25.15%
32.94%

Color #46AB80 in popluar number systems.

HEX 46 AB 80
Decimal 70 171 128
Binary 1000110 10101011 10000000
Octal 106 253 200

Shades and tints

Shades of #46AB80

#46AB80
(70,171,128)
#409C75
(64,156,117)
#3A8D6A
(58,141,106)
#347E5F
(52,126,95)
#2E6F54
(46,111,84)
#286049
(40,96,73)
#22513E
(34,81,62)
#1C4233
(28,66,51)
#163328
(22,51,40)
#10241D
(16,36,29)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #46AB80

#46AB80
(70,171,128)
#56B28B
(86,178,139)
#66B996
(102,185,150)
#76C0A1
(118,192,161)
#86C7AC
(134,199,172)
#96CEB7
(150,206,183)
#A6D5C2
(166,213,194)
#B6DCCD
(182,220,205)
#C6E3D8
(198,227,216)
#D6EAE3
(214,234,227)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AB80 color. Also use rgb(70,171,128) instead hex code.

Text Font Color

.myTextColor { color: #46AB80; }

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

This text font color is #46AB80.

Background Color

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

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

This div background color is #46AB80.

Border color

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

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

This div border color is #46AB80.

Opacity

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

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

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

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

This text has shadow with #46AB80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46AB80.

Preview

Color preview on black background

This text has color #46AB80 on black background.


Color preview on white background

This text has color #46AB80 on white background.


Black color preview on #46AB80 background

This text has black color on #46AB80 background.


White color preview on #46AB80 background

This text has white color on #46AB80 background.


Related colors

Complementary color

Complementary color for #hex is #B9547F.


I love getcolorcode.com

Triadic colors

1 #8046AB and #AB8046 with #46AB80 are triadic colors.

2 #80AB46 and #AB4680 with #46AB80 are triadic colors.