COLOR #46B26D

HEX: #46B26D
RGB: (70,178,109)

Color info

#46B26D contains mainly green color. Web safe color of #46B26D is #339966 (or #396).

RGB color model

#46B26D color RGB value is (70,178,109).

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

RGB channels and saturation

R 70 of 255 = 27%
G 178 of 255 = 70%
B 109 of 255 = 43%

70
178
109

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

Portions of RGB colors in percentages

R + G + B =
70 + 178 + 109 = 357 (100%)
R 70 of 357 ~ 19.61%
G 178 of 357 ~ 49.86%
B 109 of 357 ~ 30.53%

%19.61
%49.86
%30.53

CMYK color model

#46B26D color CMYK value is (61,0,39,30).

  • cyan value is 60.67%
  • magenta value is 0.00%
  • yellow value is 38.76%
  • key color value is 30.20%
CMYK:
(61,0,39,30)
C61M0Y39K30 
(61%,0%,39%,30%)
(0.61/0.00/0.39/0.30)	

CMYK percentages

%60.67
%0
%38.76
%30.2

Codes

Color #46B26D in popluar color models

46B26D
RGB70178109
HSL142°43.55%48.63%
HSB/HSV142°60.67%69.80%
CMYK60.67%0.00%38.76%
30.20%

Color #46B26D in popluar number systems.

HEX46B26D
Decimal70178109
Binary1000110101100101101101
Octal106262155

Shades and tints

Shades of #46B26D

#46B26D
(70,178,109)
#40A264
(64,162,100)
#3A925B
(58,146,91)
#348252
(52,130,82)
#2E7249
(46,114,73)
#286240
(40,98,64)
#225237
(34,82,55)
#1C422E
(28,66,46)
#163225
(22,50,37)
#10221C
(16,34,28)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #46B26D

#46B26D
(70,178,109)
#56B97A
(86,185,122)
#66C087
(102,192,135)
#76C794
(118,199,148)
#86CEA1
(134,206,161)
#96D5AE
(150,213,174)
#A6DCBB
(166,220,187)
#B6E3C8
(182,227,200)
#C6EAD5
(198,234,213)
#D6F1E2
(214,241,226)
#E6F8EF
(230,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46B26D; }

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

This text font color is #46B26D.


Background Color

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

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

This div background color is #46B26D.


Border color

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

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

This div border color is #46B26D.


Opacity

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

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

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

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

This text has shadow with #46B26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B26D on black background.


Color preview on white background

This text has color #46B26D on white background.



Black color preview on #46B26D background

This text has black color on #46B26D background.


White color preview on #46B26D background

This text has white color on #46B26D background.