COLOR #464540

HEX: #464540
RGB: (70,69,64)

Color info

#464540 contains red, green and blue colors in about the same proportion. Web safe color of #464540 is #333333 (or #333).

RGB color model

#464540 color RGB value is (70,69,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 64 of 255 = 25%

70
69
64

R + G + B ~ 26%. #464540 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 64 = 203 (100%)
R 70 of 203 ~ 34.48%
G 69 of 203 ~ 33.99%
B 64 of 203 ~ 31.53%

%34.48
%33.99
%31.53

CMYK color model

#464540 color CMYK value is (0,1,9,73).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,1,9,73)
C0M1Y9K73 
(0%,1%,9%,73%)
(0.00/0.01/0.09/0.73)	

CMYK percentages

%0
%1.43
%8.57
%72.55

Codes

Color #464540 in popluar color models

464540
RGB706964
HSL50°4.48%26.27%
HSB/HSV50°8.57%27.45%
CMYK0.00%1.43%8.57%
72.55%

Color #464540 in popluar number systems.

HEX464540
Decimal706964
Binary100011010001011000000
Octal106105100

Shades and tints

Shades of #464540

#464540
(70,69,64)
#403F3B
(64,63,59)
#3A3936
(58,57,54)
#343331
(52,51,49)
#2E2D2C
(46,45,44)
#282727
(40,39,39)
#222122
(34,33,34)
#1C1B1D
(28,27,29)
#161518
(22,21,24)
#100F13
(16,15,19)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #464540

#464540
(70,69,64)
#565551
(86,85,81)
#666562
(102,101,98)
#767573
(118,117,115)
#868584
(134,133,132)
#969595
(150,149,149)
#A6A5A6
(166,165,166)
#B6B5B7
(182,181,183)
#C6C5C8
(198,197,200)
#D6D5D9
(214,213,217)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464540; }

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

This text font color is #464540.


Background Color

.myBgColor { background-color: #464540; }

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

This div background color is #464540.


Border color

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

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

This div border color is #464540.


Opacity

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

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

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

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

This text has shadow with #464540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464540 on black background.


Color preview on white background

This text has color #464540 on white background.



Black color preview on #464540 background

This text has black color on #464540 background.


White color preview on #464540 background

This text has white color on #464540 background.