COLOR #46B291

HEX: #46B291
RGB: (70,178,145)

Color info

#46B291 contains mainly green and blue colors. Web safe color of #46B291 is #339999 (or #399).

RGB color model

#46B291 color RGB value is (70,178,145).

  • red value is 70;
  • green value is 178;
  • blue value is 145.
RGB:
(70,178,145)
(27%,70%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 178 of 255 = 70%
B 145 of 255 = 57%

70
178
145

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

Portions of RGB colors in percentages

R + G + B =
70 + 178 + 145 = 393 (100%)
R 70 of 393 ~ 17.81%
G 178 of 393 ~ 45.29%
B 145 of 393 ~ 36.9%

%17.81
%45.29
%36.9

CMYK color model

#46B291 color CMYK value is (61,0,19,30).

  • cyan value is 60.67%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(61,0,19,30)
C61M0Y19K30 
(61%,0%,19%,30%)
(0.61/0.00/0.19/0.30)	

CMYK percentages

%60.67
%0
%18.54
%30.2

Codes

Color #46B291 in popluar color models

46B291
RGB70178145
HSL162°43.55%48.63%
HSB/HSV162°60.67%69.80%
CMYK60.67%0.00%18.54%
30.20%

Color #46B291 in popluar number systems.

HEX46B291
Decimal70178145
Binary10001101011001010010001
Octal106262221

Shades and tints

Shades of #46B291

#46B291
(70,178,145)
#40A284
(64,162,132)
#3A9277
(58,146,119)
#34826A
(52,130,106)
#2E725D
(46,114,93)
#286250
(40,98,80)
#225243
(34,82,67)
#1C4236
(28,66,54)
#163229
(22,50,41)
#10221C
(16,34,28)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #46B291

#46B291
(70,178,145)
#56B99B
(86,185,155)
#66C0A5
(102,192,165)
#76C7AF
(118,199,175)
#86CEB9
(134,206,185)
#96D5C3
(150,213,195)
#A6DCCD
(166,220,205)
#B6E3D7
(182,227,215)
#C6EAE1
(198,234,225)
#D6F1EB
(214,241,235)
#E6F8F5
(230,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B291 color. Also use rgb(70,178,145) instead hex code.

Text Font Color

.myTextColor { color: #46B291; }

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

This text font color is #46B291.


Background Color

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

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

This div background color is #46B291.


Border color

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

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

This div border color is #46B291.


Opacity

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

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

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

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

This text has shadow with #46B291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B291 on black background.


Color preview on white background

This text has color #46B291 on white background.



Black color preview on #46B291 background

This text has black color on #46B291 background.


White color preview on #46B291 background

This text has white color on #46B291 background.