COLOR #46BE8C

HEX: #46BE8C RGB: (70,190,140)

Color info

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

RGB color model

#46BE8C color RGB value is (70,190,140).

RGB: (70,190,140) (27%, 75%, 55%)

RGB channels and saturation

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

70
190
140

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

Portions of RGB colors in percentages

R + G + B = 70 + 190 + 140 = 400 (100%)
R 70 of 400 ~ 17.5%
G 190 of 400 ~ 47.5%
B 140 of 400 ~ 35'%

%17.5
%47.5
%35

CMYK color model

#46BE8C color CMYK value is (63,0,26,25).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%

CMYK: (63,0,26,25)
C63M0Y26K25 (63%, 0%, 26%, 25%)
(0.63 / 0.00 / 0.26 / 0.25)

CMYK percentages

%63.16
%0
%26.32
%25.49

Codes

Color #46BE8C in popluar color models

46 BE 8C
RGB 70 190 140
HSL 155° 48.00% 50.98%
HSB/HSV 155° 63.16% 74.51%
CMYK 63.16% 0.00% 26.32%
25.49%

Color #46BE8C in popluar number systems.

HEX 46 BE 8C
Decimal 70 190 140
Binary 1000110 10111110 10001100
Octal 106 276 214

Shades and tints

Shades of #46BE8C

#46BE8C
(70,190,140)
#40AD80
(64,173,128)
#3A9C74
(58,156,116)
#348B68
(52,139,104)
#2E7A5C
(46,122,92)
#286950
(40,105,80)
#225844
(34,88,68)
#1C4738
(28,71,56)
#16362C
(22,54,44)
#102520
(16,37,32)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #46BE8C

#46BE8C
(70,190,140)
#56C396
(86,195,150)
#66C8A0
(102,200,160)
#76CDAA
(118,205,170)
#86D2B4
(134,210,180)
#96D7BE
(150,215,190)
#A6DCC8
(166,220,200)
#B6E1D2
(182,225,210)
#C6E6DC
(198,230,220)
#D6EBE6
(214,235,230)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46BE8C; }

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

This text font color is #46BE8C.

Background Color

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

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

This div background color is #46BE8C.

Border color

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

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

This div border color is #46BE8C.

Opacity

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

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

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

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

This text has shadow with #46BE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46BE8C.

Preview

Color preview on black background

This text has color #46BE8C on black background.


Color preview on white background

This text has color #46BE8C on white background.


Black color preview on #46BE8C background

This text has black color on #46BE8C background.


White color preview on #46BE8C background

This text has white color on #46BE8C background.


Related colors

Complementary color

Complementary color for #hex is #B94173.


I love getcolorcode.com

Triadic colors

1 #8C46BE and #BE8C46 with #46BE8C are triadic colors.

2 #8CBE46 and #BE468C with #46BE8C are triadic colors.