COLOR #46A277

HEX: #46A277
RGB: (70,162,119)

Color info

#46A277 contains mainly green and blue colors. Web safe color of #46A277 is #339966 (or #396).

RGB color model

#46A277 color RGB value is (70,162,119).

  • red value is 70;
  • green value is 162;
  • blue value is 119.
RGB:
(70,162,119)
(27%,64%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 162 of 255 = 64%
B 119 of 255 = 47%

70
162
119

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

Portions of RGB colors in percentages

R + G + B =
70 + 162 + 119 = 351 (100%)
R 70 of 351 ~ 19.94%
G 162 of 351 ~ 46.15%
B 119 of 351 ~ 33.9%

%19.94
%46.15
%33.9

CMYK color model

#46A277 color CMYK value is (57,0,27,36).

  • cyan value is 56.79%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(57,0,27,36)
C57M0Y27K36 
(57%,0%,27%,36%)
(0.57/0.00/0.27/0.36)	

CMYK percentages

%56.79
%0
%26.54
%36.47

Codes

Color #46A277 in popluar color models

46A277
RGB70162119
HSL152°39.66%45.49%
HSB/HSV152°56.79%63.53%
CMYK56.79%0.00%26.54%
36.47%

Color #46A277 in popluar number systems.

HEX46A277
Decimal70162119
Binary1000110101000101110111
Octal106242167

Shades and tints

Shades of #46A277

#46A277
(70,162,119)
#40946D
(64,148,109)
#3A8663
(58,134,99)
#347859
(52,120,89)
#2E6A4F
(46,106,79)
#285C45
(40,92,69)
#224E3B
(34,78,59)
#1C4031
(28,64,49)
#163227
(22,50,39)
#10241D
(16,36,29)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #46A277

#46A277
(70,162,119)
#56AA83
(86,170,131)
#66B28F
(102,178,143)
#76BA9B
(118,186,155)
#86C2A7
(134,194,167)
#96CAB3
(150,202,179)
#A6D2BF
(166,210,191)
#B6DACB
(182,218,203)
#C6E2D7
(198,226,215)
#D6EAE3
(214,234,227)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A277 color. Also use rgb(70,162,119) instead hex code.

Text Font Color

.myTextColor { color: #46A277; }

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

This text font color is #46A277.


Background Color

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

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

This div background color is #46A277.


Border color

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

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

This div border color is #46A277.


Opacity

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

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

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

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

This text has shadow with #46A277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A277 on black background.


Color preview on white background

This text has color #46A277 on white background.



Black color preview on #46A277 background

This text has black color on #46A277 background.


White color preview on #46A277 background

This text has white color on #46A277 background.