COLOR #46C062

HEX: #46C062
RGB: (70,192,98)

Color info

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

RGB color model

#46C062 color RGB value is (70,192,98).

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

RGB channels and saturation

R 70 of 255 = 27%
G 192 of 255 = 75%
B 98 of 255 = 38%

70
192
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 192 + 98 = 360 (100%)
R 70 of 360 ~ 19.44%
G 192 of 360 ~ 53.33%
B 98 of 360 ~ 27.22%

%19.44
%53.33
%27.22

CMYK color model

#46C062 color CMYK value is (64,0,49,25).

  • cyan value is 63.54%
  • magenta value is 0.00%
  • yellow value is 48.96%
  • key color value is 24.71%
CMYK:
(64,0,49,25)
C64M0Y49K25 
(64%,0%,49%,25%)
(0.64/0.00/0.49/0.25)	

CMYK percentages

%63.54
%0
%48.96
%24.71

Codes

Color #46C062 in popluar color models

46C062
RGB7019298
HSL134°49.19%51.37%
HSB/HSV134°63.54%75.29%
CMYK63.54%0.00%48.96%
24.71%

Color #46C062 in popluar number systems.

HEX46C062
Decimal7019298
Binary1000110110000001100010
Octal106300142

Shades and tints

Shades of #46C062

#46C062
(70,192,98)
#40AF5A
(64,175,90)
#3A9E52
(58,158,82)
#348D4A
(52,141,74)
#2E7C42
(46,124,66)
#286B3A
(40,107,58)
#225A32
(34,90,50)
#1C492A
(28,73,42)
#163822
(22,56,34)
#10271A
(16,39,26)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #46C062

#46C062
(70,192,98)
#56C570
(86,197,112)
#66CA7E
(102,202,126)
#76CF8C
(118,207,140)
#86D49A
(134,212,154)
#96D9A8
(150,217,168)
#A6DEB6
(166,222,182)
#B6E3C4
(182,227,196)
#C6E8D2
(198,232,210)
#D6EDE0
(214,237,224)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46C062; }

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

This text font color is #46C062.


Background Color

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

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

This div background color is #46C062.


Border color

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

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

This div border color is #46C062.


Opacity

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

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

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

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

This text has shadow with #46C062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C062 on black background.


Color preview on white background

This text has color #46C062 on white background.



Black color preview on #46C062 background

This text has black color on #46C062 background.


White color preview on #46C062 background

This text has white color on #46C062 background.