COLOR #46C374

HEX: #46C374
RGB: (70,195,116)

Color info

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

RGB color model

#46C374 color RGB value is (70,195,116).

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

RGB channels and saturation

R 70 of 255 = 27%
G 195 of 255 = 76%
B 116 of 255 = 45%

70
195
116

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

Portions of RGB colors in percentages

R + G + B =
70 + 195 + 116 = 381 (100%)
R 70 of 381 ~ 18.37%
G 195 of 381 ~ 51.18%
B 116 of 381 ~ 30.45%

%18.37
%51.18
%30.45

CMYK color model

#46C374 color CMYK value is (64,0,41,24).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 23.53%
CMYK:
(64,0,41,24)
C64M0Y41K24 
(64%,0%,41%,24%)
(0.64/0.00/0.41/0.24)	

CMYK percentages

%64.1
%0
%40.51
%23.53

Codes

Color #46C374 in popluar color models

46C374
RGB70195116
HSL142°51.02%51.96%
HSB/HSV142°64.10%76.47%
CMYK64.10%0.00%40.51%
23.53%

Color #46C374 in popluar number systems.

HEX46C374
Decimal70195116
Binary1000110110000111110100
Octal106303164

Shades and tints

Shades of #46C374

#46C374
(70,195,116)
#40B26A
(64,178,106)
#3AA160
(58,161,96)
#349056
(52,144,86)
#2E7F4C
(46,127,76)
#286E42
(40,110,66)
#225D38
(34,93,56)
#1C4C2E
(28,76,46)
#163B24
(22,59,36)
#102A1A
(16,42,26)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #46C374

#46C374
(70,195,116)
#56C880
(86,200,128)
#66CD8C
(102,205,140)
#76D298
(118,210,152)
#86D7A4
(134,215,164)
#96DCB0
(150,220,176)
#A6E1BC
(166,225,188)
#B6E6C8
(182,230,200)
#C6EBD4
(198,235,212)
#D6F0E0
(214,240,224)
#E6F5EC
(230,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46C374; }

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

This text font color is #46C374.


Background Color

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

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

This div background color is #46C374.


Border color

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

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

This div border color is #46C374.


Opacity

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

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

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

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

This text has shadow with #46C374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C374 on black background.


Color preview on white background

This text has color #46C374 on white background.



Black color preview on #46C374 background

This text has black color on #46C374 background.


White color preview on #46C374 background

This text has white color on #46C374 background.