COLOR #465C64

HEX: #465C64 RGB: (70,92,100)

Color info

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

RGB color model

#465C64 color RGB value is (70,92,100).

RGB: (70,92,100) (27%, 36%, 39%)

RGB channels and saturation

R 70 of 255 = 27%
G 92 of 255 = 36%
B 100 of 255 = 39%

70
92
100

R + G + B ~ 34%. #465C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 92 + 100 = 262 (100%)
R 70 of 262 ~ 26.72%
G 92 of 262 ~ 35.11%
B 100 of 262 ~ 38.17'%

%26.72
%35.11
%38.17

CMYK color model

#465C64 color CMYK value is (30,8,0,61).

  • cyan value is 30.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (30,8,0,61)
C30M8Y0K61 (30%, 8%, 0%, 61%)
(0.30 / 0.08 / 0.00 / 0.61)

CMYK percentages

%30
%8
%0
%60.78

Codes

Color #465C64 in popluar color models

46 5C 64
RGB 70 92 100
HSL 196° 17.65% 33.33%
HSB/HSV 196° 30.00% 39.22%
CMYK 30.00% 8.00% 0.00%
60.78%

Color #465C64 in popluar number systems.

HEX 46 5C 64
Decimal 70 92 100
Binary 1000110 1011100 1100100
Octal 106 134 144

Shades and tints

Shades of #465C64

#465C64
(70,92,100)
#40545B
(64,84,91)
#3A4C52
(58,76,82)
#344449
(52,68,73)
#2E3C40
(46,60,64)
#283437
(40,52,55)
#222C2E
(34,44,46)
#1C2425
(28,36,37)
#161C1C
(22,28,28)
#101413
(16,20,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #465C64

#465C64
(70,92,100)
#566A72
(86,106,114)
#667880
(102,120,128)
#76868E
(118,134,142)
#86949C
(134,148,156)
#96A2AA
(150,162,170)
#A6B0B8
(166,176,184)
#B6BEC6
(182,190,198)
#C6CCD4
(198,204,212)
#D6DAE2
(214,218,226)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465C64 color. Also use rgb(70,92,100) instead hex code.

Text Font Color

.myTextColor { color: #465C64; }

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

This text font color is #465C64.

Background Color

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

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

This div background color is #465C64.

Border color

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

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

This div border color is #465C64.

Opacity

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

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

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

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

This text has shadow with #465C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465C64.

Preview

Color preview on black background

This text has color #465C64 on black background.


Color preview on white background

This text has color #465C64 on white background.


Black color preview on #465C64 background

This text has black color on #465C64 background.


White color preview on #465C64 background

This text has white color on #465C64 background.


Related colors

Complementary color

Complementary color for #hex is #B9A39B.


I love getcolorcode.com

Triadic colors

1 #64465C and #5C6446 with #465C64 are triadic colors.

2 #645C46 and #5C4664 with #465C64 are triadic colors.