COLOR #46B59C

HEX: #46B59C
RGB: (70,181,156)

Color info

#46B59C contains mainly green and blue colors. Web safe color of #46B59C is #33CC99 (or #3C9).

RGB color model

#46B59C color RGB value is (70,181,156).

  • red value is 70;
  • green value is 181;
  • blue value is 156.
RGB:
(70,181,156)
(27%,71%,61%)

RGB channels and saturation

R 70 of 255 = 27%
G 181 of 255 = 71%
B 156 of 255 = 61%

70
181
156

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

Portions of RGB colors in percentages

R + G + B =
70 + 181 + 156 = 407 (100%)
R 70 of 407 ~ 17.2%
G 181 of 407 ~ 44.47%
B 156 of 407 ~ 38.33%

%17.2
%44.47
%38.33

CMYK color model

#46B59C color CMYK value is (61,0,14,29).

  • cyan value is 61.33%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(61,0,14,29)
C61M0Y14K29 
(61%,0%,14%,29%)
(0.61/0.00/0.14/0.29)	

CMYK percentages

%61.33
%0
%13.81
%29.02

Codes

Color #46B59C in popluar color models

46B59C
RGB70181156
HSL166°44.22%49.22%
HSB/HSV166°61.33%70.98%
CMYK61.33%0.00%13.81%
29.02%

Color #46B59C in popluar number systems.

HEX46B59C
Decimal70181156
Binary10001101011010110011100
Octal106265234

Shades and tints

Shades of #46B59C

#46B59C
(70,181,156)
#40A58E
(64,165,142)
#3A9580
(58,149,128)
#348572
(52,133,114)
#2E7564
(46,117,100)
#286556
(40,101,86)
#225548
(34,85,72)
#1C453A
(28,69,58)
#16352C
(22,53,44)
#10251E
(16,37,30)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #46B59C

#46B59C
(70,181,156)
#56BBA5
(86,187,165)
#66C1AE
(102,193,174)
#76C7B7
(118,199,183)
#86CDC0
(134,205,192)
#96D3C9
(150,211,201)
#A6D9D2
(166,217,210)
#B6DFDB
(182,223,219)
#C6E5E4
(198,229,228)
#D6EBED
(214,235,237)
#E6F1F6
(230,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B59C color. Also use rgb(70,181,156) instead hex code.

Text Font Color

.myTextColor { color: #46B59C; }

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

This text font color is #46B59C.


Background Color

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

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

This div background color is #46B59C.


Border color

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

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

This div border color is #46B59C.


Opacity

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

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

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

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

This text has shadow with #46B59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B59C on black background.


Color preview on white background

This text has color #46B59C on white background.



Black color preview on #46B59C background

This text has black color on #46B59C background.


White color preview on #46B59C background

This text has white color on #46B59C background.