COLOR #465445

HEX: #465445
RGB: (70,84,69)

Color info

#465445 contains red, green and blue colors in about the same proportion. Web safe color of #465445 is #336633 (or #363).

RGB color model

#465445 color RGB value is (70,84,69).

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

RGB channels and saturation

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

70
84
69

R + G + B ~ 29%. #465445 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 69 = 223 (100%)
R 70 of 223 ~ 31.39%
G 84 of 223 ~ 37.67%
B 69 of 223 ~ 30.94%

%31.39
%37.67
%30.94

CMYK color model

#465445 color CMYK value is (17,0,18,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 67.06%
CMYK:
(17,0,18,67)
C17M0Y18K67 
(17%,0%,18%,67%)
(0.17/0.00/0.18/0.67)	

CMYK percentages

%16.67
%0
%17.86
%67.06

Codes

Color #465445 in popluar color models

465445
RGB708469
HSL116°9.80%30.00%
HSB/HSV116°17.86%32.94%
CMYK16.67%0.00%17.86%
67.06%

Color #465445 in popluar number systems.

HEX465445
Decimal708469
Binary100011010101001000101
Octal106124105

Shades and tints

Shades of #465445

#465445
(70,84,69)
#404D3F
(64,77,63)
#3A4639
(58,70,57)
#343F33
(52,63,51)
#2E382D
(46,56,45)
#283127
(40,49,39)
#222A21
(34,42,33)
#1C231B
(28,35,27)
#161C15
(22,28,21)
#10150F
(16,21,15)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #465445

#465445
(70,84,69)
#566355
(86,99,85)
#667265
(102,114,101)
#768175
(118,129,117)
#869085
(134,144,133)
#969F95
(150,159,149)
#A6AEA5
(166,174,165)
#B6BDB5
(182,189,181)
#C6CCC5
(198,204,197)
#D6DBD5
(214,219,213)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465445; }

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

This text font color is #465445.


Background Color

.myBgColor { background-color: #465445; }

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

This div background color is #465445.


Border color

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

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

This div border color is #465445.


Opacity

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

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

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

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

This text has shadow with #465445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465445 on black background.


Color preview on white background

This text has color #465445 on white background.



Black color preview on #465445 background

This text has black color on #465445 background.


White color preview on #465445 background

This text has white color on #465445 background.