COLOR #465059

HEX: #465059
RGB: (70,80,89)

Color info

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

RGB color model

#465059 color RGB value is (70,80,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 89 of 255 = 35%

70
80
89

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

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 89 = 239 (100%)
R 70 of 239 ~ 29.29%
G 80 of 239 ~ 33.47%
B 89 of 239 ~ 37.24%

%29.29
%33.47
%37.24

CMYK color model

#465059 color CMYK value is (21,10,0,65).

  • cyan value is 21.35%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(21,10,0,65)
C21M10Y0K65 
(21%,10%,0%,65%)
(0.21/0.10/0.00/0.65)	

CMYK percentages

%21.35
%10.11
%0
%65.1

Codes

Color #465059 in popluar color models

465059
RGB708089
HSL208°11.95%31.18%
HSB/HSV208°21.35%34.90%
CMYK21.35%10.11%0.00%
65.10%

Color #465059 in popluar number systems.

HEX465059
Decimal708089
Binary100011010100001011001
Octal106120131

Shades and tints

Shades of #465059

#465059
(70,80,89)
#404951
(64,73,81)
#3A4249
(58,66,73)
#343B41
(52,59,65)
#2E3439
(46,52,57)
#282D31
(40,45,49)
#222629
(34,38,41)
#1C1F21
(28,31,33)
#161819
(22,24,25)
#101111
(16,17,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #465059

#465059
(70,80,89)
#565F68
(86,95,104)
#666E77
(102,110,119)
#767D86
(118,125,134)
#868C95
(134,140,149)
#969BA4
(150,155,164)
#A6AAB3
(166,170,179)
#B6B9C2
(182,185,194)
#C6C8D1
(198,200,209)
#D6D7E0
(214,215,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465059; }

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

This text font color is #465059.


Background Color

.myBgColor { background-color: #465059; }

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

This div background color is #465059.


Border color

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

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

This div border color is #465059.


Opacity

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

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

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

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

This text has shadow with #465059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465059 on black background.


Color preview on white background

This text has color #465059 on white background.



Black color preview on #465059 background

This text has black color on #465059 background.


White color preview on #465059 background

This text has white color on #465059 background.