COLOR #46AA92

HEX: #46AA92
RGB: (70,170,146)

Color info

#46AA92 contains mainly green and blue colors. Web safe color of #46AA92 is #339999 (or #399).

RGB color model

#46AA92 color RGB value is (70,170,146).

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

RGB channels and saturation

R 70 of 255 = 27%
G 170 of 255 = 67%
B 146 of 255 = 57%

70
170
146

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

Portions of RGB colors in percentages

R + G + B =
70 + 170 + 146 = 386 (100%)
R 70 of 386 ~ 18.13%
G 170 of 386 ~ 44.04%
B 146 of 386 ~ 37.82%

%18.13
%44.04
%37.82

CMYK color model

#46AA92 color CMYK value is (59,0,14,33).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(59,0,14,33)
C59M0Y14K33 
(59%,0%,14%,33%)
(0.59/0.00/0.14/0.33)	

CMYK percentages

%58.82
%0
%14.12
%33.33

Codes

Color #46AA92 in popluar color models

46AA92
RGB70170146
HSL166°41.67%47.06%
HSB/HSV166°58.82%66.67%
CMYK58.82%0.00%14.12%
33.33%

Color #46AA92 in popluar number systems.

HEX46AA92
Decimal70170146
Binary10001101010101010010010
Octal106252222

Shades and tints

Shades of #46AA92

#46AA92
(70,170,146)
#409B85
(64,155,133)
#3A8C78
(58,140,120)
#347D6B
(52,125,107)
#2E6E5E
(46,110,94)
#285F51
(40,95,81)
#225044
(34,80,68)
#1C4137
(28,65,55)
#16322A
(22,50,42)
#10231D
(16,35,29)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #46AA92

#46AA92
(70,170,146)
#56B19B
(86,177,155)
#66B8A4
(102,184,164)
#76BFAD
(118,191,173)
#86C6B6
(134,198,182)
#96CDBF
(150,205,191)
#A6D4C8
(166,212,200)
#B6DBD1
(182,219,209)
#C6E2DA
(198,226,218)
#D6E9E3
(214,233,227)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46AA92; }

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

This text font color is #46AA92.


Background Color

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

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

This div background color is #46AA92.


Border color

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

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

This div border color is #46AA92.


Opacity

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

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

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

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

This text has shadow with #46AA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AA92 on black background.


Color preview on white background

This text has color #46AA92 on white background.



Black color preview on #46AA92 background

This text has black color on #46AA92 background.


White color preview on #46AA92 background

This text has white color on #46AA92 background.