COLOR #46BC50

HEX: #46BC50
RGB: (70,188,80)

Color info

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

RGB color model

#46BC50 color RGB value is (70,188,80).

  • red value is 70;
  • green value is 188;
  • blue value is 80.
RGB:
(70,188,80)
(27%,74%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 188 of 255 = 74%
B 80 of 255 = 31%

70
188
80

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

Portions of RGB colors in percentages

R + G + B =
70 + 188 + 80 = 338 (100%)
R 70 of 338 ~ 20.71%
G 188 of 338 ~ 55.62%
B 80 of 338 ~ 23.67%

%20.71
%55.62
%23.67

CMYK color model

#46BC50 color CMYK value is (63,0,57,26).

  • cyan value is 62.77%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 26.27%
CMYK:
(63,0,57,26)
C63M0Y57K26 
(63%,0%,57%,26%)
(0.63/0.00/0.57/0.26)	

CMYK percentages

%62.77
%0
%57.45
%26.27

Codes

Color #46BC50 in popluar color models

46BC50
RGB7018880
HSL125°46.83%50.59%
HSB/HSV125°62.77%73.73%
CMYK62.77%0.00%57.45%
26.27%

Color #46BC50 in popluar number systems.

HEX46BC50
Decimal7018880
Binary1000110101111001010000
Octal106274120

Shades and tints

Shades of #46BC50

#46BC50
(70,188,80)
#40AB49
(64,171,73)
#3A9A42
(58,154,66)
#34893B
(52,137,59)
#2E7834
(46,120,52)
#28672D
(40,103,45)
#225626
(34,86,38)
#1C451F
(28,69,31)
#163418
(22,52,24)
#102311
(16,35,17)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #46BC50

#46BC50
(70,188,80)
#56C25F
(86,194,95)
#66C86E
(102,200,110)
#76CE7D
(118,206,125)
#86D48C
(134,212,140)
#96DA9B
(150,218,155)
#A6E0AA
(166,224,170)
#B6E6B9
(182,230,185)
#C6ECC8
(198,236,200)
#D6F2D7
(214,242,215)
#E6F8E6
(230,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46BC50 color. Also use rgb(70,188,80) instead hex code.

Text Font Color

.myTextColor { color: #46BC50; }

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

This text font color is #46BC50.


Background Color

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

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

This div background color is #46BC50.


Border color

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

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

This div border color is #46BC50.


Opacity

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

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

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

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

This text has shadow with #46BC50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46BC50 on black background.


Color preview on white background

This text has color #46BC50 on white background.



Black color preview on #46BC50 background

This text has black color on #46BC50 background.


White color preview on #46BC50 background

This text has white color on #46BC50 background.