COLOR #46BA42

HEX: #46BA42 RGB: (70,186,66)

Color info

#46BA42 contains mainly green color. Web safe color of #46BA42 is #33CC33 (or #3C3).

RGB color model

#46BA42 color RGB value is (70,186,66).

RGB: (70,186,66) (27%, 73%, 26%)

RGB channels and saturation

R 70 of 255 = 27%
G 186 of 255 = 73%
B 66 of 255 = 26%

70
186
66

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

Portions of RGB colors in percentages

R + G + B = 70 + 186 + 66 = 322 (100%)
R 70 of 322 ~ 21.74%
G 186 of 322 ~ 57.76%
B 66 of 322 ~ 20.5'%

%21.74
%57.76
%20.5

CMYK color model

#46BA42 color CMYK value is (62,0,65,27).

  • cyan value is 62.37%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 27.06%

CMYK: (62,0,65,27)
C62M0Y65K27 (62%, 0%, 65%, 27%)
(0.62 / 0.00 / 0.65 / 0.27)

CMYK percentages

%62.37
%0
%64.52
%27.06

Codes

Color #46BA42 in popluar color models

46 BA 42
RGB 70 186 66
HSL 118° 47.62% 49.41%
HSB/HSV 118° 64.52% 72.94%
CMYK 62.37% 0.00% 64.52%
27.06%

Color #46BA42 in popluar number systems.

HEX 46 BA 42
Decimal 70 186 66
Binary 1000110 10111010 1000010
Octal 106 272 102

Shades and tints

Shades of #46BA42

#46BA42
(70,186,66)
#40AA3C
(64,170,60)
#3A9A36
(58,154,54)
#348A30
(52,138,48)
#2E7A2A
(46,122,42)
#286A24
(40,106,36)
#225A1E
(34,90,30)
#1C4A18
(28,74,24)
#163A12
(22,58,18)
#102A0C
(16,42,12)
#0A1A06
(10,26,6)
#000000
(0,0,0)

Tints of #46BA42

#46BA42
(70,186,66)
#56C053
(86,192,83)
#66C664
(102,198,100)
#76CC75
(118,204,117)
#86D286
(134,210,134)
#96D897
(150,216,151)
#A6DEA8
(166,222,168)
#B6E4B9
(182,228,185)
#C6EACA
(198,234,202)
#D6F0DB
(214,240,219)
#E6F6EC
(230,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46BA42 color. Also use rgb(70,186,66) instead hex code.

Text Font Color

.myTextColor { color: #46BA42; }

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

This text font color is #46BA42.

Background Color

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

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

This div background color is #46BA42.

Border color

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

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

This div border color is #46BA42.

Opacity

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

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

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

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

This text has shadow with #46BA42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46BA42.

Preview

Color preview on black background

This text has color #46BA42 on black background.


Color preview on white background

This text has color #46BA42 on white background.


Black color preview on #46BA42 background

This text has black color on #46BA42 background.


White color preview on #46BA42 background

This text has white color on #46BA42 background.


Related colors

Complementary color

Complementary color for #hex is #B945BD.


I love getcolorcode.com

Triadic colors

1 #4246BA and #BA4246 with #46BA42 are triadic colors.

2 #42BA46 and #BA4642 with #46BA42 are triadic colors.