COLOR #46BE8B

HEX: #46BE8B
RGB: (70,190,139)

Color info

#46BE8B contains mainly green and blue colors. Web safe color of #46BE8B is #33CC99 (or #3C9).

RGB color model

#46BE8B color RGB value is (70,190,139).

  • red value is 70;
  • green value is 190;
  • blue value is 139.
RGB:
(70,190,139)
(27%,75%,55%)

RGB channels and saturation

R 70 of 255 = 27%
G 190 of 255 = 75%
B 139 of 255 = 55%

70
190
139

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

Portions of RGB colors in percentages

R + G + B =
70 + 190 + 139 = 399 (100%)
R 70 of 399 ~ 17.54%
G 190 of 399 ~ 47.62%
B 139 of 399 ~ 34.84%

%17.54
%47.62
%34.84

CMYK color model

#46BE8B color CMYK value is (63,0,27,25).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(63,0,27,25)
C63M0Y27K25 
(63%,0%,27%,25%)
(0.63/0.00/0.27/0.25)	

CMYK percentages

%63.16
%0
%26.84
%25.49

Codes

Color #46BE8B in popluar color models

46BE8B
RGB70190139
HSL155°48.00%50.98%
HSB/HSV155°63.16%74.51%
CMYK63.16%0.00%26.84%
25.49%

Color #46BE8B in popluar number systems.

HEX46BE8B
Decimal70190139
Binary10001101011111010001011
Octal106276213

Shades and tints

Shades of #46BE8B

#46BE8B
(70,190,139)
#40AD7F
(64,173,127)
#3A9C73
(58,156,115)
#348B67
(52,139,103)
#2E7A5B
(46,122,91)
#28694F
(40,105,79)
#225843
(34,88,67)
#1C4737
(28,71,55)
#16362B
(22,54,43)
#10251F
(16,37,31)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #46BE8B

#46BE8B
(70,190,139)
#56C395
(86,195,149)
#66C89F
(102,200,159)
#76CDA9
(118,205,169)
#86D2B3
(134,210,179)
#96D7BD
(150,215,189)
#A6DCC7
(166,220,199)
#B6E1D1
(182,225,209)
#C6E6DB
(198,230,219)
#D6EBE5
(214,235,229)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46BE8B color. Also use rgb(70,190,139) instead hex code.

Text Font Color

.myTextColor { color: #46BE8B; }

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

This text font color is #46BE8B.


Background Color

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

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

This div background color is #46BE8B.


Border color

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

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

This div border color is #46BE8B.


Opacity

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

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

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

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

This text has shadow with #46BE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46BE8B on black background.


Color preview on white background

This text has color #46BE8B on white background.



Black color preview on #46BE8B background

This text has black color on #46BE8B background.


White color preview on #46BE8B background

This text has white color on #46BE8B background.