COLOR #46D633

HEX: #46D633
RGB: (70,214,51)

Color info

#46D633 contains mainly green color. Web safe color of #46D633 is #33CC33 (or #3C3).

RGB color model

#46D633 color RGB value is (70,214,51).

  • red value is 70;
  • green value is 214;
  • blue value is 51.
RGB:
(70,214,51)
(27%,84%,20%)

RGB channels and saturation

R 70 of 255 = 27%
G 214 of 255 = 84%
B 51 of 255 = 20%

70
214
51

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

Portions of RGB colors in percentages

R + G + B =
70 + 214 + 51 = 335 (100%)
R 70 of 335 ~ 20.9%
G 214 of 335 ~ 63.88%
B 51 of 335 ~ 15.22%

%20.9
%63.88
%15.22

CMYK color model

#46D633 color CMYK value is (67,0,76,16).

  • cyan value is 67.29%
  • magenta value is 0.00%
  • yellow value is 76.17%
  • key color value is 16.08%
CMYK:
(67,0,76,16)
C67M0Y76K16 
(67%,0%,76%,16%)
(0.67/0.00/0.76/0.16)	

CMYK percentages

%67.29
%0
%76.17
%16.08

Codes

Color #46D633 in popluar color models

46D633
RGB7021451
HSL113°66.53%51.96%
HSB/HSV113°76.17%83.92%
CMYK67.29%0.00%76.17%
16.08%

Color #46D633 in popluar number systems.

HEX46D633
Decimal7021451
Binary100011011010110110011
Octal10632663

Shades and tints

Shades of #46D633

#46D633
(70,214,51)
#40C32F
(64,195,47)
#3AB02B
(58,176,43)
#349D27
(52,157,39)
#2E8A23
(46,138,35)
#28771F
(40,119,31)
#22641B
(34,100,27)
#1C5117
(28,81,23)
#163E13
(22,62,19)
#102B0F
(16,43,15)
#0A180B
(10,24,11)
#000000
(0,0,0)

Tints of #46D633

#46D633
(70,214,51)
#56D945
(86,217,69)
#66DC57
(102,220,87)
#76DF69
(118,223,105)
#86E27B
(134,226,123)
#96E58D
(150,229,141)
#A6E89F
(166,232,159)
#B6EBB1
(182,235,177)
#C6EEC3
(198,238,195)
#D6F1D5
(214,241,213)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46D633 color. Also use rgb(70,214,51) instead hex code.

Text Font Color

.myTextColor { color: #46D633; }

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

This text font color is #46D633.


Background Color

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

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

This div background color is #46D633.


Border color

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

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

This div border color is #46D633.


Opacity

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

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

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

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

This text has shadow with #46D633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46D633 on black background.


Color preview on white background

This text has color #46D633 on white background.



Black color preview on #46D633 background

This text has black color on #46D633 background.


White color preview on #46D633 background

This text has white color on #46D633 background.