COLOR #46CB68

HEX: #46CB68
RGB: (70,203,104)

Color info

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

RGB color model

#46CB68 color RGB value is (70,203,104).

  • red value is 70;
  • green value is 203;
  • blue value is 104.
RGB:
(70,203,104)
(27%,80%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 203 of 255 = 80%
B 104 of 255 = 41%

70
203
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 203 + 104 = 377 (100%)
R 70 of 377 ~ 18.57%
G 203 of 377 ~ 53.85%
B 104 of 377 ~ 27.59%

%18.57
%53.85
%27.59

CMYK color model

#46CB68 color CMYK value is (66,0,49,20).

  • cyan value is 65.52%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 20.39%
CMYK:
(66,0,49,20)
C66M0Y49K20 
(66%,0%,49%,20%)
(0.66/0.00/0.49/0.20)	

CMYK percentages

%65.52
%0
%48.77
%20.39

Codes

Color #46CB68 in popluar color models

46CB68
RGB70203104
HSL135°56.12%53.53%
HSB/HSV135°65.52%79.61%
CMYK65.52%0.00%48.77%
20.39%

Color #46CB68 in popluar number systems.

HEX46CB68
Decimal70203104
Binary1000110110010111101000
Octal106313150

Shades and tints

Shades of #46CB68

#46CB68
(70,203,104)
#40B95F
(64,185,95)
#3AA756
(58,167,86)
#34954D
(52,149,77)
#2E8344
(46,131,68)
#28713B
(40,113,59)
#225F32
(34,95,50)
#1C4D29
(28,77,41)
#163B20
(22,59,32)
#102917
(16,41,23)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #46CB68

#46CB68
(70,203,104)
#56CF75
(86,207,117)
#66D382
(102,211,130)
#76D78F
(118,215,143)
#86DB9C
(134,219,156)
#96DFA9
(150,223,169)
#A6E3B6
(166,227,182)
#B6E7C3
(182,231,195)
#C6EBD0
(198,235,208)
#D6EFDD
(214,239,221)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46CB68 color. Also use rgb(70,203,104) instead hex code.

Text Font Color

.myTextColor { color: #46CB68; }

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

This text font color is #46CB68.


Background Color

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

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

This div background color is #46CB68.


Border color

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

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

This div border color is #46CB68.


Opacity

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

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

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

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

This text has shadow with #46CB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46CB68 on black background.


Color preview on white background

This text has color #46CB68 on white background.



Black color preview on #46CB68 background

This text has black color on #46CB68 background.


White color preview on #46CB68 background

This text has white color on #46CB68 background.