COLOR #46B97F

HEX: #46B97F
RGB: (70,185,127)

Color info

#46B97F contains mainly green and blue colors. Web safe color of #46B97F is #33CC66 (or #3C6).

RGB color model

#46B97F color RGB value is (70,185,127).

  • red value is 70;
  • green value is 185;
  • blue value is 127.
RGB:
(70,185,127)
(27%,73%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 185 of 255 = 73%
B 127 of 255 = 50%

70
185
127

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

Portions of RGB colors in percentages

R + G + B =
70 + 185 + 127 = 382 (100%)
R 70 of 382 ~ 18.32%
G 185 of 382 ~ 48.43%
B 127 of 382 ~ 33.25%

%18.32
%48.43
%33.25

CMYK color model

#46B97F color CMYK value is (62,0,31,27).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 31.35%
  • key color value is 27.45%
CMYK:
(62,0,31,27)
C62M0Y31K27 
(62%,0%,31%,27%)
(0.62/0.00/0.31/0.27)	

CMYK percentages

%62.16
%0
%31.35
%27.45

Codes

Color #46B97F in popluar color models

46B97F
RGB70185127
HSL150°45.10%50.00%
HSB/HSV150°62.16%72.55%
CMYK62.16%0.00%31.35%
27.45%

Color #46B97F in popluar number systems.

HEX46B97F
Decimal70185127
Binary1000110101110011111111
Octal106271177

Shades and tints

Shades of #46B97F

#46B97F
(70,185,127)
#40A974
(64,169,116)
#3A9969
(58,153,105)
#34895E
(52,137,94)
#2E7953
(46,121,83)
#286948
(40,105,72)
#22593D
(34,89,61)
#1C4932
(28,73,50)
#163927
(22,57,39)
#10291C
(16,41,28)
#0A1911
(10,25,17)
#000000
(0,0,0)

Tints of #46B97F

#46B97F
(70,185,127)
#56BF8A
(86,191,138)
#66C595
(102,197,149)
#76CBA0
(118,203,160)
#86D1AB
(134,209,171)
#96D7B6
(150,215,182)
#A6DDC1
(166,221,193)
#B6E3CC
(182,227,204)
#C6E9D7
(198,233,215)
#D6EFE2
(214,239,226)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B97F color. Also use rgb(70,185,127) instead hex code.

Text Font Color

.myTextColor { color: #46B97F; }

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

This text font color is #46B97F.


Background Color

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

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

This div background color is #46B97F.


Border color

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

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

This div border color is #46B97F.


Opacity

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

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

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

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

This text has shadow with #46B97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B97F on black background.


Color preview on white background

This text has color #46B97F on white background.



Black color preview on #46B97F background

This text has black color on #46B97F background.


White color preview on #46B97F background

This text has white color on #46B97F background.