COLOR #465E5F

HEX: #465E5F RGB: (70,94,95)

Color info

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

RGB color model

#465E5F color RGB value is (70,94,95).

RGB: (70,94,95) (27%, 37%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 94 of 255 = 37%
B 95 of 255 = 37%

70
94
95

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

Portions of RGB colors in percentages

R + G + B = 70 + 94 + 95 = 259 (100%)
R 70 of 259 ~ 27.03%
G 94 of 259 ~ 36.29%
B 95 of 259 ~ 36.68'%

%27.03
%36.29
%36.68

CMYK color model

#465E5F color CMYK value is (26,1,0,63).

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

CMYK: (26,1,0,63)
C26M1Y0K63 (26%, 1%, 0%, 63%)
(0.26 / 0.01 / 0.00 / 0.63)

CMYK percentages

%26.32
%1.05
%0
%62.75

Codes

Color #465E5F in popluar color models

46 5E 5F
RGB 70 94 95
HSL 182° 15.15% 32.35%
HSB/HSV 182° 26.32% 37.25%
CMYK 26.32% 1.05% 0.00%
62.75%

Color #465E5F in popluar number systems.

HEX 46 5E 5F
Decimal 70 94 95
Binary 1000110 1011110 1011111
Octal 106 136 137

Shades and tints

Shades of #465E5F

#465E5F
(70,94,95)
#405657
(64,86,87)
#3A4E4F
(58,78,79)
#344647
(52,70,71)
#2E3E3F
(46,62,63)
#283637
(40,54,55)
#222E2F
(34,46,47)
#1C2627
(28,38,39)
#161E1F
(22,30,31)
#101617
(16,22,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #465E5F

#465E5F
(70,94,95)
#566C6D
(86,108,109)
#667A7B
(102,122,123)
#768889
(118,136,137)
#869697
(134,150,151)
#96A4A5
(150,164,165)
#A6B2B3
(166,178,179)
#B6C0C1
(182,192,193)
#C6CECF
(198,206,207)
#D6DCDD
(214,220,221)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465E5F; }

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

This text font color is #465E5F.

Background Color

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

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

This div background color is #465E5F.

Border color

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

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

This div border color is #465E5F.

Opacity

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

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

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

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

This text has shadow with #465E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465E5F.

Preview

Color preview on black background

This text has color #465E5F on black background.


Color preview on white background

This text has color #465E5F on white background.


Black color preview on #465E5F background

This text has black color on #465E5F background.


White color preview on #465E5F background

This text has white color on #465E5F background.


Related colors

Complementary color

Complementary color for #hex is #B9A1A0.


I love getcolorcode.com

Triadic colors

1 #5F465E and #5E5F46 with #465E5F are triadic colors.

2 #5F5E46 and #5E465F with #465E5F are triadic colors.