COLOR #46776E

HEX: #46776E
RGB: (70,119,110)

Color info

#46776E contains red, green and blue colors in about the same proportion. Web safe color of #46776E is #336666 (or #366).

RGB color model

#46776E color RGB value is (70,119,110).

  • red value is 70;
  • green value is 119;
  • blue value is 110.
RGB:
(70,119,110)
(27%,47%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 119 of 255 = 47%
B 110 of 255 = 43%

70
119
110

R + G + B ~ 39%. #46776E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 119 + 110 = 299 (100%)
R 70 of 299 ~ 23.41%
G 119 of 299 ~ 39.8%
B 110 of 299 ~ 36.79%

%23.41
%39.8
%36.79

CMYK color model

#46776E color CMYK value is (41,0,8,53).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(41,0,8,53)
C41M0Y8K53 
(41%,0%,8%,53%)
(0.41/0.00/0.08/0.53)	

CMYK percentages

%41.18
%0
%7.56
%53.33

Codes

Color #46776E in popluar color models

46776E
RGB70119110
HSL169°25.93%37.06%
HSB/HSV169°41.18%46.67%
CMYK41.18%0.00%7.56%
53.33%

Color #46776E in popluar number systems.

HEX46776E
Decimal70119110
Binary100011011101111101110
Octal106167156

Shades and tints

Shades of #46776E

#46776E
(70,119,110)
#406D64
(64,109,100)
#3A635A
(58,99,90)
#345950
(52,89,80)
#2E4F46
(46,79,70)
#28453C
(40,69,60)
#223B32
(34,59,50)
#1C3128
(28,49,40)
#16271E
(22,39,30)
#101D14
(16,29,20)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #46776E

#46776E
(70,119,110)
#56837B
(86,131,123)
#668F88
(102,143,136)
#769B95
(118,155,149)
#86A7A2
(134,167,162)
#96B3AF
(150,179,175)
#A6BFBC
(166,191,188)
#B6CBC9
(182,203,201)
#C6D7D6
(198,215,214)
#D6E3E3
(214,227,227)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46776E color. Also use rgb(70,119,110) instead hex code.

Text Font Color

.myTextColor { color: #46776E; }

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

This text font color is #46776E.


Background Color

.myBgColor { background-color: #46776E; }

<div style="background-color:#46776E">Inner text</div>

This div background color is #46776E.


Border color

.myBorderColor { border: 1px solid #46776E; }

<div style="border:3px solid #46776E">Div</div>

This div border color is #46776E.


Opacity

.myOpacity80 { color: #46776E; opacity: 0.8; }

<p style="color:#46776E;opacity:0.8;">80%</p>

Text with #46776E 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 #46776E;}

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

This text has shadow with #46776E color.

.textShadow {text-shadow: 3px 3px 1px #46776E, 3px 3px 1px red;}

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

This text has shadow with #46776E primary color and red secondary color.


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

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

This text has shadow with #46776E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46776E on black background.


Color preview on white background

This text has color #46776E on white background.



Black color preview on #46776E background

This text has black color on #46776E background.


White color preview on #46776E background

This text has white color on #46776E background.