COLOR #46A27B

HEX: #46A27B
RGB: (70,162,123)

Color info

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

RGB color model

#46A27B color RGB value is (70,162,123).

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

RGB channels and saturation

R 70 of 255 = 27%
G 162 of 255 = 64%
B 123 of 255 = 48%

70
162
123

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

Portions of RGB colors in percentages

R + G + B =
70 + 162 + 123 = 355 (100%)
R 70 of 355 ~ 19.72%
G 162 of 355 ~ 45.63%
B 123 of 355 ~ 34.65%

%19.72
%45.63
%34.65

CMYK color model

#46A27B color CMYK value is (57,0,24,36).

  • cyan value is 56.79%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 36.47%
CMYK:
(57,0,24,36)
C57M0Y24K36 
(57%,0%,24%,36%)
(0.57/0.00/0.24/0.36)	

CMYK percentages

%56.79
%0
%24.07
%36.47

Codes

Color #46A27B in popluar color models

46A27B
RGB70162123
HSL155°39.66%45.49%
HSB/HSV155°56.79%63.53%
CMYK56.79%0.00%24.07%
36.47%

Color #46A27B in popluar number systems.

HEX46A27B
Decimal70162123
Binary1000110101000101111011
Octal106242173

Shades and tints

Shades of #46A27B

#46A27B
(70,162,123)
#409470
(64,148,112)
#3A8665
(58,134,101)
#34785A
(52,120,90)
#2E6A4F
(46,106,79)
#285C44
(40,92,68)
#224E39
(34,78,57)
#1C402E
(28,64,46)
#163223
(22,50,35)
#102418
(16,36,24)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #46A27B

#46A27B
(70,162,123)
#56AA87
(86,170,135)
#66B293
(102,178,147)
#76BA9F
(118,186,159)
#86C2AB
(134,194,171)
#96CAB7
(150,202,183)
#A6D2C3
(166,210,195)
#B6DACF
(182,218,207)
#C6E2DB
(198,226,219)
#D6EAE7
(214,234,231)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46A27B; }

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

This text font color is #46A27B.


Background Color

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

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

This div background color is #46A27B.


Border color

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

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

This div border color is #46A27B.


Opacity

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

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

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

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

This text has shadow with #46A27B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A27B on black background.


Color preview on white background

This text has color #46A27B on white background.



Black color preview on #46A27B background

This text has black color on #46A27B background.


White color preview on #46A27B background

This text has white color on #46A27B background.