COLOR #46676B

HEX: #46676B
RGB: (70,103,107)

Color info

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

RGB color model

#46676B color RGB value is (70,103,107).

  • red value is 70;
  • green value is 103;
  • blue value is 107.
RGB:
(70,103,107)
(27%,40%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 107 of 255 = 42%

70
103
107

R + G + B ~ 36%. #46676B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 107 = 280 (100%)
R 70 of 280 ~ 25%
G 103 of 280 ~ 36.79%
B 107 of 280 ~ 38.21%

%25
%36.79
%38.21

CMYK color model

#46676B color CMYK value is (35,4,0,58).

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

CMYK percentages

%34.58
%3.74
%0
%58.04

Codes

Color #46676B in popluar color models

46676B
RGB70103107
HSL186°20.90%34.71%
HSB/HSV186°34.58%41.96%
CMYK34.58%3.74%0.00%
58.04%

Color #46676B in popluar number systems.

HEX46676B
Decimal70103107
Binary100011011001111101011
Octal106147153

Shades and tints

Shades of #46676B

#46676B
(70,103,107)
#405E62
(64,94,98)
#3A5559
(58,85,89)
#344C50
(52,76,80)
#2E4347
(46,67,71)
#283A3E
(40,58,62)
#223135
(34,49,53)
#1C282C
(28,40,44)
#161F23
(22,31,35)
#10161A
(16,22,26)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #46676B

#46676B
(70,103,107)
#567478
(86,116,120)
#668185
(102,129,133)
#768E92
(118,142,146)
#869B9F
(134,155,159)
#96A8AC
(150,168,172)
#A6B5B9
(166,181,185)
#B6C2C6
(182,194,198)
#C6CFD3
(198,207,211)
#D6DCE0
(214,220,224)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46676B color. Also use rgb(70,103,107) instead hex code.

Text Font Color

.myTextColor { color: #46676B; }

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

This text font color is #46676B.


Background Color

.myBgColor { background-color: #46676B; }

<div style="background-color:#46676B">Inner text</div>

This div background color is #46676B.


Border color

.myBorderColor { border: 1px solid #46676B; }

<div style="border:3px solid #46676B">Div</div>

This div border color is #46676B.


Opacity

.myOpacity80 { color: #46676B; opacity: 0.8; }

<p style="color:#46676B;opacity:0.8;">80%</p>

Text with #46676B 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 #46676B;}

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

This text has shadow with #46676B color.

.textShadow {text-shadow: 3px 3px 1px #46676B, 3px 3px 1px red;}

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

This text has shadow with #46676B primary color and red secondary color.


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

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

This text has shadow with #46676B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46676B on black background.


Color preview on white background

This text has color #46676B on white background.



Black color preview on #46676B background

This text has black color on #46676B background.


White color preview on #46676B background

This text has white color on #46676B background.