COLOR #46A180

HEX: #46A180 RGB: (70,161,128)

Color info

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

RGB color model

#46A180 color RGB value is (70,161,128).

RGB: (70,161,128) (27%, 63%, 50%)

RGB channels and saturation

R 70 of 255 = 27%
G 161 of 255 = 63%
B 128 of 255 = 50%

70
161
128

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

Portions of RGB colors in percentages

R + G + B = 70 + 161 + 128 = 359 (100%)
R 70 of 359 ~ 19.5%
G 161 of 359 ~ 44.85%
B 128 of 359 ~ 35.65'%

%19.5
%44.85
%35.65

CMYK color model

#46A180 color CMYK value is (57,0,20,37).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK: (57,0,20,37) C57M0Y20K37 (57%,0%,20%,37%) (0.57/0.00/0.20/0.37) 

CMYK percentages

%56.52
%0
%20.5
%36.86

Codes

Color #46A180 in popluar color models

46 A1 80
RGB 70 161 128
HSL 158° 39.39% 45.29%
HSB/HSV 158° 56.52% 63.14%
CMYK 56.52% 0.00% 20.50%
36.86%

Color #46A180 in popluar number systems.

HEX 46 A1 80
Decimal 70 161 128
Binary 1000110 10100001 10000000
Octal 106 241 200

Shades and tints

Shades of #46A180

#46A180
(70,161,128)
#409375
(64,147,117)
#3A856A
(58,133,106)
#34775F
(52,119,95)
#2E6954
(46,105,84)
#285B49
(40,91,73)
#224D3E
(34,77,62)
#1C3F33
(28,63,51)
#163128
(22,49,40)
#10231D
(16,35,29)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #46A180

#46A180
(70,161,128)
#56A98B
(86,169,139)
#66B196
(102,177,150)
#76B9A1
(118,185,161)
#86C1AC
(134,193,172)
#96C9B7
(150,201,183)
#A6D1C2
(166,209,194)
#B6D9CD
(182,217,205)
#C6E1D8
(198,225,216)
#D6E9E3
(214,233,227)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46A180; }

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

This text font color is #46A180.

Background Color

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

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

This div background color is #46A180.

Border color

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

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

This div border color is #46A180.

Opacity

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

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

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

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

This text has shadow with #46A180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46A180.

Preview

Color preview on black background

This text has color #46A180 on black background.


Color preview on white background

This text has color #46A180 on white background.


Black color preview on #46A180 background

This text has black color on #46A180 background.


White color preview on #46A180 background

This text has white color on #46A180 background.


Related colors

Complementary color

Complementary color for #hex is #B95E7F.


I love getcolorcode.com

Triadic colors

1 #8046A1 and #A18046 with #46A180 are triadic colors.

2 #80A146 and #A14680 with #46A180 are triadic colors.