COLOR #46C04F

HEX: #46C04F
RGB: (70,192,79)

Color info

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

RGB color model

#46C04F color RGB value is (70,192,79).

  • red value is 70;
  • green value is 192;
  • blue value is 79.
RGB:
(70,192,79)
(27%,75%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 192 of 255 = 75%
B 79 of 255 = 31%

70
192
79

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

Portions of RGB colors in percentages

R + G + B =
70 + 192 + 79 = 341 (100%)
R 70 of 341 ~ 20.53%
G 192 of 341 ~ 56.3%
B 79 of 341 ~ 23.17%

%20.53
%56.3
%23.17

CMYK color model

#46C04F color CMYK value is (64,0,59,25).

  • cyan value is 63.54%
  • magenta value is 0.00%
  • yellow value is 58.85%
  • key color value is 24.71%
CMYK:
(64,0,59,25)
C64M0Y59K25 
(64%,0%,59%,25%)
(0.64/0.00/0.59/0.25)	

CMYK percentages

%63.54
%0
%58.85
%24.71

Codes

Color #46C04F in popluar color models

46C04F
RGB7019279
HSL124°49.19%51.37%
HSB/HSV124°63.54%75.29%
CMYK63.54%0.00%58.85%
24.71%

Color #46C04F in popluar number systems.

HEX46C04F
Decimal7019279
Binary1000110110000001001111
Octal106300117

Shades and tints

Shades of #46C04F

#46C04F
(70,192,79)
#40AF48
(64,175,72)
#3A9E41
(58,158,65)
#348D3A
(52,141,58)
#2E7C33
(46,124,51)
#286B2C
(40,107,44)
#225A25
(34,90,37)
#1C491E
(28,73,30)
#163817
(22,56,23)
#102710
(16,39,16)
#0A1609
(10,22,9)
#000000
(0,0,0)

Tints of #46C04F

#46C04F
(70,192,79)
#56C55F
(86,197,95)
#66CA6F
(102,202,111)
#76CF7F
(118,207,127)
#86D48F
(134,212,143)
#96D99F
(150,217,159)
#A6DEAF
(166,222,175)
#B6E3BF
(182,227,191)
#C6E8CF
(198,232,207)
#D6EDDF
(214,237,223)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46C04F color. Also use rgb(70,192,79) instead hex code.

Text Font Color

.myTextColor { color: #46C04F; }

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

This text font color is #46C04F.


Background Color

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

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

This div background color is #46C04F.


Border color

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

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

This div border color is #46C04F.


Opacity

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

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

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

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

This text has shadow with #46C04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C04F on black background.


Color preview on white background

This text has color #46C04F on white background.



Black color preview on #46C04F background

This text has black color on #46C04F background.


White color preview on #46C04F background

This text has white color on #46C04F background.