COLOR #46786C

HEX: #46786C
RGB: (70,120,108)

Color info

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

RGB color model

#46786C color RGB value is (70,120,108).

  • red value is 70;
  • green value is 120;
  • blue value is 108.
RGB:
(70,120,108)
(27%,47%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 120 of 255 = 47%
B 108 of 255 = 42%

70
120
108

R + G + B ~ 39%. #46786C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 120 + 108 = 298 (100%)
R 70 of 298 ~ 23.49%
G 120 of 298 ~ 40.27%
B 108 of 298 ~ 36.24%

%23.49
%40.27
%36.24

CMYK color model

#46786C color CMYK value is (42,0,10,53).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK:
(42,0,10,53)
C42M0Y10K53 
(42%,0%,10%,53%)
(0.42/0.00/0.10/0.53)	

CMYK percentages

%41.67
%0
%10
%52.94

Codes

Color #46786C in popluar color models

46786C
RGB70120108
HSL166°26.32%37.25%
HSB/HSV166°41.67%47.06%
CMYK41.67%0.00%10.00%
52.94%

Color #46786C in popluar number systems.

HEX46786C
Decimal70120108
Binary100011011110001101100
Octal106170154

Shades and tints

Shades of #46786C

#46786C
(70,120,108)
#406E63
(64,110,99)
#3A645A
(58,100,90)
#345A51
(52,90,81)
#2E5048
(46,80,72)
#28463F
(40,70,63)
#223C36
(34,60,54)
#1C322D
(28,50,45)
#162824
(22,40,36)
#101E1B
(16,30,27)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #46786C

#46786C
(70,120,108)
#568479
(86,132,121)
#669086
(102,144,134)
#769C93
(118,156,147)
#86A8A0
(134,168,160)
#96B4AD
(150,180,173)
#A6C0BA
(166,192,186)
#B6CCC7
(182,204,199)
#C6D8D4
(198,216,212)
#D6E4E1
(214,228,225)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46786C color. Also use rgb(70,120,108) instead hex code.

Text Font Color

.myTextColor { color: #46786C; }

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

This text font color is #46786C.


Background Color

.myBgColor { background-color: #46786C; }

<div style="background-color:#46786C">Inner text</div>

This div background color is #46786C.


Border color

.myBorderColor { border: 1px solid #46786C; }

<div style="border:3px solid #46786C">Div</div>

This div border color is #46786C.


Opacity

.myOpacity80 { color: #46786C; opacity: 0.8; }

<p style="color:#46786C;opacity:0.8;">80%</p>

Text with #46786C 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 #46786C;}

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

This text has shadow with #46786C color.

.textShadow {text-shadow: 3px 3px 1px #46786C, 3px 3px 1px red;}

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

This text has shadow with #46786C primary color and red secondary color.


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

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

This text has shadow with #46786C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46786C on black background.


Color preview on white background

This text has color #46786C on white background.



Black color preview on #46786C background

This text has black color on #46786C background.


White color preview on #46786C background

This text has white color on #46786C background.