COLOR #466D70

HEX: #466D70 RGB: (70,109,112)

Color info

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

RGB color model

#466D70 color RGB value is (70,109,112).

RGB: (70,109,112) (27%, 43%, 44%)

RGB channels and saturation

R 70 of 255 = 27%
G 109 of 255 = 43%
B 112 of 255 = 44%

70
109
112

R + G + B ~ 38%. #466D70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 109 + 112 = 291 (100%)
R 70 of 291 ~ 24.05%
G 109 of 291 ~ 37.46%
B 112 of 291 ~ 38.49'%

%24.05
%37.46
%38.49

CMYK color model

#466D70 color CMYK value is (38,3,0,56).

  • cyan value is 37.50%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (38,3,0,56)
C38M3Y0K56 (38%, 3%, 0%, 56%)
(0.38 / 0.03 / 0.00 / 0.56)

CMYK percentages

%37.5
%2.68
%0
%56.08

Codes

Color #466D70 in popluar color models

46 6D 70
RGB 70 109 112
HSL 184° 23.08% 35.69%
HSB/HSV 184° 37.50% 43.92%
CMYK 37.50% 2.68% 0.00%
56.08%

Color #466D70 in popluar number systems.

HEX 46 6D 70
Decimal 70 109 112
Binary 1000110 1101101 1110000
Octal 106 155 160

Shades and tints

Shades of #466D70

#466D70
(70,109,112)
#406466
(64,100,102)
#3A5B5C
(58,91,92)
#345252
(52,82,82)
#2E4948
(46,73,72)
#28403E
(40,64,62)
#223734
(34,55,52)
#1C2E2A
(28,46,42)
#162520
(22,37,32)
#101C16
(16,28,22)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #466D70

#466D70
(70,109,112)
#567A7D
(86,122,125)
#66878A
(102,135,138)
#769497
(118,148,151)
#86A1A4
(134,161,164)
#96AEB1
(150,174,177)
#A6BBBE
(166,187,190)
#B6C8CB
(182,200,203)
#C6D5D8
(198,213,216)
#D6E2E5
(214,226,229)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466D70 color. Also use rgb(70,109,112) instead hex code.

Text Font Color

.myTextColor { color: #466D70; }

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

This text font color is #466D70.

Background Color

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

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

This div background color is #466D70.

Border color

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

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

This div border color is #466D70.

Opacity

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

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

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

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

This text has shadow with #466D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466D70.

Preview

Color preview on black background

This text has color #466D70 on black background.


Color preview on white background

This text has color #466D70 on white background.


Black color preview on #466D70 background

This text has black color on #466D70 background.


White color preview on #466D70 background

This text has white color on #466D70 background.


Related colors

Complementary color

Complementary color for #hex is #B9928F.


I love getcolorcode.com

Triadic colors

1 #70466D and #6D7046 with #466D70 are triadic colors.

2 #706D46 and #6D4670 with #466D70 are triadic colors.