COLOR #465140

HEX: #465140
RGB: (70,81,64)

Color info

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

RGB color model

#465140 color RGB value is (70,81,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 64 of 255 = 25%

70
81
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 64 = 215 (100%)
R 70 of 215 ~ 32.56%
G 81 of 215 ~ 37.67%
B 64 of 215 ~ 29.77%

%32.56
%37.67
%29.77

CMYK color model

#465140 color CMYK value is (14,0,21,68).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(14,0,21,68)
C14M0Y21K68 
(14%,0%,21%,68%)
(0.14/0.00/0.21/0.68)	

CMYK percentages

%13.58
%0
%20.99
%68.24

Codes

Color #465140 in popluar color models

465140
RGB708164
HSL99°11.72%28.43%
HSB/HSV99°20.99%31.76%
CMYK13.58%0.00%20.99%
68.24%

Color #465140 in popluar number systems.

HEX465140
Decimal708164
Binary100011010100011000000
Octal106121100

Shades and tints

Shades of #465140

#465140
(70,81,64)
#404A3B
(64,74,59)
#3A4336
(58,67,54)
#343C31
(52,60,49)
#2E352C
(46,53,44)
#282E27
(40,46,39)
#222722
(34,39,34)
#1C201D
(28,32,29)
#161918
(22,25,24)
#101213
(16,18,19)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #465140

#465140
(70,81,64)
#566051
(86,96,81)
#666F62
(102,111,98)
#767E73
(118,126,115)
#868D84
(134,141,132)
#969C95
(150,156,149)
#A6ABA6
(166,171,166)
#B6BAB7
(182,186,183)
#C6C9C8
(198,201,200)
#D6D8D9
(214,216,217)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465140; }

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

This text font color is #465140.


Background Color

.myBgColor { background-color: #465140; }

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

This div background color is #465140.


Border color

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

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

This div border color is #465140.


Opacity

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

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

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

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

This text has shadow with #465140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465140 on black background.


Color preview on white background

This text has color #465140 on white background.



Black color preview on #465140 background

This text has black color on #465140 background.


White color preview on #465140 background

This text has white color on #465140 background.