COLOR #46666D

HEX: #46666D RGB: (70,102,109)

Color info

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

RGB color model

#46666D color RGB value is (70,102,109).

RGB: (70,102,109) (27%, 40%, 43%)

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 109 of 255 = 43%

70
102
109

R + G + B ~ 37%. #46666D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 102 + 109 = 281 (100%)
R 70 of 281 ~ 24.91%
G 102 of 281 ~ 36.3%
B 109 of 281 ~ 38.79'%

%24.91
%36.3
%38.79

CMYK color model

#46666D color CMYK value is (36,6,0,57).

  • cyan value is 35.78%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (36,6,0,57)
C36M6Y0K57 (36%, 6%, 0%, 57%)
(0.36 / 0.06 / 0.00 / 0.57)

CMYK percentages

%35.78
%6.42
%0
%57.25

Codes

Color #46666D in popluar color models

46 66 6D
RGB 70 102 109
HSL 191° 21.79% 35.10%
HSB/HSV 191° 35.78% 42.75%
CMYK 35.78% 6.42% 0.00%
57.25%

Color #46666D in popluar number systems.

HEX 46 66 6D
Decimal 70 102 109
Binary 1000110 1100110 1101101
Octal 106 146 155

Shades and tints

Shades of #46666D

#46666D
(70,102,109)
#405D64
(64,93,100)
#3A545B
(58,84,91)
#344B52
(52,75,82)
#2E4249
(46,66,73)
#283940
(40,57,64)
#223037
(34,48,55)
#1C272E
(28,39,46)
#161E25
(22,30,37)
#10151C
(16,21,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #46666D

#46666D
(70,102,109)
#56737A
(86,115,122)
#668087
(102,128,135)
#768D94
(118,141,148)
#869AA1
(134,154,161)
#96A7AE
(150,167,174)
#A6B4BB
(166,180,187)
#B6C1C8
(182,193,200)
#C6CED5
(198,206,213)
#D6DBE2
(214,219,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46666D color. Also use rgb(70,102,109) instead hex code.

Text Font Color

.myTextColor { color: #46666D; }

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

This text font color is #46666D.

Background Color

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

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

This div background color is #46666D.

Border color

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

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

This div border color is #46666D.

Opacity

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

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

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

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

This text has shadow with #46666D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46666D.

Preview

Color preview on black background

This text has color #46666D on black background.


Color preview on white background

This text has color #46666D on white background.


Black color preview on #46666D background

This text has black color on #46666D background.


White color preview on #46666D background

This text has white color on #46666D background.


Related colors

Complementary color

Complementary color for #hex is #B99992.


I love getcolorcode.com

Triadic colors

1 #6D4666 and #666D46 with #46666D are triadic colors.

2 #6D6646 and #66466D with #46666D are triadic colors.