COLOR #466D63

HEX: #466D63
RGB: (70,109,99)

Color info

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

RGB color model

#466D63 color RGB value is (70,109,99).

  • red value is 70;
  • green value is 109;
  • blue value is 99.
RGB:
(70,109,99)
(27%,43%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 109 of 255 = 43%
B 99 of 255 = 39%

70
109
99

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

Portions of RGB colors in percentages

R + G + B =
70 + 109 + 99 = 278 (100%)
R 70 of 278 ~ 25.18%
G 109 of 278 ~ 39.21%
B 99 of 278 ~ 35.61%

%25.18
%39.21
%35.61

CMYK color model

#466D63 color CMYK value is (36,0,9,57).

  • cyan value is 35.78%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(36,0,9,57)
C36M0Y9K57 
(36%,0%,9%,57%)
(0.36/0.00/0.09/0.57)	

CMYK percentages

%35.78
%0
%9.17
%57.25

Codes

Color #466D63 in popluar color models

466D63
RGB7010999
HSL165°21.79%35.10%
HSB/HSV165°35.78%42.75%
CMYK35.78%0.00%9.17%
57.25%

Color #466D63 in popluar number systems.

HEX466D63
Decimal7010999
Binary100011011011011100011
Octal106155143

Shades and tints

Shades of #466D63

#466D63
(70,109,99)
#40645A
(64,100,90)
#3A5B51
(58,91,81)
#345248
(52,82,72)
#2E493F
(46,73,63)
#284036
(40,64,54)
#22372D
(34,55,45)
#1C2E24
(28,46,36)
#16251B
(22,37,27)
#101C12
(16,28,18)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #466D63

#466D63
(70,109,99)
#567A71
(86,122,113)
#66877F
(102,135,127)
#76948D
(118,148,141)
#86A19B
(134,161,155)
#96AEA9
(150,174,169)
#A6BBB7
(166,187,183)
#B6C8C5
(182,200,197)
#C6D5D3
(198,213,211)
#D6E2E1
(214,226,225)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D63; }

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

This text font color is #466D63.


Background Color

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

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

This div background color is #466D63.


Border color

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

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

This div border color is #466D63.


Opacity

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

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

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

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

This text has shadow with #466D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D63 on black background.


Color preview on white background

This text has color #466D63 on white background.



Black color preview on #466D63 background

This text has black color on #466D63 background.


White color preview on #466D63 background

This text has white color on #466D63 background.