COLOR #465451

HEX: #465451
RGB: (70,84,81)

Color info

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

RGB color model

#465451 color RGB value is (70,84,81).

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

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 81 of 255 = 32%

70
84
81

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

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 81 = 235 (100%)
R 70 of 235 ~ 29.79%
G 84 of 235 ~ 35.74%
B 81 of 235 ~ 34.47%

%29.79
%35.74
%34.47

CMYK color model

#465451 color CMYK value is (17,0,4,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 67.06%
CMYK:
(17,0,4,67)
C17M0Y4K67 
(17%,0%,4%,67%)
(0.17/0.00/0.04/0.67)	

CMYK percentages

%16.67
%0
%3.57
%67.06

Codes

Color #465451 in popluar color models

465451
RGB708481
HSL167°9.09%30.20%
HSB/HSV167°16.67%32.94%
CMYK16.67%0.00%3.57%
67.06%

Color #465451 in popluar number systems.

HEX465451
Decimal708481
Binary100011010101001010001
Octal106124121

Shades and tints

Shades of #465451

#465451
(70,84,81)
#404D4A
(64,77,74)
#3A4643
(58,70,67)
#343F3C
(52,63,60)
#2E3835
(46,56,53)
#28312E
(40,49,46)
#222A27
(34,42,39)
#1C2320
(28,35,32)
#161C19
(22,28,25)
#101512
(16,21,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #465451

#465451
(70,84,81)
#566360
(86,99,96)
#66726F
(102,114,111)
#76817E
(118,129,126)
#86908D
(134,144,141)
#969F9C
(150,159,156)
#A6AEAB
(166,174,171)
#B6BDBA
(182,189,186)
#C6CCC9
(198,204,201)
#D6DBD8
(214,219,216)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465451; }

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

This text font color is #465451.


Background Color

.myBgColor { background-color: #465451; }

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

This div background color is #465451.


Border color

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

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

This div border color is #465451.


Opacity

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

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

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

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

This text has shadow with #465451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465451 on black background.


Color preview on white background

This text has color #465451 on white background.



Black color preview on #465451 background

This text has black color on #465451 background.


White color preview on #465451 background

This text has white color on #465451 background.