COLOR #46B389

HEX: #46B389
RGB: (70,179,137)

Color info

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

RGB color model

#46B389 color RGB value is (70,179,137).

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

RGB channels and saturation

R 70 of 255 = 27%
G 179 of 255 = 70%
B 137 of 255 = 54%

70
179
137

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

Portions of RGB colors in percentages

R + G + B =
70 + 179 + 137 = 386 (100%)
R 70 of 386 ~ 18.13%
G 179 of 386 ~ 46.37%
B 137 of 386 ~ 35.49%

%18.13
%46.37
%35.49

CMYK color model

#46B389 color CMYK value is (61,0,23,30).

  • cyan value is 60.89%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(61,0,23,30)
C61M0Y23K30 
(61%,0%,23%,30%)
(0.61/0.00/0.23/0.30)	

CMYK percentages

%60.89
%0
%23.46
%29.8

Codes

Color #46B389 in popluar color models

46B389
RGB70179137
HSL157°43.78%48.82%
HSB/HSV157°60.89%70.20%
CMYK60.89%0.00%23.46%
29.80%

Color #46B389 in popluar number systems.

HEX46B389
Decimal70179137
Binary10001101011001110001001
Octal106263211

Shades and tints

Shades of #46B389

#46B389
(70,179,137)
#40A37D
(64,163,125)
#3A9371
(58,147,113)
#348365
(52,131,101)
#2E7359
(46,115,89)
#28634D
(40,99,77)
#225341
(34,83,65)
#1C4335
(28,67,53)
#163329
(22,51,41)
#10231D
(16,35,29)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #46B389

#46B389
(70,179,137)
#56B993
(86,185,147)
#66BF9D
(102,191,157)
#76C5A7
(118,197,167)
#86CBB1
(134,203,177)
#96D1BB
(150,209,187)
#A6D7C5
(166,215,197)
#B6DDCF
(182,221,207)
#C6E3D9
(198,227,217)
#D6E9E3
(214,233,227)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B389 color. Also use rgb(70,179,137) instead hex code.

Text Font Color

.myTextColor { color: #46B389; }

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

This text font color is #46B389.


Background Color

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

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

This div background color is #46B389.


Border color

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

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

This div border color is #46B389.


Opacity

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

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

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

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

This text has shadow with #46B389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B389 on black background.


Color preview on white background

This text has color #46B389 on white background.



Black color preview on #46B389 background

This text has black color on #46B389 background.


White color preview on #46B389 background

This text has white color on #46B389 background.