COLOR #46A851

HEX: #46A851
RGB: (70,168,81)

Color info

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

RGB color model

#46A851 color RGB value is (70,168,81).

  • red value is 70;
  • green value is 168;
  • blue value is 81.
RGB:
(70,168,81)
(27%,66%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 168 of 255 = 66%
B 81 of 255 = 32%

70
168
81

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

Portions of RGB colors in percentages

R + G + B =
70 + 168 + 81 = 319 (100%)
R 70 of 319 ~ 21.94%
G 168 of 319 ~ 52.66%
B 81 of 319 ~ 25.39%

%21.94
%52.66
%25.39

CMYK color model

#46A851 color CMYK value is (58,0,52,34).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 51.79%
  • key color value is 34.12%
CMYK:
(58,0,52,34)
C58M0Y52K34 
(58%,0%,52%,34%)
(0.58/0.00/0.52/0.34)	

CMYK percentages

%58.33
%0
%51.79
%34.12

Codes

Color #46A851 in popluar color models

46A851
RGB7016881
HSL127°41.18%46.67%
HSB/HSV127°58.33%65.88%
CMYK58.33%0.00%51.79%
34.12%

Color #46A851 in popluar number systems.

HEX46A851
Decimal7016881
Binary1000110101010001010001
Octal106250121

Shades and tints

Shades of #46A851

#46A851
(70,168,81)
#40994A
(64,153,74)
#3A8A43
(58,138,67)
#347B3C
(52,123,60)
#2E6C35
(46,108,53)
#285D2E
(40,93,46)
#224E27
(34,78,39)
#1C3F20
(28,63,32)
#163019
(22,48,25)
#102112
(16,33,18)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #46A851

#46A851
(70,168,81)
#56AF60
(86,175,96)
#66B66F
(102,182,111)
#76BD7E
(118,189,126)
#86C48D
(134,196,141)
#96CB9C
(150,203,156)
#A6D2AB
(166,210,171)
#B6D9BA
(182,217,186)
#C6E0C9
(198,224,201)
#D6E7D8
(214,231,216)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A851 color. Also use rgb(70,168,81) instead hex code.

Text Font Color

.myTextColor { color: #46A851; }

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

This text font color is #46A851.


Background Color

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

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

This div background color is #46A851.


Border color

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

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

This div border color is #46A851.


Opacity

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

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

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

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

This text has shadow with #46A851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A851 on black background.


Color preview on white background

This text has color #46A851 on white background.



Black color preview on #46A851 background

This text has black color on #46A851 background.


White color preview on #46A851 background

This text has white color on #46A851 background.