COLOR #46AE45

HEX: #46AE45
RGB: (70,174,69)

Color info

#46AE45 contains mainly green color. Web safe color of #46AE45 is #339933 (or #393).

RGB color model

#46AE45 color RGB value is (70,174,69).

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

RGB channels and saturation

R 70 of 255 = 27%
G 174 of 255 = 68%
B 69 of 255 = 27%

70
174
69

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

Portions of RGB colors in percentages

R + G + B =
70 + 174 + 69 = 313 (100%)
R 70 of 313 ~ 22.36%
G 174 of 313 ~ 55.59%
B 69 of 313 ~ 22.04%

%22.36
%55.59
%22.04

CMYK color model

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

  • cyan value is 59.77%
  • magenta value is 0.00%
  • yellow value is 60.34%
  • key color value is 31.76%
CMYK:
(60,0,60,32)
C60M0Y60K32 
(60%,0%,60%,32%)
(0.60/0.00/0.60/0.32)	

CMYK percentages

%59.77
%0
%60.34
%31.76

Codes

Color #46AE45 in popluar color models

46AE45
RGB7017469
HSL119°43.21%47.65%
HSB/HSV119°60.34%68.24%
CMYK59.77%0.00%60.34%
31.76%

Color #46AE45 in popluar number systems.

HEX46AE45
Decimal7017469
Binary1000110101011101000101
Octal106256105

Shades and tints

Shades of #46AE45

#46AE45
(70,174,69)
#409F3F
(64,159,63)
#3A9039
(58,144,57)
#348133
(52,129,51)
#2E722D
(46,114,45)
#286327
(40,99,39)
#225421
(34,84,33)
#1C451B
(28,69,27)
#163615
(22,54,21)
#10270F
(16,39,15)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #46AE45

#46AE45
(70,174,69)
#56B555
(86,181,85)
#66BC65
(102,188,101)
#76C375
(118,195,117)
#86CA85
(134,202,133)
#96D195
(150,209,149)
#A6D8A5
(166,216,165)
#B6DFB5
(182,223,181)
#C6E6C5
(198,230,197)
#D6EDD5
(214,237,213)
#E6F4E5
(230,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46AE45; }

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

This text font color is #46AE45.


Background Color

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

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

This div background color is #46AE45.


Border color

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

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

This div border color is #46AE45.


Opacity

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

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

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

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

This text has shadow with #46AE45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AE45 on black background.


Color preview on white background

This text has color #46AE45 on white background.



Black color preview on #46AE45 background

This text has black color on #46AE45 background.


White color preview on #46AE45 background

This text has white color on #46AE45 background.