COLOR #46AB3F

HEX: #46AB3F RGB: (70,171,63)

Color info

#46AB3F contains mainly green color. Web safe color of #46AB3F is #339933 (or #393).

RGB color model

#46AB3F color RGB value is (70,171,63).

RGB: (70,171,63) (27%, 67%, 25%)

RGB channels and saturation

R 70 of 255 = 27%
G 171 of 255 = 67%
B 63 of 255 = 25%

70
171
63

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

Portions of RGB colors in percentages

R + G + B = 70 + 171 + 63 = 304 (100%)
R 70 of 304 ~ 23.03%
G 171 of 304 ~ 56.25%
B 63 of 304 ~ 20.72'%

%23.03
%56.25
%20.72

CMYK color model

#46AB3F color CMYK value is (59,0,63,33).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 32.94%

CMYK: (59,0,63,33)
C59M0Y63K33 (59%, 0%, 63%, 33%)
(0.59 / 0.00 / 0.63 / 0.33)

CMYK percentages

%59.06
%0
%63.16
%32.94

Codes

Color #46AB3F in popluar color models

46 AB 3F
RGB 70 171 63
HSL 116° 46.15% 45.88%
HSB/HSV 116° 63.16% 67.06%
CMYK 59.06% 0.00% 63.16%
32.94%

Color #46AB3F in popluar number systems.

HEX 46 AB 3F
Decimal 70 171 63
Binary 1000110 10101011 111111
Octal 106 253 77

Shades and tints

Shades of #46AB3F

#46AB3F
(70,171,63)
#409C3A
(64,156,58)
#3A8D35
(58,141,53)
#347E30
(52,126,48)
#2E6F2B
(46,111,43)
#286026
(40,96,38)
#225121
(34,81,33)
#1C421C
(28,66,28)
#163317
(22,51,23)
#102412
(16,36,18)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #46AB3F

#46AB3F
(70,171,63)
#56B250
(86,178,80)
#66B961
(102,185,97)
#76C072
(118,192,114)
#86C783
(134,199,131)
#96CE94
(150,206,148)
#A6D5A5
(166,213,165)
#B6DCB6
(182,220,182)
#C6E3C7
(198,227,199)
#D6EAD8
(214,234,216)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AB3F color. Also use rgb(70,171,63) instead hex code.

Text Font Color

.myTextColor { color: #46AB3F; }

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

This text font color is #46AB3F.

Background Color

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

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

This div background color is #46AB3F.

Border color

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

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

This div border color is #46AB3F.

Opacity

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

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

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

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

This text has shadow with #46AB3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46AB3F.

Preview

Color preview on black background

This text has color #46AB3F on black background.


Color preview on white background

This text has color #46AB3F on white background.


Black color preview on #46AB3F background

This text has black color on #46AB3F background.


White color preview on #46AB3F background

This text has white color on #46AB3F background.


Related colors

Complementary color

Complementary color for #hex is #B954C0.


I love getcolorcode.com

Triadic colors

1 #3F46AB and #AB3F46 with #46AB3F are triadic colors.

2 #3FAB46 and #AB463F with #46AB3F are triadic colors.