COLOR #46656C

HEX: #46656C RGB: (70,101,108)

Color info

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

RGB color model

#46656C color RGB value is (70,101,108).

RGB: (70,101,108) (27%, 40%, 42%)

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 108 of 255 = 42%

70
101
108

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

Portions of RGB colors in percentages

R + G + B = 70 + 101 + 108 = 279 (100%)
R 70 of 279 ~ 25.09%
G 101 of 279 ~ 36.2%
B 108 of 279 ~ 38.71'%

%25.09
%36.2
%38.71

CMYK color model

#46656C color CMYK value is (35,6,0,58).

  • cyan value is 35.19%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (35,6,0,58) C35M6Y0K58 (35%,6%,0%,58%) (0.35/0.06/0.00/0.58) 

CMYK percentages

%35.19
%6.48
%0
%57.65

Codes

Color #46656C in popluar color models

46 65 6C
RGB 70 101 108
HSL 191° 21.35% 34.90%
HSB/HSV 191° 35.19% 42.35%
CMYK 35.19% 6.48% 0.00%
57.65%

Color #46656C in popluar number systems.

HEX 46 65 6C
Decimal 70 101 108
Binary 1000110 1100101 1101100
Octal 106 145 154

Shades and tints

Shades of #46656C

#46656C
(70,101,108)
#405C63
(64,92,99)
#3A535A
(58,83,90)
#344A51
(52,74,81)
#2E4148
(46,65,72)
#28383F
(40,56,63)
#222F36
(34,47,54)
#1C262D
(28,38,45)
#161D24
(22,29,36)
#10141B
(16,20,27)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #46656C

#46656C
(70,101,108)
#567379
(86,115,121)
#668186
(102,129,134)
#768F93
(118,143,147)
#869DA0
(134,157,160)
#96ABAD
(150,171,173)
#A6B9BA
(166,185,186)
#B6C7C7
(182,199,199)
#C6D5D4
(198,213,212)
#D6E3E1
(214,227,225)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46656C; }

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

This text font color is #46656C.

Background Color

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

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

This div background color is #46656C.

Border color

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

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

This div border color is #46656C.

Opacity

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

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

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

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

This text has shadow with #46656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46656C.

Preview

Color preview on black background

This text has color #46656C on black background.


Color preview on white background

This text has color #46656C on white background.


Black color preview on #46656C background

This text has black color on #46656C background.


White color preview on #46656C background

This text has white color on #46656C background.


Related colors

Complementary color

Complementary color for #hex is #B99A93.


I love getcolorcode.com

Triadic colors

1 #6C4665 and #656C46 with #46656C are triadic colors.

2 #6C6546 and #65466C with #46656C are triadic colors.