COLOR #46A436

HEX: #46A436
RGB: (70,164,54)

Color info

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

RGB color model

#46A436 color RGB value is (70,164,54).

  • red value is 70;
  • green value is 164;
  • blue value is 54.
RGB:
(70,164,54)
(27%,64%,21%)

RGB channels and saturation

R 70 of 255 = 27%
G 164 of 255 = 64%
B 54 of 255 = 21%

70
164
54

R + G + B ~ 37%. #46A436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 164 + 54 = 288 (100%)
R 70 of 288 ~ 24.31%
G 164 of 288 ~ 56.94%
B 54 of 288 ~ 18.75%

%24.31
%56.94
%18.75

CMYK color model

#46A436 color CMYK value is (57,0,67,36).

  • cyan value is 57.32%
  • magenta value is 0.00%
  • yellow value is 67.07%
  • key color value is 35.69%
CMYK:
(57,0,67,36)
C57M0Y67K36 
(57%,0%,67%,36%)
(0.57/0.00/0.67/0.36)	

CMYK percentages

%57.32
%0
%67.07
%35.69

Codes

Color #46A436 in popluar color models

46A436
RGB7016454
HSL111°50.46%42.75%
HSB/HSV111°67.07%64.31%
CMYK57.32%0.00%67.07%
35.69%

Color #46A436 in popluar number systems.

HEX46A436
Decimal7016454
Binary100011010100100110110
Octal10624466

Shades and tints

Shades of #46A436

#46A436
(70,164,54)
#409632
(64,150,50)
#3A882E
(58,136,46)
#347A2A
(52,122,42)
#2E6C26
(46,108,38)
#285E22
(40,94,34)
#22501E
(34,80,30)
#1C421A
(28,66,26)
#163416
(22,52,22)
#102612
(16,38,18)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #46A436

#46A436
(70,164,54)
#56AC48
(86,172,72)
#66B45A
(102,180,90)
#76BC6C
(118,188,108)
#86C47E
(134,196,126)
#96CC90
(150,204,144)
#A6D4A2
(166,212,162)
#B6DCB4
(182,220,180)
#C6E4C6
(198,228,198)
#D6ECD8
(214,236,216)
#E6F4EA
(230,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A436 color. Also use rgb(70,164,54) instead hex code.

Text Font Color

.myTextColor { color: #46A436; }

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

This text font color is #46A436.


Background Color

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

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

This div background color is #46A436.


Border color

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

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

This div border color is #46A436.


Opacity

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

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

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

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

This text has shadow with #46A436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A436 on black background.


Color preview on white background

This text has color #46A436 on white background.



Black color preview on #46A436 background

This text has black color on #46A436 background.


White color preview on #46A436 background

This text has white color on #46A436 background.