COLOR #465354

HEX: #465354
RGB: (70,83,84)

Color info

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

RGB color model

#465354 color RGB value is (70,83,84).

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

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 84 of 255 = 33%

70
83
84

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 84 = 237 (100%)
R 70 of 237 ~ 29.54%
G 83 of 237 ~ 35.02%
B 84 of 237 ~ 35.44%

%29.54
%35.02
%35.44

CMYK color model

#465354 color CMYK value is (17,1,0,67).

  • cyan value is 16.67%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(17,1,0,67)
C17M1Y0K67 
(17%,1%,0%,67%)
(0.17/0.01/0.00/0.67)	

CMYK percentages

%16.67
%1.19
%0
%67.06

Codes

Color #465354 in popluar color models

465354
RGB708384
HSL184°9.09%30.20%
HSB/HSV184°16.67%32.94%
CMYK16.67%1.19%0.00%
67.06%

Color #465354 in popluar number systems.

HEX465354
Decimal708384
Binary100011010100111010100
Octal106123124

Shades and tints

Shades of #465354

#465354
(70,83,84)
#404C4D
(64,76,77)
#3A4546
(58,69,70)
#343E3F
(52,62,63)
#2E3738
(46,55,56)
#283031
(40,48,49)
#22292A
(34,41,42)
#1C2223
(28,34,35)
#161B1C
(22,27,28)
#101415
(16,20,21)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #465354

#465354
(70,83,84)
#566263
(86,98,99)
#667172
(102,113,114)
#768081
(118,128,129)
#868F90
(134,143,144)
#969E9F
(150,158,159)
#A6ADAE
(166,173,174)
#B6BCBD
(182,188,189)
#C6CBCC
(198,203,204)
#D6DADB
(214,218,219)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465354; }

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

This text font color is #465354.


Background Color

.myBgColor { background-color: #465354; }

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

This div background color is #465354.


Border color

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

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

This div border color is #465354.


Opacity

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

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

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

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

This text has shadow with #465354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465354 on black background.


Color preview on white background

This text has color #465354 on white background.



Black color preview on #465354 background

This text has black color on #465354 background.


White color preview on #465354 background

This text has white color on #465354 background.