COLOR #465755

HEX: #465755
RGB: (70,87,85)

Color info

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

RGB color model

#465755 color RGB value is (70,87,85).

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

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 85 of 255 = 33%

70
87
85

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

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 85 = 242 (100%)
R 70 of 242 ~ 28.93%
G 87 of 242 ~ 35.95%
B 85 of 242 ~ 35.12%

%28.93
%35.95
%35.12

CMYK color model

#465755 color CMYK value is (20,0,2,66).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(20,0,2,66)
C20M0Y2K66 
(20%,0%,2%,66%)
(0.20/0.00/0.02/0.66)	

CMYK percentages

%19.54
%0
%2.3
%65.88

Codes

Color #465755 in popluar color models

465755
RGB708785
HSL173°10.83%30.78%
HSB/HSV173°19.54%34.12%
CMYK19.54%0.00%2.30%
65.88%

Color #465755 in popluar number systems.

HEX465755
Decimal708785
Binary100011010101111010101
Octal106127125

Shades and tints

Shades of #465755

#465755
(70,87,85)
#40504E
(64,80,78)
#3A4947
(58,73,71)
#344240
(52,66,64)
#2E3B39
(46,59,57)
#283432
(40,52,50)
#222D2B
(34,45,43)
#1C2624
(28,38,36)
#161F1D
(22,31,29)
#101816
(16,24,22)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #465755

#465755
(70,87,85)
#566664
(86,102,100)
#667573
(102,117,115)
#768482
(118,132,130)
#869391
(134,147,145)
#96A2A0
(150,162,160)
#A6B1AF
(166,177,175)
#B6C0BE
(182,192,190)
#C6CFCD
(198,207,205)
#D6DEDC
(214,222,220)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465755; }

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

This text font color is #465755.


Background Color

.myBgColor { background-color: #465755; }

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

This div background color is #465755.


Border color

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

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

This div border color is #465755.


Opacity

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

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

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

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

This text has shadow with #465755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465755 on black background.


Color preview on white background

This text has color #465755 on white background.



Black color preview on #465755 background

This text has black color on #465755 background.


White color preview on #465755 background

This text has white color on #465755 background.