COLOR #46B4A0

HEX: #46B4A0
RGB: (70,180,160)

Color info

#46B4A0 contains mainly green and blue colors. Web safe color of #46B4A0 is #33CC99 (or #3C9).

RGB color model

#46B4A0 color RGB value is (70,180,160).

  • red value is 70;
  • green value is 180;
  • blue value is 160.
RGB:
(70,180,160)
(27%,71%,63%)

RGB channels and saturation

R 70 of 255 = 27%
G 180 of 255 = 71%
B 160 of 255 = 63%

70
180
160

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

Portions of RGB colors in percentages

R + G + B =
70 + 180 + 160 = 410 (100%)
R 70 of 410 ~ 17.07%
G 180 of 410 ~ 43.9%
B 160 of 410 ~ 39.02%

%17.07
%43.9
%39.02

CMYK color model

#46B4A0 color CMYK value is (61,0,11,29).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(61,0,11,29)
C61M0Y11K29 
(61%,0%,11%,29%)
(0.61/0.00/0.11/0.29)	

CMYK percentages

%61.11
%0
%11.11
%29.41

Codes

Color #46B4A0 in popluar color models

46B4A0
RGB70180160
HSL169°44.00%49.02%
HSB/HSV169°61.11%70.59%
CMYK61.11%0.00%11.11%
29.41%

Color #46B4A0 in popluar number systems.

HEX46B4A0
Decimal70180160
Binary10001101011010010100000
Octal106264240

Shades and tints

Shades of #46B4A0

#46B4A0
(70,180,160)
#40A492
(64,164,146)
#3A9484
(58,148,132)
#348476
(52,132,118)
#2E7468
(46,116,104)
#28645A
(40,100,90)
#22544C
(34,84,76)
#1C443E
(28,68,62)
#163430
(22,52,48)
#102422
(16,36,34)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #46B4A0

#46B4A0
(70,180,160)
#56BAA8
(86,186,168)
#66C0B0
(102,192,176)
#76C6B8
(118,198,184)
#86CCC0
(134,204,192)
#96D2C8
(150,210,200)
#A6D8D0
(166,216,208)
#B6DED8
(182,222,216)
#C6E4E0
(198,228,224)
#D6EAE8
(214,234,232)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B4A0 color. Also use rgb(70,180,160) instead hex code.

Text Font Color

.myTextColor { color: #46B4A0; }

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

This text font color is #46B4A0.


Background Color

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

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

This div background color is #46B4A0.


Border color

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

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

This div border color is #46B4A0.


Opacity

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

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

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

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

This text has shadow with #46B4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B4A0 on black background.


Color preview on white background

This text has color #46B4A0 on white background.



Black color preview on #46B4A0 background

This text has black color on #46B4A0 background.


White color preview on #46B4A0 background

This text has white color on #46B4A0 background.