COLOR #466C65

HEX: #466C65 RGB: (70,108,101)

Color info

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

RGB color model

#466C65 color RGB value is (70,108,101).

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

RGB channels and saturation

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

70
108
101

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

Portions of RGB colors in percentages

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

%25.09
%38.71
%36.2

CMYK color model

#466C65 color CMYK value is (35,0,6,58).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 57.65%

CMYK: (35,0,6,58)
C35M0Y6K58 (35%, 0%, 6%, 58%)
(0.35 / 0.00 / 0.06 / 0.58)

CMYK percentages

%35.19
%0
%6.48
%57.65

Codes

Color #466C65 in popluar color models

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

Color #466C65 in popluar number systems.

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

Shades and tints

Shades of #466C65

#466C65
(70,108,101)
#40635C
(64,99,92)
#3A5A53
(58,90,83)
#34514A
(52,81,74)
#2E4841
(46,72,65)
#283F38
(40,63,56)
#22362F
(34,54,47)
#1C2D26
(28,45,38)
#16241D
(22,36,29)
#101B14
(16,27,20)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #466C65

#466C65
(70,108,101)
#567973
(86,121,115)
#668681
(102,134,129)
#76938F
(118,147,143)
#86A09D
(134,160,157)
#96ADAB
(150,173,171)
#A6BAB9
(166,186,185)
#B6C7C7
(182,199,199)
#C6D4D5
(198,212,213)
#D6E1E3
(214,225,227)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C65; }

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

This text font color is #466C65.

Background Color

.myBgColor { background-color: #466C65; }

<div style="background-color:#466C65">Inner text</div>

This div background color is #466C65.

Border color

.myBorderColor { border: 1px solid #466C65; }

<div style="border:3px solid #466C65">Div</div>

This div border color is #466C65.

Opacity

.myOpacity80 { color: #466C65; opacity: 0.8; }

<p style="color:#466C65;opacity:0.8;">80%</p>

Text with #466C65 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 #466C65;}

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

This text has shadow with #466C65 color.


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

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

This text has shadow with #466C65 primary color and red secondary color.


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

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

This text has shadow with #466C65 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #466C65.

Preview

Color preview on black background

This text has color #466C65 on black background.


Color preview on white background

This text has color #466C65 on white background.


Black color preview on #466C65 background

This text has black color on #466C65 background.


White color preview on #466C65 background

This text has white color on #466C65 background.


Related colors

Complementary color

Complementary color for #hex is #B9939A.


I love getcolorcode.com

Triadic colors

1 #65466C and #6C6546 with #466C65 are triadic colors.

2 #656C46 and #6C4665 with #466C65 are triadic colors.