COLOR #465A55

HEX: #465A55 RGB: (70,90,85)

Color info

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

RGB color model

#465A55 color RGB value is (70,90,85).

RGB: (70,90,85) (27%, 35%, 33%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 85 of 255 = 33%

70
90
85

R + G + B ~ 32%. #465A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 85 = 245 (100%)
R 70 of 245 ~ 28.57%
G 90 of 245 ~ 36.73%
B 85 of 245 ~ 34.69'%

%28.57
%36.73
%34.69

CMYK color model

#465A55 color CMYK value is (22,0,6,65).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%

CMYK: (22,0,6,65)
C22M0Y6K65 (22%, 0%, 6%, 65%)
(0.22 / 0.00 / 0.06 / 0.65)

CMYK percentages

%22.22
%0
%5.56
%64.71

Codes

Color #465A55 in popluar color models

46 5A 55
RGB 70 90 85
HSL 165° 12.50% 31.37%
HSB/HSV 165° 22.22% 35.29%
CMYK 22.22% 0.00% 5.56%
64.71%

Color #465A55 in popluar number systems.

HEX 46 5A 55
Decimal 70 90 85
Binary 1000110 1011010 1010101
Octal 106 132 125

Shades and tints

Shades of #465A55

#465A55
(70,90,85)
#40524E
(64,82,78)
#3A4A47
(58,74,71)
#344240
(52,66,64)
#2E3A39
(46,58,57)
#283232
(40,50,50)
#222A2B
(34,42,43)
#1C2224
(28,34,36)
#161A1D
(22,26,29)
#101216
(16,18,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #465A55

#465A55
(70,90,85)
#566964
(86,105,100)
#667873
(102,120,115)
#768782
(118,135,130)
#869691
(134,150,145)
#96A5A0
(150,165,160)
#A6B4AF
(166,180,175)
#B6C3BE
(182,195,190)
#C6D2CD
(198,210,205)
#D6E1DC
(214,225,220)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A55; }

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

This text font color is #465A55.

Background Color

.myBgColor { background-color: #465A55; }

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

This div background color is #465A55.

Border color

.myBorderColor { border: 1px solid #465A55; }

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

This div border color is #465A55.

Opacity

.myOpacity80 { color: #465A55; opacity: 0.8; }

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

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

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

This text has shadow with #465A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465A55.

Preview

Color preview on black background

This text has color #465A55 on black background.


Color preview on white background

This text has color #465A55 on white background.


Black color preview on #465A55 background

This text has black color on #465A55 background.


White color preview on #465A55 background

This text has white color on #465A55 background.


Related colors

Complementary color

Complementary color for #hex is #B9A5AA.


I love getcolorcode.com

Triadic colors

1 #55465A and #5A5546 with #465A55 are triadic colors.

2 #555A46 and #5A4655 with #465A55 are triadic colors.