COLOR #46B28A

HEX: #46B28A
RGB: (70,178,138)

Color info

#46B28A contains mainly green and blue colors. Web safe color of #46B28A is #339999 (or #399).

RGB color model

#46B28A color RGB value is (70,178,138).

  • red value is 70;
  • green value is 178;
  • blue value is 138.
RGB:
(70,178,138)
(27%,70%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 178 of 255 = 70%
B 138 of 255 = 54%

70
178
138

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

Portions of RGB colors in percentages

R + G + B =
70 + 178 + 138 = 386 (100%)
R 70 of 386 ~ 18.13%
G 178 of 386 ~ 46.11%
B 138 of 386 ~ 35.75%

%18.13
%46.11
%35.75

CMYK color model

#46B28A color CMYK value is (61,0,22,30).

  • cyan value is 60.67%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(61,0,22,30)
C61M0Y22K30 
(61%,0%,22%,30%)
(0.61/0.00/0.22/0.30)	

CMYK percentages

%60.67
%0
%22.47
%30.2

Codes

Color #46B28A in popluar color models

46B28A
RGB70178138
HSL158°43.55%48.63%
HSB/HSV158°60.67%69.80%
CMYK60.67%0.00%22.47%
30.20%

Color #46B28A in popluar number systems.

HEX46B28A
Decimal70178138
Binary10001101011001010001010
Octal106262212

Shades and tints

Shades of #46B28A

#46B28A
(70,178,138)
#40A27E
(64,162,126)
#3A9272
(58,146,114)
#348266
(52,130,102)
#2E725A
(46,114,90)
#28624E
(40,98,78)
#225242
(34,82,66)
#1C4236
(28,66,54)
#16322A
(22,50,42)
#10221E
(16,34,30)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #46B28A

#46B28A
(70,178,138)
#56B994
(86,185,148)
#66C09E
(102,192,158)
#76C7A8
(118,199,168)
#86CEB2
(134,206,178)
#96D5BC
(150,213,188)
#A6DCC6
(166,220,198)
#B6E3D0
(182,227,208)
#C6EADA
(198,234,218)
#D6F1E4
(214,241,228)
#E6F8EE
(230,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B28A color. Also use rgb(70,178,138) instead hex code.

Text Font Color

.myTextColor { color: #46B28A; }

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

This text font color is #46B28A.


Background Color

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

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

This div background color is #46B28A.


Border color

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

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

This div border color is #46B28A.


Opacity

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

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

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

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

This text has shadow with #46B28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B28A on black background.


Color preview on white background

This text has color #46B28A on white background.



Black color preview on #46B28A background

This text has black color on #46B28A background.


White color preview on #46B28A background

This text has white color on #46B28A background.