COLOR #46AE7D

HEX: #46AE7D
RGB: (70,174,125)

Color info

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

RGB color model

#46AE7D color RGB value is (70,174,125).

  • red value is 70;
  • green value is 174;
  • blue value is 125.
RGB:
(70,174,125)
(27%,68%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 174 of 255 = 68%
B 125 of 255 = 49%

70
174
125

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

Portions of RGB colors in percentages

R + G + B =
70 + 174 + 125 = 369 (100%)
R 70 of 369 ~ 18.97%
G 174 of 369 ~ 47.15%
B 125 of 369 ~ 33.88%

%18.97
%47.15
%33.88

CMYK color model

#46AE7D color CMYK value is (60,0,28,32).

  • cyan value is 59.77%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(60,0,28,32)
C60M0Y28K32 
(60%,0%,28%,32%)
(0.60/0.00/0.28/0.32)	

CMYK percentages

%59.77
%0
%28.16
%31.76

Codes

Color #46AE7D in popluar color models

46AE7D
RGB70174125
HSL152°42.62%47.84%
HSB/HSV152°59.77%68.24%
CMYK59.77%0.00%28.16%
31.76%

Color #46AE7D in popluar number systems.

HEX46AE7D
Decimal70174125
Binary1000110101011101111101
Octal106256175

Shades and tints

Shades of #46AE7D

#46AE7D
(70,174,125)
#409F72
(64,159,114)
#3A9067
(58,144,103)
#34815C
(52,129,92)
#2E7251
(46,114,81)
#286346
(40,99,70)
#22543B
(34,84,59)
#1C4530
(28,69,48)
#163625
(22,54,37)
#10271A
(16,39,26)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #46AE7D

#46AE7D
(70,174,125)
#56B588
(86,181,136)
#66BC93
(102,188,147)
#76C39E
(118,195,158)
#86CAA9
(134,202,169)
#96D1B4
(150,209,180)
#A6D8BF
(166,216,191)
#B6DFCA
(182,223,202)
#C6E6D5
(198,230,213)
#D6EDE0
(214,237,224)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AE7D color. Also use rgb(70,174,125) instead hex code.

Text Font Color

.myTextColor { color: #46AE7D; }

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

This text font color is #46AE7D.


Background Color

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

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

This div background color is #46AE7D.


Border color

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

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

This div border color is #46AE7D.


Opacity

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

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

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

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

This text has shadow with #46AE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AE7D on black background.


Color preview on white background

This text has color #46AE7D on white background.



Black color preview on #46AE7D background

This text has black color on #46AE7D background.


White color preview on #46AE7D background

This text has white color on #46AE7D background.