COLOR #465A54

HEX: #465A54
RGB: (70,90,84)

Color info

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

RGB color model

#465A54 color RGB value is (70,90,84).

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

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 84 of 255 = 33%

70
90
84

R + G + B ~ 32%. #465A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 84 = 244 (100%)
R 70 of 244 ~ 28.69%
G 90 of 244 ~ 36.89%
B 84 of 244 ~ 34.43%

%28.69
%36.89
%34.43

CMYK color model

#465A54 color CMYK value is (22,0,7,65).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(22,0,7,65)
C22M0Y7K65 
(22%,0%,7%,65%)
(0.22/0.00/0.07/0.65)	

CMYK percentages

%22.22
%0
%6.67
%64.71

Codes

Color #465A54 in popluar color models

465A54
RGB709084
HSL162°12.50%31.37%
HSB/HSV162°22.22%35.29%
CMYK22.22%0.00%6.67%
64.71%

Color #465A54 in popluar number systems.

HEX465A54
Decimal709084
Binary100011010110101010100
Octal106132124

Shades and tints

Shades of #465A54

#465A54
(70,90,84)
#40524D
(64,82,77)
#3A4A46
(58,74,70)
#34423F
(52,66,63)
#2E3A38
(46,58,56)
#283231
(40,50,49)
#222A2A
(34,42,42)
#1C2223
(28,34,35)
#161A1C
(22,26,28)
#101215
(16,18,21)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #465A54

#465A54
(70,90,84)
#566963
(86,105,99)
#667872
(102,120,114)
#768781
(118,135,129)
#869690
(134,150,144)
#96A59F
(150,165,159)
#A6B4AE
(166,180,174)
#B6C3BD
(182,195,189)
#C6D2CC
(198,210,204)
#D6E1DB
(214,225,219)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A54; }

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

This text font color is #465A54.


Background Color

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

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

This div background color is #465A54.


Border color

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

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

This div border color is #465A54.


Opacity

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

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

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

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

This text has shadow with #465A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A54 on black background.


Color preview on white background

This text has color #465A54 on white background.



Black color preview on #465A54 background

This text has black color on #465A54 background.


White color preview on #465A54 background

This text has white color on #465A54 background.