COLOR #465458

HEX: #465458
RGB: (70,84,88)

Color info

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

RGB color model

#465458 color RGB value is (70,84,88).

  • red value is 70;
  • green value is 84;
  • blue value is 88.
RGB:
(70,84,88)
(27%,33%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 88 of 255 = 35%

70
84
88

R + G + B ~ 32%. #465458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 88 = 242 (100%)
R 70 of 242 ~ 28.93%
G 84 of 242 ~ 34.71%
B 88 of 242 ~ 36.36%

%28.93
%34.71
%36.36

CMYK color model

#465458 color CMYK value is (20,5,0,65).

  • cyan value is 20.45%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(20,5,0,65)
C20M5Y0K65 
(20%,5%,0%,65%)
(0.20/0.05/0.00/0.65)	

CMYK percentages

%20.45
%4.55
%0
%65.49

Codes

Color #465458 in popluar color models

465458
RGB708488
HSL193°11.39%30.98%
HSB/HSV193°20.45%34.51%
CMYK20.45%4.55%0.00%
65.49%

Color #465458 in popluar number systems.

HEX465458
Decimal708488
Binary100011010101001011000
Octal106124130

Shades and tints

Shades of #465458

#465458
(70,84,88)
#404D50
(64,77,80)
#3A4648
(58,70,72)
#343F40
(52,63,64)
#2E3838
(46,56,56)
#283130
(40,49,48)
#222A28
(34,42,40)
#1C2320
(28,35,32)
#161C18
(22,28,24)
#101510
(16,21,16)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #465458

#465458
(70,84,88)
#566367
(86,99,103)
#667276
(102,114,118)
#768185
(118,129,133)
#869094
(134,144,148)
#969FA3
(150,159,163)
#A6AEB2
(166,174,178)
#B6BDC1
(182,189,193)
#C6CCD0
(198,204,208)
#D6DBDF
(214,219,223)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465458 color. Also use rgb(70,84,88) instead hex code.

Text Font Color

.myTextColor { color: #465458; }

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

This text font color is #465458.


Background Color

.myBgColor { background-color: #465458; }

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

This div background color is #465458.


Border color

.myBorderColor { border: 1px solid #465458; }

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

This div border color is #465458.


Opacity

.myOpacity80 { color: #465458; opacity: 0.8; }

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

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

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

This text has shadow with #465458 color.

.textShadow {text-shadow: 3px 3px 1px #465458, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #465458;
-webkit-box-shadow: 1px 1px 3px 2px #465458;
box-shadow:1px 1px 3px 2px #465458;">
Div content here</div>
This div box has shadow with color #465458.

Preview

Color preview on black background

This text has color #465458 on black background.


Color preview on white background

This text has color #465458 on white background.



Black color preview on #465458 background

This text has black color on #465458 background.


White color preview on #465458 background

This text has white color on #465458 background.