COLOR #465258

HEX: #465258
RGB: (70,82,88)

Color info

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

RGB color model

#465258 color RGB value is (70,82,88).

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

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 88 of 255 = 35%

70
82
88

R + G + B ~ 31%. #465258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 88 = 240 (100%)
R 70 of 240 ~ 29.17%
G 82 of 240 ~ 34.17%
B 88 of 240 ~ 36.67%

%29.17
%34.17
%36.67

CMYK color model

#465258 color CMYK value is (20,7,0,65).

  • cyan value is 20.45%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(20,7,0,65)
C20M7Y0K65 
(20%,7%,0%,65%)
(0.20/0.07/0.00/0.65)	

CMYK percentages

%20.45
%6.82
%0
%65.49

Codes

Color #465258 in popluar color models

465258
RGB708288
HSL200°11.39%30.98%
HSB/HSV200°20.45%34.51%
CMYK20.45%6.82%0.00%
65.49%

Color #465258 in popluar number systems.

HEX465258
Decimal708288
Binary100011010100101011000
Octal106122130

Shades and tints

Shades of #465258

#465258
(70,82,88)
#404B50
(64,75,80)
#3A4448
(58,68,72)
#343D40
(52,61,64)
#2E3638
(46,54,56)
#282F30
(40,47,48)
#222828
(34,40,40)
#1C2120
(28,33,32)
#161A18
(22,26,24)
#101310
(16,19,16)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #465258

#465258
(70,82,88)
#566167
(86,97,103)
#667076
(102,112,118)
#767F85
(118,127,133)
#868E94
(134,142,148)
#969DA3
(150,157,163)
#A6ACB2
(166,172,178)
#B6BBC1
(182,187,193)
#C6CAD0
(198,202,208)
#D6D9DF
(214,217,223)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465258; }

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

This text font color is #465258.


Background Color

.myBgColor { background-color: #465258; }

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

This div background color is #465258.


Border color

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

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

This div border color is #465258.


Opacity

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

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

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

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

This text has shadow with #465258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465258 on black background.


Color preview on white background

This text has color #465258 on white background.



Black color preview on #465258 background

This text has black color on #465258 background.


White color preview on #465258 background

This text has white color on #465258 background.