COLOR #46BA5F

HEX: #46BA5F
RGB: (70,186,95)

Color info

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

RGB color model

#46BA5F color RGB value is (70,186,95).

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

RGB channels and saturation

R 70 of 255 = 27%
G 186 of 255 = 73%
B 95 of 255 = 37%

70
186
95

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

Portions of RGB colors in percentages

R + G + B =
70 + 186 + 95 = 351 (100%)
R 70 of 351 ~ 19.94%
G 186 of 351 ~ 52.99%
B 95 of 351 ~ 27.07%

%19.94
%52.99
%27.07

CMYK color model

#46BA5F color CMYK value is (62,0,49,27).

  • cyan value is 62.37%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 27.06%
CMYK:
(62,0,49,27)
C62M0Y49K27 
(62%,0%,49%,27%)
(0.62/0.00/0.49/0.27)	

CMYK percentages

%62.37
%0
%48.92
%27.06

Codes

Color #46BA5F in popluar color models

46BA5F
RGB7018695
HSL133°45.67%50.20%
HSB/HSV133°62.37%72.94%
CMYK62.37%0.00%48.92%
27.06%

Color #46BA5F in popluar number systems.

HEX46BA5F
Decimal7018695
Binary1000110101110101011111
Octal106272137

Shades and tints

Shades of #46BA5F

#46BA5F
(70,186,95)
#40AA57
(64,170,87)
#3A9A4F
(58,154,79)
#348A47
(52,138,71)
#2E7A3F
(46,122,63)
#286A37
(40,106,55)
#225A2F
(34,90,47)
#1C4A27
(28,74,39)
#163A1F
(22,58,31)
#102A17
(16,42,23)
#0A1A0F
(10,26,15)
#000000
(0,0,0)

Tints of #46BA5F

#46BA5F
(70,186,95)
#56C06D
(86,192,109)
#66C67B
(102,198,123)
#76CC89
(118,204,137)
#86D297
(134,210,151)
#96D8A5
(150,216,165)
#A6DEB3
(166,222,179)
#B6E4C1
(182,228,193)
#C6EACF
(198,234,207)
#D6F0DD
(214,240,221)
#E6F6EB
(230,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46BA5F; }

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

This text font color is #46BA5F.


Background Color

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

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

This div background color is #46BA5F.


Border color

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

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

This div border color is #46BA5F.


Opacity

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

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

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

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

This text has shadow with #46BA5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46BA5F on black background.


Color preview on white background

This text has color #46BA5F on white background.



Black color preview on #46BA5F background

This text has black color on #46BA5F background.


White color preview on #46BA5F background

This text has white color on #46BA5F background.