COLOR #466655

HEX: #466655
RGB: (70,102,85)

Color info

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

RGB color model

#466655 color RGB value is (70,102,85).

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

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 85 of 255 = 33%

70
102
85

R + G + B ~ 33%. #466655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 85 = 257 (100%)
R 70 of 257 ~ 27.24%
G 102 of 257 ~ 39.69%
B 85 of 257 ~ 33.07%

%27.24
%39.69
%33.07

CMYK color model

#466655 color CMYK value is (31,0,17,60).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(31,0,17,60)
C31M0Y17K60 
(31%,0%,17%,60%)
(0.31/0.00/0.17/0.60)	

CMYK percentages

%31.37
%0
%16.67
%60

Codes

Color #466655 in popluar color models

466655
RGB7010285
HSL148°18.60%33.73%
HSB/HSV148°31.37%40.00%
CMYK31.37%0.00%16.67%
60.00%

Color #466655 in popluar number systems.

HEX466655
Decimal7010285
Binary100011011001101010101
Octal106146125

Shades and tints

Shades of #466655

#466655
(70,102,85)
#405D4E
(64,93,78)
#3A5447
(58,84,71)
#344B40
(52,75,64)
#2E4239
(46,66,57)
#283932
(40,57,50)
#22302B
(34,48,43)
#1C2724
(28,39,36)
#161E1D
(22,30,29)
#101516
(16,21,22)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #466655

#466655
(70,102,85)
#567364
(86,115,100)
#668073
(102,128,115)
#768D82
(118,141,130)
#869A91
(134,154,145)
#96A7A0
(150,167,160)
#A6B4AF
(166,180,175)
#B6C1BE
(182,193,190)
#C6CECD
(198,206,205)
#D6DBDC
(214,219,220)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466655; }

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

This text font color is #466655.


Background Color

.myBgColor { background-color: #466655; }

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

This div background color is #466655.


Border color

.myBorderColor { border: 1px solid #466655; }

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

This div border color is #466655.


Opacity

.myOpacity80 { color: #466655; opacity: 0.8; }

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

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

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

This text has shadow with #466655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466655 on black background.


Color preview on white background

This text has color #466655 on white background.



Black color preview on #466655 background

This text has black color on #466655 background.


White color preview on #466655 background

This text has white color on #466655 background.