COLOR #46C891

HEX: #46C891
RGB: (70,200,145)

Color info

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

RGB color model

#46C891 color RGB value is (70,200,145).

  • red value is 70;
  • green value is 200;
  • blue value is 145.
RGB:
(70,200,145)
(27%,78%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 200 of 255 = 78%
B 145 of 255 = 57%

70
200
145

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

Portions of RGB colors in percentages

R + G + B =
70 + 200 + 145 = 415 (100%)
R 70 of 415 ~ 16.87%
G 200 of 415 ~ 48.19%
B 145 of 415 ~ 34.94%

%16.87
%48.19
%34.94

CMYK color model

#46C891 color CMYK value is (65,0,28,22).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK:
(65,0,28,22)
C65M0Y28K22 
(65%,0%,28%,22%)
(0.65/0.00/0.28/0.22)	

CMYK percentages

%65
%0
%27.5
%21.57

Codes

Color #46C891 in popluar color models

46C891
RGB70200145
HSL155°54.17%52.94%
HSB/HSV155°65.00%78.43%
CMYK65.00%0.00%27.50%
21.57%

Color #46C891 in popluar number systems.

HEX46C891
Decimal70200145
Binary10001101100100010010001
Octal106310221

Shades and tints

Shades of #46C891

#46C891
(70,200,145)
#40B684
(64,182,132)
#3AA477
(58,164,119)
#34926A
(52,146,106)
#2E805D
(46,128,93)
#286E50
(40,110,80)
#225C43
(34,92,67)
#1C4A36
(28,74,54)
#163829
(22,56,41)
#10261C
(16,38,28)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #46C891

#46C891
(70,200,145)
#56CD9B
(86,205,155)
#66D2A5
(102,210,165)
#76D7AF
(118,215,175)
#86DCB9
(134,220,185)
#96E1C3
(150,225,195)
#A6E6CD
(166,230,205)
#B6EBD7
(182,235,215)
#C6F0E1
(198,240,225)
#D6F5EB
(214,245,235)
#E6FAF5
(230,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46C891 color. Also use rgb(70,200,145) instead hex code.

Text Font Color

.myTextColor { color: #46C891; }

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

This text font color is #46C891.


Background Color

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

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

This div background color is #46C891.


Border color

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

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

This div border color is #46C891.


Opacity

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

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

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

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

This text has shadow with #46C891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C891 on black background.


Color preview on white background

This text has color #46C891 on white background.



Black color preview on #46C891 background

This text has black color on #46C891 background.


White color preview on #46C891 background

This text has white color on #46C891 background.