COLOR #46AF6A

HEX: #46AF6A
RGB: (70,175,106)

Color info

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

RGB color model

#46AF6A color RGB value is (70,175,106).

  • red value is 70;
  • green value is 175;
  • blue value is 106.
RGB:
(70,175,106)
(27%,69%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 175 of 255 = 69%
B 106 of 255 = 42%

70
175
106

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

Portions of RGB colors in percentages

R + G + B =
70 + 175 + 106 = 351 (100%)
R 70 of 351 ~ 19.94%
G 175 of 351 ~ 49.86%
B 106 of 351 ~ 30.2%

%19.94
%49.86
%30.2

CMYK color model

#46AF6A color CMYK value is (60,0,39,31).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 39.43%
  • key color value is 31.37%
CMYK:
(60,0,39,31)
C60M0Y39K31 
(60%,0%,39%,31%)
(0.60/0.00/0.39/0.31)	

CMYK percentages

%60
%0
%39.43
%31.37

Codes

Color #46AF6A in popluar color models

46AF6A
RGB70175106
HSL141°42.86%48.04%
HSB/HSV141°60.00%68.63%
CMYK60.00%0.00%39.43%
31.37%

Color #46AF6A in popluar number systems.

HEX46AF6A
Decimal70175106
Binary1000110101011111101010
Octal106257152

Shades and tints

Shades of #46AF6A

#46AF6A
(70,175,106)
#40A061
(64,160,97)
#3A9158
(58,145,88)
#34824F
(52,130,79)
#2E7346
(46,115,70)
#28643D
(40,100,61)
#225534
(34,85,52)
#1C462B
(28,70,43)
#163722
(22,55,34)
#102819
(16,40,25)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #46AF6A

#46AF6A
(70,175,106)
#56B677
(86,182,119)
#66BD84
(102,189,132)
#76C491
(118,196,145)
#86CB9E
(134,203,158)
#96D2AB
(150,210,171)
#A6D9B8
(166,217,184)
#B6E0C5
(182,224,197)
#C6E7D2
(198,231,210)
#D6EEDF
(214,238,223)
#E6F5EC
(230,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AF6A color. Also use rgb(70,175,106) instead hex code.

Text Font Color

.myTextColor { color: #46AF6A; }

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

This text font color is #46AF6A.


Background Color

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

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

This div background color is #46AF6A.


Border color

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

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

This div border color is #46AF6A.


Opacity

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

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

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

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

This text has shadow with #46AF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AF6A on black background.


Color preview on white background

This text has color #46AF6A on white background.



Black color preview on #46AF6A background

This text has black color on #46AF6A background.


White color preview on #46AF6A background

This text has white color on #46AF6A background.