COLOR #465F66

HEX: #465F66
RGB: (70,95,102)

Color info

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

RGB color model

#465F66 color RGB value is (70,95,102).

  • red value is 70;
  • green value is 95;
  • blue value is 102.
RGB:
(70,95,102)
(27%,37%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 102 of 255 = 40%

70
95
102

R + G + B ~ 35%. #465F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 102 = 267 (100%)
R 70 of 267 ~ 26.22%
G 95 of 267 ~ 35.58%
B 102 of 267 ~ 38.2%

%26.22
%35.58
%38.2

CMYK color model

#465F66 color CMYK value is (31,7,0,60).

  • cyan value is 31.37%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,7,0,60)
C31M7Y0K60 
(31%,7%,0%,60%)
(0.31/0.07/0.00/0.60)	

CMYK percentages

%31.37
%6.86
%0
%60

Codes

Color #465F66 in popluar color models

465F66
RGB7095102
HSL193°18.60%33.73%
HSB/HSV193°31.37%40.00%
CMYK31.37%6.86%0.00%
60.00%

Color #465F66 in popluar number systems.

HEX465F66
Decimal7095102
Binary100011010111111100110
Octal106137146

Shades and tints

Shades of #465F66

#465F66
(70,95,102)
#40575D
(64,87,93)
#3A4F54
(58,79,84)
#34474B
(52,71,75)
#2E3F42
(46,63,66)
#283739
(40,55,57)
#222F30
(34,47,48)
#1C2727
(28,39,39)
#161F1E
(22,31,30)
#101715
(16,23,21)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #465F66

#465F66
(70,95,102)
#566D73
(86,109,115)
#667B80
(102,123,128)
#76898D
(118,137,141)
#86979A
(134,151,154)
#96A5A7
(150,165,167)
#A6B3B4
(166,179,180)
#B6C1C1
(182,193,193)
#C6CFCE
(198,207,206)
#D6DDDB
(214,221,219)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465F66; }

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

This text font color is #465F66.


Background Color

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

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

This div background color is #465F66.


Border color

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

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

This div border color is #465F66.


Opacity

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

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

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

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

This text has shadow with #465F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F66 on black background.


Color preview on white background

This text has color #465F66 on white background.



Black color preview on #465F66 background

This text has black color on #465F66 background.


White color preview on #465F66 background

This text has white color on #465F66 background.