COLOR #465040

HEX: #465040
RGB: (70,80,64)

Color info

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

RGB color model

#465040 color RGB value is (70,80,64).

  • red value is 70;
  • green value is 80;
  • blue value is 64.
RGB:
(70,80,64)
(27%,31%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 64 of 255 = 25%

70
80
64

R + G + B ~ 28%. #465040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 64 = 214 (100%)
R 70 of 214 ~ 32.71%
G 80 of 214 ~ 37.38%
B 64 of 214 ~ 29.91%

%32.71
%37.38
%29.91

CMYK color model

#465040 color CMYK value is (13,0,20,69).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(13,0,20,69)
C13M0Y20K69 
(13%,0%,20%,69%)
(0.13/0.00/0.20/0.69)	

CMYK percentages

%12.5
%0
%20
%68.63

Codes

Color #465040 in popluar color models

465040
RGB708064
HSL98°11.11%28.24%
HSB/HSV98°20.00%31.37%
CMYK12.50%0.00%20.00%
68.63%

Color #465040 in popluar number systems.

HEX465040
Decimal708064
Binary100011010100001000000
Octal106120100

Shades and tints

Shades of #465040

#465040
(70,80,64)
#40493B
(64,73,59)
#3A4236
(58,66,54)
#343B31
(52,59,49)
#2E342C
(46,52,44)
#282D27
(40,45,39)
#222622
(34,38,34)
#1C1F1D
(28,31,29)
#161818
(22,24,24)
#101113
(16,17,19)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #465040

#465040
(70,80,64)
#565F51
(86,95,81)
#666E62
(102,110,98)
#767D73
(118,125,115)
#868C84
(134,140,132)
#969B95
(150,155,149)
#A6AAA6
(166,170,166)
#B6B9B7
(182,185,183)
#C6C8C8
(198,200,200)
#D6D7D9
(214,215,217)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465040 color. Also use rgb(70,80,64) instead hex code.

Text Font Color

.myTextColor { color: #465040; }

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

This text font color is #465040.


Background Color

.myBgColor { background-color: #465040; }

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

This div background color is #465040.


Border color

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

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

This div border color is #465040.


Opacity

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

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

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

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

This text has shadow with #465040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465040 on black background.


Color preview on white background

This text has color #465040 on white background.



Black color preview on #465040 background

This text has black color on #465040 background.


White color preview on #465040 background

This text has white color on #465040 background.