COLOR #46675D

HEX: #46675D
RGB: (70,103,93)

Color info

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

RGB color model

#46675D color RGB value is (70,103,93).

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

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 93 of 255 = 36%

70
103
93

R + G + B ~ 34%. #46675D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 93 = 266 (100%)
R 70 of 266 ~ 26.32%
G 103 of 266 ~ 38.72%
B 93 of 266 ~ 34.96%

%26.32
%38.72
%34.96

CMYK color model

#46675D color CMYK value is (32,0,10,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(32,0,10,60)
C32M0Y10K60 
(32%,0%,10%,60%)
(0.32/0.00/0.10/0.60)	

CMYK percentages

%32.04
%0
%9.71
%59.61

Codes

Color #46675D in popluar color models

46675D
RGB7010393
HSL162°19.08%33.92%
HSB/HSV162°32.04%40.39%
CMYK32.04%0.00%9.71%
59.61%

Color #46675D in popluar number systems.

HEX46675D
Decimal7010393
Binary100011011001111011101
Octal106147135

Shades and tints

Shades of #46675D

#46675D
(70,103,93)
#405E55
(64,94,85)
#3A554D
(58,85,77)
#344C45
(52,76,69)
#2E433D
(46,67,61)
#283A35
(40,58,53)
#22312D
(34,49,45)
#1C2825
(28,40,37)
#161F1D
(22,31,29)
#101615
(16,22,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #46675D

#46675D
(70,103,93)
#56746B
(86,116,107)
#668179
(102,129,121)
#768E87
(118,142,135)
#869B95
(134,155,149)
#96A8A3
(150,168,163)
#A6B5B1
(166,181,177)
#B6C2BF
(182,194,191)
#C6CFCD
(198,207,205)
#D6DCDB
(214,220,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46675D color. Also use rgb(70,103,93) instead hex code.

Text Font Color

.myTextColor { color: #46675D; }

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

This text font color is #46675D.


Background Color

.myBgColor { background-color: #46675D; }

<div style="background-color:#46675D">Inner text</div>

This div background color is #46675D.


Border color

.myBorderColor { border: 1px solid #46675D; }

<div style="border:3px solid #46675D">Div</div>

This div border color is #46675D.


Opacity

.myOpacity80 { color: #46675D; opacity: 0.8; }

<p style="color:#46675D;opacity:0.8;">80%</p>

Text with #46675D 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 #46675D;}

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

This text has shadow with #46675D color.

.textShadow {text-shadow: 3px 3px 1px #46675D, 3px 3px 1px red;}

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

This text has shadow with #46675D primary color and red secondary color.


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

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

This text has shadow with #46675D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46675D on black background.


Color preview on white background

This text has color #46675D on white background.



Black color preview on #46675D background

This text has black color on #46675D background.


White color preview on #46675D background

This text has white color on #46675D background.