COLOR #465559

HEX: #465559
RGB: (70,85,89)

Color info

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

RGB color model

#465559 color RGB value is (70,85,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 89 of 255 = 35%

70
85
89

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 89 = 244 (100%)
R 70 of 244 ~ 28.69%
G 85 of 244 ~ 34.84%
B 89 of 244 ~ 36.48%

%28.69
%34.84
%36.48

CMYK color model

#465559 color CMYK value is (21,4,0,65).

  • cyan value is 21.35%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(21,4,0,65)
C21M4Y0K65 
(21%,4%,0%,65%)
(0.21/0.04/0.00/0.65)	

CMYK percentages

%21.35
%4.49
%0
%65.1

Codes

Color #465559 in popluar color models

465559
RGB708589
HSL193°11.95%31.18%
HSB/HSV193°21.35%34.90%
CMYK21.35%4.49%0.00%
65.10%

Color #465559 in popluar number systems.

HEX465559
Decimal708589
Binary100011010101011011001
Octal106125131

Shades and tints

Shades of #465559

#465559
(70,85,89)
#404E51
(64,78,81)
#3A4749
(58,71,73)
#344041
(52,64,65)
#2E3939
(46,57,57)
#283231
(40,50,49)
#222B29
(34,43,41)
#1C2421
(28,36,33)
#161D19
(22,29,25)
#101611
(16,22,17)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #465559

#465559
(70,85,89)
#566468
(86,100,104)
#667377
(102,115,119)
#768286
(118,130,134)
#869195
(134,145,149)
#96A0A4
(150,160,164)
#A6AFB3
(166,175,179)
#B6BEC2
(182,190,194)
#C6CDD1
(198,205,209)
#D6DCE0
(214,220,224)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465559; }

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

This text font color is #465559.


Background Color

.myBgColor { background-color: #465559; }

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

This div background color is #465559.


Border color

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

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

This div border color is #465559.


Opacity

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

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

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

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

This text has shadow with #465559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465559 on black background.


Color preview on white background

This text has color #465559 on white background.



Black color preview on #465559 background

This text has black color on #465559 background.


White color preview on #465559 background

This text has white color on #465559 background.