COLOR #465654

HEX: #465654
RGB: (70,86,84)

Color info

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

RGB color model

#465654 color RGB value is (70,86,84).

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

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 84 of 255 = 33%

70
86
84

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

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 84 = 240 (100%)
R 70 of 240 ~ 29.17%
G 86 of 240 ~ 35.83%
B 84 of 240 ~ 35%

%29.17
%35.83
%35

CMYK color model

#465654 color CMYK value is (19,0,2,66).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(19,0,2,66)
C19M0Y2K66 
(19%,0%,2%,66%)
(0.19/0.00/0.02/0.66)	

CMYK percentages

%18.6
%0
%2.33
%66.27

Codes

Color #465654 in popluar color models

465654
RGB708684
HSL173°10.26%30.59%
HSB/HSV173°18.60%33.73%
CMYK18.60%0.00%2.33%
66.27%

Color #465654 in popluar number systems.

HEX465654
Decimal708684
Binary100011010101101010100
Octal106126124

Shades and tints

Shades of #465654

#465654
(70,86,84)
#404F4D
(64,79,77)
#3A4846
(58,72,70)
#34413F
(52,65,63)
#2E3A38
(46,58,56)
#283331
(40,51,49)
#222C2A
(34,44,42)
#1C2523
(28,37,35)
#161E1C
(22,30,28)
#101715
(16,23,21)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #465654

#465654
(70,86,84)
#566563
(86,101,99)
#667472
(102,116,114)
#768381
(118,131,129)
#869290
(134,146,144)
#96A19F
(150,161,159)
#A6B0AE
(166,176,174)
#B6BFBD
(182,191,189)
#C6CECC
(198,206,204)
#D6DDDB
(214,221,219)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465654; }

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

This text font color is #465654.


Background Color

.myBgColor { background-color: #465654; }

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

This div background color is #465654.


Border color

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

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

This div border color is #465654.


Opacity

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

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

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

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

This text has shadow with #465654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465654 on black background.


Color preview on white background

This text has color #465654 on white background.



Black color preview on #465654 background

This text has black color on #465654 background.


White color preview on #465654 background

This text has white color on #465654 background.