COLOR #465A5F

HEX: #465A5F RGB: (70,90,95)

Color info

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

RGB color model

#465A5F color RGB value is (70,90,95).

RGB: (70,90,95) (27%, 35%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 95 of 255 = 37%

70
90
95

R + G + B ~ 33%. #465A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 95 = 255 (100%)
R 70 of 255 ~ 27.45%
G 90 of 255 ~ 35.29%
B 95 of 255 ~ 37.25'%

%27.45
%35.29
%37.25

CMYK color model

#465A5F color CMYK value is (26,5,0,63).

  • cyan value is 26.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (26,5,0,63)
C26M5Y0K63 (26%, 5%, 0%, 63%)
(0.26 / 0.05 / 0.00 / 0.63)

CMYK percentages

%26.32
%5.26
%0
%62.75

Codes

Color #465A5F in popluar color models

46 5A 5F
RGB 70 90 95
HSL 192° 15.15% 32.35%
HSB/HSV 192° 26.32% 37.25%
CMYK 26.32% 5.26% 0.00%
62.75%

Color #465A5F in popluar number systems.

HEX 46 5A 5F
Decimal 70 90 95
Binary 1000110 1011010 1011111
Octal 106 132 137

Shades and tints

Shades of #465A5F

#465A5F
(70,90,95)
#405257
(64,82,87)
#3A4A4F
(58,74,79)
#344247
(52,66,71)
#2E3A3F
(46,58,63)
#283237
(40,50,55)
#222A2F
(34,42,47)
#1C2227
(28,34,39)
#161A1F
(22,26,31)
#101217
(16,18,23)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #465A5F

#465A5F
(70,90,95)
#56696D
(86,105,109)
#66787B
(102,120,123)
#768789
(118,135,137)
#869697
(134,150,151)
#96A5A5
(150,165,165)
#A6B4B3
(166,180,179)
#B6C3C1
(182,195,193)
#C6D2CF
(198,210,207)
#D6E1DD
(214,225,221)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A5F; }

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

This text font color is #465A5F.

Background Color

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

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

This div background color is #465A5F.

Border color

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

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

This div border color is #465A5F.

Opacity

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

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

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

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

This text has shadow with #465A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465A5F.

Preview

Color preview on black background

This text has color #465A5F on black background.


Color preview on white background

This text has color #465A5F on white background.


Black color preview on #465A5F background

This text has black color on #465A5F background.


White color preview on #465A5F background

This text has white color on #465A5F background.


Related colors

Complementary color

Complementary color for #hex is #B9A5A0.


I love getcolorcode.com

Triadic colors

1 #5F465A and #5A5F46 with #465A5F are triadic colors.

2 #5F5A46 and #5A465F with #465A5F are triadic colors.