COLOR #46686C

HEX: #46686C
RGB: (70,104,108)

Color info

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

RGB color model

#46686C color RGB value is (70,104,108).

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

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 108 of 255 = 42%

70
104
108

R + G + B ~ 37%. #46686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 108 = 282 (100%)
R 70 of 282 ~ 24.82%
G 104 of 282 ~ 36.88%
B 108 of 282 ~ 38.3%

%24.82
%36.88
%38.3

CMYK color model

#46686C color CMYK value is (35,4,0,58).

  • cyan value is 35.19%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (35,4,0,58) C35M4Y0K58 (35%,4%,0%,58%) (0.35/0.04/0.00/0.58)

CMYK percentages

%35.19
%3.7
%0
%57.65

Codes

Color #46686C in popluar color models

46686C
RGB70104108
HSL186°21.35%34.90%
HSB/HSV186°35.19%42.35%
CMYK35.19%3.70%0.00%
57.65%

Color #46686C in popluar number systems.

HEX46686C
Decimal70104108
Binary100011011010001101100
Octal106150154

Shades and tints

Shades of #46686C

#46686C
(70,104,108)
#405F63
(64,95,99)
#3A565A
(58,86,90)
#344D51
(52,77,81)
#2E4448
(46,68,72)
#283B3F
(40,59,63)
#223236
(34,50,54)
#1C292D
(28,41,45)
#162024
(22,32,36)
#10171B
(16,23,27)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #46686C

#46686C
(70,104,108)
#567579
(86,117,121)
#668286
(102,130,134)
#768F93
(118,143,147)
#869CA0
(134,156,160)
#96A9AD
(150,169,173)
#A6B6BA
(166,182,186)
#B6C3C7
(182,195,199)
#C6D0D4
(198,208,212)
#D6DDE1
(214,221,225)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46686C; }

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

This text font color is #46686C.


Background Color

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

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

This div background color is #46686C.


Border color

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

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

This div border color is #46686C.


Opacity

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

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

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

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

This text has shadow with #46686C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #46686C on black background.


Color preview on white background

This text has color #46686C on white background.



Black color preview on #46686C background

This text has black color on #46686C background.


White color preview on #46686C background

This text has white color on #46686C background.