COLOR #465A64

HEX: #465A64 RGB: (70,90,100)

Color info

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

RGB color model

#465A64 color RGB value is (70,90,100).

RGB: (70,90,100) (27%, 35%, 39%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 100 of 255 = 39%

70
90
100

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

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 100 = 260 (100%)
R 70 of 260 ~ 26.92%
G 90 of 260 ~ 34.62%
B 100 of 260 ~ 38.46'%

%26.92
%34.62
%38.46

CMYK color model

#465A64 color CMYK value is (30,10,0,61).

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

CMYK: (30,10,0,61)
C30M10Y0K61 (30%, 10%, 0%, 61%)
(0.30 / 0.10 / 0.00 / 0.61)

CMYK percentages

%30
%10
%0
%60.78

Codes

Color #465A64 in popluar color models

46 5A 64
RGB 70 90 100
HSL 200° 17.65% 33.33%
HSB/HSV 200° 30.00% 39.22%
CMYK 30.00% 10.00% 0.00%
60.78%

Color #465A64 in popluar number systems.

HEX 46 5A 64
Decimal 70 90 100
Binary 1000110 1011010 1100100
Octal 106 132 144

Shades and tints

Shades of #465A64

#465A64
(70,90,100)
#40525B
(64,82,91)
#3A4A52
(58,74,82)
#344249
(52,66,73)
#2E3A40
(46,58,64)
#283237
(40,50,55)
#222A2E
(34,42,46)
#1C2225
(28,34,37)
#161A1C
(22,26,28)
#101213
(16,18,19)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #465A64

#465A64
(70,90,100)
#566972
(86,105,114)
#667880
(102,120,128)
#76878E
(118,135,142)
#86969C
(134,150,156)
#96A5AA
(150,165,170)
#A6B4B8
(166,180,184)
#B6C3C6
(182,195,198)
#C6D2D4
(198,210,212)
#D6E1E2
(214,225,226)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A64; }

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

This text font color is #465A64.

Background Color

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

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

This div background color is #465A64.

Border color

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

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

This div border color is #465A64.

Opacity

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

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

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

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

This text has shadow with #465A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465A64.

Preview

Color preview on black background

This text has color #465A64 on black background.


Color preview on white background

This text has color #465A64 on white background.


Black color preview on #465A64 background

This text has black color on #465A64 background.


White color preview on #465A64 background

This text has white color on #465A64 background.


Related colors

Complementary color

Complementary color for #hex is #B9A59B.


I love getcolorcode.com

Triadic colors

1 #64465A and #5A6446 with #465A64 are triadic colors.

2 #645A46 and #5A4664 with #465A64 are triadic colors.