COLOR #465F70

HEX: #465F70
RGB: (70,95,112)

Color info

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

RGB color model

#465F70 color RGB value is (70,95,112).

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

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 112 of 255 = 44%

70
95
112

R + G + B ~ 36%. #465F70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 112 = 277 (100%)
R 70 of 277 ~ 25.27%
G 95 of 277 ~ 34.3%
B 112 of 277 ~ 40.43%

%25.27
%34.3
%40.43

CMYK color model

#465F70 color CMYK value is (38,15,0,56).

  • cyan value is 37.50%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,15,0,56)
C38M15Y0K56 
(38%,15%,0%,56%)
(0.38/0.15/0.00/0.56)	

CMYK percentages

%37.5
%15.18
%0
%56.08

Codes

Color #465F70 in popluar color models

465F70
RGB7095112
HSL204°23.08%35.69%
HSB/HSV204°37.50%43.92%
CMYK37.50%15.18%0.00%
56.08%

Color #465F70 in popluar number systems.

HEX465F70
Decimal7095112
Binary100011010111111110000
Octal106137160

Shades and tints

Shades of #465F70

#465F70
(70,95,112)
#405766
(64,87,102)
#3A4F5C
(58,79,92)
#344752
(52,71,82)
#2E3F48
(46,63,72)
#28373E
(40,55,62)
#222F34
(34,47,52)
#1C272A
(28,39,42)
#161F20
(22,31,32)
#101716
(16,23,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #465F70

#465F70
(70,95,112)
#566D7D
(86,109,125)
#667B8A
(102,123,138)
#768997
(118,137,151)
#8697A4
(134,151,164)
#96A5B1
(150,165,177)
#A6B3BE
(166,179,190)
#B6C1CB
(182,193,203)
#C6CFD8
(198,207,216)
#D6DDE5
(214,221,229)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465F70; }

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

This text font color is #465F70.


Background Color

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

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

This div background color is #465F70.


Border color

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

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

This div border color is #465F70.


Opacity

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

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

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

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

This text has shadow with #465F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F70 on black background.


Color preview on white background

This text has color #465F70 on white background.



Black color preview on #465F70 background

This text has black color on #465F70 background.


White color preview on #465F70 background

This text has white color on #465F70 background.