COLOR #465855

HEX: #465855
RGB: (70,88,85)

Color info

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

RGB color model

#465855 color RGB value is (70,88,85).

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

RGB channels and saturation

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

70
88
85

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

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 85 = 243 (100%)
R 70 of 243 ~ 28.81%
G 88 of 243 ~ 36.21%
B 85 of 243 ~ 34.98%

%28.81
%36.21
%34.98

CMYK color model

#465855 color CMYK value is (20,0,3,65).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(20,0,3,65)
C20M0Y3K65 
(20%,0%,3%,65%)
(0.20/0.00/0.03/0.65)	

CMYK percentages

%20.45
%0
%3.41
%65.49

Codes

Color #465855 in popluar color models

465855
RGB708885
HSL170°11.39%30.98%
HSB/HSV170°20.45%34.51%
CMYK20.45%0.00%3.41%
65.49%

Color #465855 in popluar number systems.

HEX465855
Decimal708885
Binary100011010110001010101
Octal106130125

Shades and tints

Shades of #465855

#465855
(70,88,85)
#40504E
(64,80,78)
#3A4847
(58,72,71)
#344040
(52,64,64)
#2E3839
(46,56,57)
#283032
(40,48,50)
#22282B
(34,40,43)
#1C2024
(28,32,36)
#16181D
(22,24,29)
#101016
(16,16,22)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #465855

#465855
(70,88,85)
#566764
(86,103,100)
#667673
(102,118,115)
#768582
(118,133,130)
#869491
(134,148,145)
#96A3A0
(150,163,160)
#A6B2AF
(166,178,175)
#B6C1BE
(182,193,190)
#C6D0CD
(198,208,205)
#D6DFDC
(214,223,220)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465855; }

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

This text font color is #465855.


Background Color

.myBgColor { background-color: #465855; }

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

This div background color is #465855.


Border color

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

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

This div border color is #465855.


Opacity

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

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

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

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

This text has shadow with #465855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465855 on black background.


Color preview on white background

This text has color #465855 on white background.



Black color preview on #465855 background

This text has black color on #465855 background.


White color preview on #465855 background

This text has white color on #465855 background.