COLOR #46B482

HEX: #46B482
RGB: (70,180,130)

Color info

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

RGB color model

#46B482 color RGB value is (70,180,130).

  • red value is 70;
  • green value is 180;
  • blue value is 130.
RGB:
(70,180,130)
(27%,71%,51%)

RGB channels and saturation

R 70 of 255 = 27%
G 180 of 255 = 71%
B 130 of 255 = 51%

70
180
130

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

Portions of RGB colors in percentages

R + G + B =
70 + 180 + 130 = 380 (100%)
R 70 of 380 ~ 18.42%
G 180 of 380 ~ 47.37%
B 130 of 380 ~ 34.21%

%18.42
%47.37
%34.21

CMYK color model

#46B482 color CMYK value is (61,0,28,29).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(61,0,28,29)
C61M0Y28K29 
(61%,0%,28%,29%)
(0.61/0.00/0.28/0.29)	

CMYK percentages

%61.11
%0
%27.78
%29.41

Codes

Color #46B482 in popluar color models

46B482
RGB70180130
HSL153°44.00%49.02%
HSB/HSV153°61.11%70.59%
CMYK61.11%0.00%27.78%
29.41%

Color #46B482 in popluar number systems.

HEX46B482
Decimal70180130
Binary10001101011010010000010
Octal106264202

Shades and tints

Shades of #46B482

#46B482
(70,180,130)
#40A477
(64,164,119)
#3A946C
(58,148,108)
#348461
(52,132,97)
#2E7456
(46,116,86)
#28644B
(40,100,75)
#225440
(34,84,64)
#1C4435
(28,68,53)
#16342A
(22,52,42)
#10241F
(16,36,31)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #46B482

#46B482
(70,180,130)
#56BA8D
(86,186,141)
#66C098
(102,192,152)
#76C6A3
(118,198,163)
#86CCAE
(134,204,174)
#96D2B9
(150,210,185)
#A6D8C4
(166,216,196)
#B6DECF
(182,222,207)
#C6E4DA
(198,228,218)
#D6EAE5
(214,234,229)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B482 color. Also use rgb(70,180,130) instead hex code.

Text Font Color

.myTextColor { color: #46B482; }

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

This text font color is #46B482.


Background Color

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

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

This div background color is #46B482.


Border color

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

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

This div border color is #46B482.


Opacity

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

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

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

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

This text has shadow with #46B482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B482 on black background.


Color preview on white background

This text has color #46B482 on white background.



Black color preview on #46B482 background

This text has black color on #46B482 background.


White color preview on #46B482 background

This text has white color on #46B482 background.