COLOR #465155

HEX: #465155
RGB: (70,81,85)

Color info

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

RGB color model

#465155 color RGB value is (70,81,85).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 85 of 255 = 33%

70
81
85

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

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 85 = 236 (100%)
R 70 of 236 ~ 29.66%
G 81 of 236 ~ 34.32%
B 85 of 236 ~ 36.02%

%29.66
%34.32
%36.02

CMYK color model

#465155 color CMYK value is (18,5,0,67).

  • cyan value is 17.65%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(18,5,0,67)
C18M5Y0K67 
(18%,5%,0%,67%)
(0.18/0.05/0.00/0.67)	

CMYK percentages

%17.65
%4.71
%0
%66.67

Codes

Color #465155 in popluar color models

465155
RGB708185
HSL196°9.68%30.39%
HSB/HSV196°17.65%33.33%
CMYK17.65%4.71%0.00%
66.67%

Color #465155 in popluar number systems.

HEX465155
Decimal708185
Binary100011010100011010101
Octal106121125

Shades and tints

Shades of #465155

#465155
(70,81,85)
#404A4E
(64,74,78)
#3A4347
(58,67,71)
#343C40
(52,60,64)
#2E3539
(46,53,57)
#282E32
(40,46,50)
#22272B
(34,39,43)
#1C2024
(28,32,36)
#16191D
(22,25,29)
#101216
(16,18,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #465155

#465155
(70,81,85)
#566064
(86,96,100)
#666F73
(102,111,115)
#767E82
(118,126,130)
#868D91
(134,141,145)
#969CA0
(150,156,160)
#A6ABAF
(166,171,175)
#B6BABE
(182,186,190)
#C6C9CD
(198,201,205)
#D6D8DC
(214,216,220)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465155; }

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

This text font color is #465155.


Background Color

.myBgColor { background-color: #465155; }

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

This div background color is #465155.


Border color

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

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

This div border color is #465155.


Opacity

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

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

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

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

This text has shadow with #465155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465155 on black background.


Color preview on white background

This text has color #465155 on white background.



Black color preview on #465155 background

This text has black color on #465155 background.


White color preview on #465155 background

This text has white color on #465155 background.