COLOR #46BA57

HEX: #46BA57
RGB: (70,186,87)

Color info

#46BA57 contains mainly green color. Web safe color of #46BA57 is #33CC66 (or #3C6).

RGB color model

#46BA57 color RGB value is (70,186,87).

  • red value is 70;
  • green value is 186;
  • blue value is 87.
RGB:
(70,186,87)
(27%,73%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 186 of 255 = 73%
B 87 of 255 = 34%

70
186
87

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

Portions of RGB colors in percentages

R + G + B =
70 + 186 + 87 = 343 (100%)
R 70 of 343 ~ 20.41%
G 186 of 343 ~ 54.23%
B 87 of 343 ~ 25.36%

%20.41
%54.23
%25.36

CMYK color model

#46BA57 color CMYK value is (62,0,53,27).

  • cyan value is 62.37%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 27.06%
CMYK:
(62,0,53,27)
C62M0Y53K27 
(62%,0%,53%,27%)
(0.62/0.00/0.53/0.27)	

CMYK percentages

%62.37
%0
%53.23
%27.06

Codes

Color #46BA57 in popluar color models

46BA57
RGB7018687
HSL129°45.67%50.20%
HSB/HSV129°62.37%72.94%
CMYK62.37%0.00%53.23%
27.06%

Color #46BA57 in popluar number systems.

HEX46BA57
Decimal7018687
Binary1000110101110101010111
Octal106272127

Shades and tints

Shades of #46BA57

#46BA57
(70,186,87)
#40AA50
(64,170,80)
#3A9A49
(58,154,73)
#348A42
(52,138,66)
#2E7A3B
(46,122,59)
#286A34
(40,106,52)
#225A2D
(34,90,45)
#1C4A26
(28,74,38)
#163A1F
(22,58,31)
#102A18
(16,42,24)
#0A1A11
(10,26,17)
#000000
(0,0,0)

Tints of #46BA57

#46BA57
(70,186,87)
#56C066
(86,192,102)
#66C675
(102,198,117)
#76CC84
(118,204,132)
#86D293
(134,210,147)
#96D8A2
(150,216,162)
#A6DEB1
(166,222,177)
#B6E4C0
(182,228,192)
#C6EACF
(198,234,207)
#D6F0DE
(214,240,222)
#E6F6ED
(230,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46BA57 color. Also use rgb(70,186,87) instead hex code.

Text Font Color

.myTextColor { color: #46BA57; }

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

This text font color is #46BA57.


Background Color

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

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

This div background color is #46BA57.


Border color

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

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

This div border color is #46BA57.


Opacity

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

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

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

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

This text has shadow with #46BA57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46BA57 on black background.


Color preview on white background

This text has color #46BA57 on white background.



Black color preview on #46BA57 background

This text has black color on #46BA57 background.


White color preview on #46BA57 background

This text has white color on #46BA57 background.