COLOR #465259

HEX: #465259
RGB: (70,82,89)

Color info

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

RGB color model

#465259 color RGB value is (70,82,89).

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

RGB channels and saturation

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

70
82
89

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

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 89 = 241 (100%)
R 70 of 241 ~ 29.05%
G 82 of 241 ~ 34.02%
B 89 of 241 ~ 36.93%

%29.05
%34.02
%36.93

CMYK color model

#465259 color CMYK value is (21,8,0,65).

  • cyan value is 21.35%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(21,8,0,65)
C21M8Y0K65 
(21%,8%,0%,65%)
(0.21/0.08/0.00/0.65)	

CMYK percentages

%21.35
%7.87
%0
%65.1

Codes

Color #465259 in popluar color models

465259
RGB708289
HSL202°11.95%31.18%
HSB/HSV202°21.35%34.90%
CMYK21.35%7.87%0.00%
65.10%

Color #465259 in popluar number systems.

HEX465259
Decimal708289
Binary100011010100101011001
Octal106122131

Shades and tints

Shades of #465259

#465259
(70,82,89)
#404B51
(64,75,81)
#3A4449
(58,68,73)
#343D41
(52,61,65)
#2E3639
(46,54,57)
#282F31
(40,47,49)
#222829
(34,40,41)
#1C2121
(28,33,33)
#161A19
(22,26,25)
#101311
(16,19,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #465259

#465259
(70,82,89)
#566168
(86,97,104)
#667077
(102,112,119)
#767F86
(118,127,134)
#868E95
(134,142,149)
#969DA4
(150,157,164)
#A6ACB3
(166,172,179)
#B6BBC2
(182,187,194)
#C6CAD1
(198,202,209)
#D6D9E0
(214,217,224)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465259; }

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

This text font color is #465259.


Background Color

.myBgColor { background-color: #465259; }

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

This div background color is #465259.


Border color

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

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

This div border color is #465259.


Opacity

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

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

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

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

This text has shadow with #465259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465259 on black background.


Color preview on white background

This text has color #465259 on white background.



Black color preview on #465259 background

This text has black color on #465259 background.


White color preview on #465259 background

This text has white color on #465259 background.