COLOR #466C55

HEX: #466C55
RGB: (70,108,85)

Color info

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

RGB color model

#466C55 color RGB value is (70,108,85).

  • red value is 70;
  • green value is 108;
  • blue value is 85.
RGB:
(70,108,85)
(27%,42%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 85 of 255 = 33%

70
108
85

R + G + B ~ 34%. #466C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 85 = 263 (100%)
R 70 of 263 ~ 26.62%
G 108 of 263 ~ 41.06%
B 85 of 263 ~ 32.32%

%26.62
%41.06
%32.32

CMYK color model

#466C55 color CMYK value is (35,0,21,58).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(35,0,21,58)
C35M0Y21K58 
(35%,0%,21%,58%)
(0.35/0.00/0.21/0.58)	

CMYK percentages

%35.19
%0
%21.3
%57.65

Codes

Color #466C55 in popluar color models

466C55
RGB7010885
HSL144°21.35%34.90%
HSB/HSV144°35.19%42.35%
CMYK35.19%0.00%21.30%
57.65%

Color #466C55 in popluar number systems.

HEX466C55
Decimal7010885
Binary100011011011001010101
Octal106154125

Shades and tints

Shades of #466C55

#466C55
(70,108,85)
#40634E
(64,99,78)
#3A5A47
(58,90,71)
#345140
(52,81,64)
#2E4839
(46,72,57)
#283F32
(40,63,50)
#22362B
(34,54,43)
#1C2D24
(28,45,36)
#16241D
(22,36,29)
#101B16
(16,27,22)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #466C55

#466C55
(70,108,85)
#567964
(86,121,100)
#668673
(102,134,115)
#769382
(118,147,130)
#86A091
(134,160,145)
#96ADA0
(150,173,160)
#A6BAAF
(166,186,175)
#B6C7BE
(182,199,190)
#C6D4CD
(198,212,205)
#D6E1DC
(214,225,220)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C55; }

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

This text font color is #466C55.


Background Color

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

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

This div background color is #466C55.


Border color

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

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

This div border color is #466C55.


Opacity

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

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

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

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

This text has shadow with #466C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C55 on black background.


Color preview on white background

This text has color #466C55 on white background.



Black color preview on #466C55 background

This text has black color on #466C55 background.


White color preview on #466C55 background

This text has white color on #466C55 background.