COLOR #46B349

HEX: #46B349
RGB: (70,179,73)

Color info

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

RGB color model

#46B349 color RGB value is (70,179,73).

  • red value is 70;
  • green value is 179;
  • blue value is 73.
RGB:
(70,179,73)
(27%,70%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 179 of 255 = 70%
B 73 of 255 = 29%

70
179
73

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

Portions of RGB colors in percentages

R + G + B =
70 + 179 + 73 = 322 (100%)
R 70 of 322 ~ 21.74%
G 179 of 322 ~ 55.59%
B 73 of 322 ~ 22.67%

%21.74
%55.59
%22.67

CMYK color model

#46B349 color CMYK value is (61,0,59,30).

  • cyan value is 60.89%
  • magenta value is 0.00%
  • yellow value is 59.22%
  • key color value is 29.80%
CMYK:
(61,0,59,30)
C61M0Y59K30 
(61%,0%,59%,30%)
(0.61/0.00/0.59/0.30)	

CMYK percentages

%60.89
%0
%59.22
%29.8

Codes

Color #46B349 in popluar color models

46B349
RGB7017973
HSL122°43.78%48.82%
HSB/HSV122°60.89%70.20%
CMYK60.89%0.00%59.22%
29.80%

Color #46B349 in popluar number systems.

HEX46B349
Decimal7017973
Binary1000110101100111001001
Octal106263111

Shades and tints

Shades of #46B349

#46B349
(70,179,73)
#40A343
(64,163,67)
#3A933D
(58,147,61)
#348337
(52,131,55)
#2E7331
(46,115,49)
#28632B
(40,99,43)
#225325
(34,83,37)
#1C431F
(28,67,31)
#163319
(22,51,25)
#102313
(16,35,19)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #46B349

#46B349
(70,179,73)
#56B959
(86,185,89)
#66BF69
(102,191,105)
#76C579
(118,197,121)
#86CB89
(134,203,137)
#96D199
(150,209,153)
#A6D7A9
(166,215,169)
#B6DDB9
(182,221,185)
#C6E3C9
(198,227,201)
#D6E9D9
(214,233,217)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B349 color. Also use rgb(70,179,73) instead hex code.

Text Font Color

.myTextColor { color: #46B349; }

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

This text font color is #46B349.


Background Color

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

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

This div background color is #46B349.


Border color

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

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

This div border color is #46B349.


Opacity

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

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

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

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

This text has shadow with #46B349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B349 on black background.


Color preview on white background

This text has color #46B349 on white background.



Black color preview on #46B349 background

This text has black color on #46B349 background.


White color preview on #46B349 background

This text has white color on #46B349 background.