COLOR #465740

HEX: #465740
RGB: (70,87,64)

Color info

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

RGB color model

#465740 color RGB value is (70,87,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 64 of 255 = 25%

70
87
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 64 = 221 (100%)
R 70 of 221 ~ 31.67%
G 87 of 221 ~ 39.37%
B 64 of 221 ~ 28.96%

%31.67
%39.37
%28.96

CMYK color model

#465740 color CMYK value is (20,0,26,66).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(20,0,26,66)
C20M0Y26K66 
(20%,0%,26%,66%)
(0.20/0.00/0.26/0.66)	

CMYK percentages

%19.54
%0
%26.44
%65.88

Codes

Color #465740 in popluar color models

465740
RGB708764
HSL104°15.23%29.61%
HSB/HSV104°26.44%34.12%
CMYK19.54%0.00%26.44%
65.88%

Color #465740 in popluar number systems.

HEX465740
Decimal708764
Binary100011010101111000000
Octal106127100

Shades and tints

Shades of #465740

#465740
(70,87,64)
#40503B
(64,80,59)
#3A4936
(58,73,54)
#344231
(52,66,49)
#2E3B2C
(46,59,44)
#283427
(40,52,39)
#222D22
(34,45,34)
#1C261D
(28,38,29)
#161F18
(22,31,24)
#101813
(16,24,19)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #465740

#465740
(70,87,64)
#566651
(86,102,81)
#667562
(102,117,98)
#768473
(118,132,115)
#869384
(134,147,132)
#96A295
(150,162,149)
#A6B1A6
(166,177,166)
#B6C0B7
(182,192,183)
#C6CFC8
(198,207,200)
#D6DED9
(214,222,217)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465740; }

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

This text font color is #465740.


Background Color

.myBgColor { background-color: #465740; }

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

This div background color is #465740.


Border color

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

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

This div border color is #465740.


Opacity

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

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

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

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

This text has shadow with #465740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465740 on black background.


Color preview on white background

This text has color #465740 on white background.



Black color preview on #465740 background

This text has black color on #465740 background.


White color preview on #465740 background

This text has white color on #465740 background.