COLOR #46C35C

HEX: #46C35C
RGB: (70,195,92)

Color info

#46C35C contains mainly green color. Web safe color of #46C35C is #33CC66 (or #3C6).

RGB color model

#46C35C color RGB value is (70,195,92).

  • red value is 70;
  • green value is 195;
  • blue value is 92.
RGB:
(70,195,92)
(27%,76%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 195 of 255 = 76%
B 92 of 255 = 36%

70
195
92

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

Portions of RGB colors in percentages

R + G + B =
70 + 195 + 92 = 357 (100%)
R 70 of 357 ~ 19.61%
G 195 of 357 ~ 54.62%
B 92 of 357 ~ 25.77%

%19.61
%54.62
%25.77

CMYK color model

#46C35C color CMYK value is (64,0,53,24).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 52.82%
  • key color value is 23.53%
CMYK:
(64,0,53,24)
C64M0Y53K24 
(64%,0%,53%,24%)
(0.64/0.00/0.53/0.24)	

CMYK percentages

%64.1
%0
%52.82
%23.53

Codes

Color #46C35C in popluar color models

46C35C
RGB7019592
HSL131°51.02%51.96%
HSB/HSV131°64.10%76.47%
CMYK64.10%0.00%52.82%
23.53%

Color #46C35C in popluar number systems.

HEX46C35C
Decimal7019592
Binary1000110110000111011100
Octal106303134

Shades and tints

Shades of #46C35C

#46C35C
(70,195,92)
#40B254
(64,178,84)
#3AA14C
(58,161,76)
#349044
(52,144,68)
#2E7F3C
(46,127,60)
#286E34
(40,110,52)
#225D2C
(34,93,44)
#1C4C24
(28,76,36)
#163B1C
(22,59,28)
#102A14
(16,42,20)
#0A190C
(10,25,12)
#000000
(0,0,0)

Tints of #46C35C

#46C35C
(70,195,92)
#56C86A
(86,200,106)
#66CD78
(102,205,120)
#76D286
(118,210,134)
#86D794
(134,215,148)
#96DCA2
(150,220,162)
#A6E1B0
(166,225,176)
#B6E6BE
(182,230,190)
#C6EBCC
(198,235,204)
#D6F0DA
(214,240,218)
#E6F5E8
(230,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46C35C color. Also use rgb(70,195,92) instead hex code.

Text Font Color

.myTextColor { color: #46C35C; }

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

This text font color is #46C35C.


Background Color

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

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

This div background color is #46C35C.


Border color

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

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

This div border color is #46C35C.


Opacity

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

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

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

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

This text has shadow with #46C35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C35C on black background.


Color preview on white background

This text has color #46C35C on white background.



Black color preview on #46C35C background

This text has black color on #46C35C background.


White color preview on #46C35C background

This text has white color on #46C35C background.