COLOR #46BD85

HEX: #46BD85
RGB: (70,189,133)

Color info

#46BD85 contains mainly green and blue colors. Web safe color of #46BD85 is #33CC99 (or #3C9).

RGB color model

#46BD85 color RGB value is (70,189,133).

  • red value is 70;
  • green value is 189;
  • blue value is 133.
RGB:
(70,189,133)
(27%,74%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 189 of 255 = 74%
B 133 of 255 = 52%

70
189
133

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

Portions of RGB colors in percentages

R + G + B =
70 + 189 + 133 = 392 (100%)
R 70 of 392 ~ 17.86%
G 189 of 392 ~ 48.21%
B 133 of 392 ~ 33.93%

%17.86
%48.21
%33.93

CMYK color model

#46BD85 color CMYK value is (63,0,30,26).

  • cyan value is 62.96%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK:
(63,0,30,26)
C63M0Y30K26 
(63%,0%,30%,26%)
(0.63/0.00/0.30/0.26)	

CMYK percentages

%62.96
%0
%29.63
%25.88

Codes

Color #46BD85 in popluar color models

46BD85
RGB70189133
HSL152°47.41%50.78%
HSB/HSV152°62.96%74.12%
CMYK62.96%0.00%29.63%
25.88%

Color #46BD85 in popluar number systems.

HEX46BD85
Decimal70189133
Binary10001101011110110000101
Octal106275205

Shades and tints

Shades of #46BD85

#46BD85
(70,189,133)
#40AC79
(64,172,121)
#3A9B6D
(58,155,109)
#348A61
(52,138,97)
#2E7955
(46,121,85)
#286849
(40,104,73)
#22573D
(34,87,61)
#1C4631
(28,70,49)
#163525
(22,53,37)
#102419
(16,36,25)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #46BD85

#46BD85
(70,189,133)
#56C390
(86,195,144)
#66C99B
(102,201,155)
#76CFA6
(118,207,166)
#86D5B1
(134,213,177)
#96DBBC
(150,219,188)
#A6E1C7
(166,225,199)
#B6E7D2
(182,231,210)
#C6EDDD
(198,237,221)
#D6F3E8
(214,243,232)
#E6F9F3
(230,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46BD85 color. Also use rgb(70,189,133) instead hex code.

Text Font Color

.myTextColor { color: #46BD85; }

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

This text font color is #46BD85.


Background Color

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

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

This div background color is #46BD85.


Border color

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

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

This div border color is #46BD85.


Opacity

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

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

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

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

This text has shadow with #46BD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46BD85 on black background.


Color preview on white background

This text has color #46BD85 on white background.



Black color preview on #46BD85 background

This text has black color on #46BD85 background.


White color preview on #46BD85 background

This text has white color on #46BD85 background.