COLOR #465E60

HEX: #465E60 RGB: (70,94,96)

Color info

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

RGB color model

#465E60 color RGB value is (70,94,96).

RGB: (70,94,96) (27%, 37%, 38%)

RGB channels and saturation

R 70 of 255 = 27%
G 94 of 255 = 37%
B 96 of 255 = 38%

70
94
96

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

Portions of RGB colors in percentages

R + G + B = 70 + 94 + 96 = 260 (100%)
R 70 of 260 ~ 26.92%
G 94 of 260 ~ 36.15%
B 96 of 260 ~ 36.92'%

%26.92
%36.15
%36.92

CMYK color model

#465E60 color CMYK value is (27,2,0,62).

  • cyan value is 27.08%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (27,2,0,62)
C27M2Y0K62 (27%, 2%, 0%, 62%)
(0.27 / 0.02 / 0.00 / 0.62)

CMYK percentages

%27.08
%2.08
%0
%62.35

Codes

Color #465E60 in popluar color models

46 5E 60
RGB 70 94 96
HSL 185° 15.66% 32.55%
HSB/HSV 185° 27.08% 37.65%
CMYK 27.08% 2.08% 0.00%
62.35%

Color #465E60 in popluar number systems.

HEX 46 5E 60
Decimal 70 94 96
Binary 1000110 1011110 1100000
Octal 106 136 140

Shades and tints

Shades of #465E60

#465E60
(70,94,96)
#405658
(64,86,88)
#3A4E50
(58,78,80)
#344648
(52,70,72)
#2E3E40
(46,62,64)
#283638
(40,54,56)
#222E30
(34,46,48)
#1C2628
(28,38,40)
#161E20
(22,30,32)
#101618
(16,22,24)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #465E60

#465E60
(70,94,96)
#566C6E
(86,108,110)
#667A7C
(102,122,124)
#76888A
(118,136,138)
#869698
(134,150,152)
#96A4A6
(150,164,166)
#A6B2B4
(166,178,180)
#B6C0C2
(182,192,194)
#C6CED0
(198,206,208)
#D6DCDE
(214,220,222)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465E60 color. Also use rgb(70,94,96) instead hex code.

Text Font Color

.myTextColor { color: #465E60; }

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

This text font color is #465E60.

Background Color

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

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

This div background color is #465E60.

Border color

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

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

This div border color is #465E60.

Opacity

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

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

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

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

This text has shadow with #465E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465E60.

Preview

Color preview on black background

This text has color #465E60 on black background.


Color preview on white background

This text has color #465E60 on white background.


Black color preview on #465E60 background

This text has black color on #465E60 background.


White color preview on #465E60 background

This text has white color on #465E60 background.


Related colors

Complementary color

Complementary color for #hex is #B9A19F.


I love getcolorcode.com

Triadic colors

1 #60465E and #5E6046 with #465E60 are triadic colors.

2 #605E46 and #5E4660 with #465E60 are triadic colors.