COLOR #465B5B

HEX: #465B5B
RGB: (70,91,91)

Color info

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

RGB color model

#465B5B color RGB value is (70,91,91).

  • red value is 70;
  • green value is 91;
  • blue value is 91.
RGB:
(70,91,91)
(27%,36%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 91 of 255 = 36%
B 91 of 255 = 36%

70
91
91

R + G + B ~ 33%. #465B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 91 + 91 = 252 (100%)
R 70 of 252 ~ 27.78%
G 91 of 252 ~ 36.11%
B 91 of 252 ~ 36.11%

%27.78
%36.11
%36.11

CMYK color model

#465B5B color CMYK value is (23,0,0,64).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,0,0,64)
C23M0Y0K64 
(23%,0%,0%,64%)
(0.23/0.00/0.00/0.64)	

CMYK percentages

%23.08
%0
%0
%64.31

Codes

Color #465B5B in popluar color models

465B5B
RGB709191
HSL180°13.04%31.57%
HSB/HSV180°23.08%35.69%
CMYK23.08%0.00%0.00%
64.31%

Color #465B5B in popluar number systems.

HEX465B5B
Decimal709191
Binary100011010110111011011
Octal106133133

Shades and tints

Shades of #465B5B

#465B5B
(70,91,91)
#405353
(64,83,83)
#3A4B4B
(58,75,75)
#344343
(52,67,67)
#2E3B3B
(46,59,59)
#283333
(40,51,51)
#222B2B
(34,43,43)
#1C2323
(28,35,35)
#161B1B
(22,27,27)
#101313
(16,19,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #465B5B

#465B5B
(70,91,91)
#566969
(86,105,105)
#667777
(102,119,119)
#768585
(118,133,133)
#869393
(134,147,147)
#96A1A1
(150,161,161)
#A6AFAF
(166,175,175)
#B6BDBD
(182,189,189)
#C6CBCB
(198,203,203)
#D6D9D9
(214,217,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465B5B color. Also use rgb(70,91,91) instead hex code.

Text Font Color

.myTextColor { color: #465B5B; }

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

This text font color is #465B5B.


Background Color

.myBgColor { background-color: #465B5B; }

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

This div background color is #465B5B.


Border color

.myBorderColor { border: 1px solid #465B5B; }

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

This div border color is #465B5B.


Opacity

.myOpacity80 { color: #465B5B; opacity: 0.8; }

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

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

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

This text has shadow with #465B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465B5B on black background.


Color preview on white background

This text has color #465B5B on white background.



Black color preview on #465B5B background

This text has black color on #465B5B background.


White color preview on #465B5B background

This text has white color on #465B5B background.