COLOR #465455

HEX: #465455
RGB: (70,84,85)

Color info

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

RGB color model

#465455 color RGB value is (70,84,85).

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

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 85 of 255 = 33%

70
84
85

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

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 85 = 239 (100%)
R 70 of 239 ~ 29.29%
G 84 of 239 ~ 35.15%
B 85 of 239 ~ 35.56%

%29.29
%35.15
%35.56

CMYK color model

#465455 color CMYK value is (18,1,0,67).

  • cyan value is 17.65%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(18,1,0,67)
C18M1Y0K67 
(18%,1%,0%,67%)
(0.18/0.01/0.00/0.67)	

CMYK percentages

%17.65
%1.18
%0
%66.67

Codes

Color #465455 in popluar color models

465455
RGB708485
HSL184°9.68%30.39%
HSB/HSV184°17.65%33.33%
CMYK17.65%1.18%0.00%
66.67%

Color #465455 in popluar number systems.

HEX465455
Decimal708485
Binary100011010101001010101
Octal106124125

Shades and tints

Shades of #465455

#465455
(70,84,85)
#404D4E
(64,77,78)
#3A4647
(58,70,71)
#343F40
(52,63,64)
#2E3839
(46,56,57)
#283132
(40,49,50)
#222A2B
(34,42,43)
#1C2324
(28,35,36)
#161C1D
(22,28,29)
#101516
(16,21,22)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #465455

#465455
(70,84,85)
#566364
(86,99,100)
#667273
(102,114,115)
#768182
(118,129,130)
#869091
(134,144,145)
#969FA0
(150,159,160)
#A6AEAF
(166,174,175)
#B6BDBE
(182,189,190)
#C6CCCD
(198,204,205)
#D6DBDC
(214,219,220)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465455; }

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

This text font color is #465455.


Background Color

.myBgColor { background-color: #465455; }

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

This div background color is #465455.


Border color

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

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

This div border color is #465455.


Opacity

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

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

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

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

This text has shadow with #465455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465455 on black background.


Color preview on white background

This text has color #465455 on white background.



Black color preview on #465455 background

This text has black color on #465455 background.


White color preview on #465455 background

This text has white color on #465455 background.