COLOR #465551

HEX: #465551 RGB: (70,85,81)

Color info

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

RGB color model

#465551 color RGB value is (70,85,81).

RGB: (70,85,81) (27%, 33%, 32%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 81 of 255 = 32%

70
85
81

R + G + B ~ 31%. #465551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 85 + 81 = 236 (100%)
R 70 of 236 ~ 29.66%
G 85 of 236 ~ 36.02%
B 81 of 236 ~ 34.32'%

%29.66
%36.02
%34.32

CMYK color model

#465551 color CMYK value is (18,0,5,67).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%

CMYK: (18,0,5,67)
C18M0Y5K67 (18%, 0%, 5%, 67%)
(0.18 / 0.00 / 0.05 / 0.67)

CMYK percentages

%17.65
%0
%4.71
%66.67

Codes

Color #465551 in popluar color models

46 55 51
RGB 70 85 81
HSL 164° 9.68% 30.39%
HSB/HSV 164° 17.65% 33.33%
CMYK 17.65% 0.00% 4.71%
66.67%

Color #465551 in popluar number systems.

HEX 46 55 51
Decimal 70 85 81
Binary 1000110 1010101 1010001
Octal 106 125 121

Shades and tints

Shades of #465551

#465551
(70,85,81)
#404E4A
(64,78,74)
#3A4743
(58,71,67)
#34403C
(52,64,60)
#2E3935
(46,57,53)
#28322E
(40,50,46)
#222B27
(34,43,39)
#1C2420
(28,36,32)
#161D19
(22,29,25)
#101612
(16,22,18)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #465551

#465551
(70,85,81)
#566460
(86,100,96)
#66736F
(102,115,111)
#76827E
(118,130,126)
#86918D
(134,145,141)
#96A09C
(150,160,156)
#A6AFAB
(166,175,171)
#B6BEBA
(182,190,186)
#C6CDC9
(198,205,201)
#D6DCD8
(214,220,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465551; }

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

This text font color is #465551.

Background Color

.myBgColor { background-color: #465551; }

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

This div background color is #465551.

Border color

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

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

This div border color is #465551.

Opacity

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

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

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

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

This text has shadow with #465551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465551.

Preview

Color preview on black background

This text has color #465551 on black background.


Color preview on white background

This text has color #465551 on white background.


Black color preview on #465551 background

This text has black color on #465551 background.


White color preview on #465551 background

This text has white color on #465551 background.


Related colors

Complementary color

Complementary color for #hex is #B9AAAE.


I love getcolorcode.com

Triadic colors

1 #514655 and #555146 with #465551 are triadic colors.

2 #515546 and #554651 with #465551 are triadic colors.