COLOR #464D3A

HEX: #464D3A
RGB: (70,77,58)

Color info

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

RGB color model

#464D3A color RGB value is (70,77,58).

  • red value is 70;
  • green value is 77;
  • blue value is 58.
RGB:
(70,77,58)
(27%,30%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 58 of 255 = 23%

70
77
58

R + G + B ~ 27%. #464D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 77 + 58 = 205 (100%)
R 70 of 205 ~ 34.15%
G 77 of 205 ~ 37.56%
B 58 of 205 ~ 28.29%

%34.15
%37.56
%28.29

CMYK color model

#464D3A color CMYK value is (9,0,25,70).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK:
(9,0,25,70)
C9M0Y25K70 
(9%,0%,25%,70%)
(0.09/0.00/0.25/0.70)	

CMYK percentages

%9.09
%0
%24.68
%69.8

Codes

Color #464D3A in popluar color models

464D3A
RGB707758
HSL82°14.07%26.47%
HSB/HSV82°24.68%30.20%
CMYK9.09%0.00%24.68%
69.80%

Color #464D3A in popluar number systems.

HEX464D3A
Decimal707758
Binary10001101001101111010
Octal10611572

Shades and tints

Shades of #464D3A

#464D3A
(70,77,58)
#404635
(64,70,53)
#3A3F30
(58,63,48)
#34382B
(52,56,43)
#2E3126
(46,49,38)
#282A21
(40,42,33)
#22231C
(34,35,28)
#1C1C17
(28,28,23)
#161512
(22,21,18)
#100E0D
(16,14,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #464D3A

#464D3A
(70,77,58)
#565D4B
(86,93,75)
#666D5C
(102,109,92)
#767D6D
(118,125,109)
#868D7E
(134,141,126)
#969D8F
(150,157,143)
#A6ADA0
(166,173,160)
#B6BDB1
(182,189,177)
#C6CDC2
(198,205,194)
#D6DDD3
(214,221,211)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D3A color. Also use rgb(70,77,58) instead hex code.

Text Font Color

.myTextColor { color: #464D3A; }

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

This text font color is #464D3A.


Background Color

.myBgColor { background-color: #464D3A; }

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

This div background color is #464D3A.


Border color

.myBorderColor { border: 1px solid #464D3A; }

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

This div border color is #464D3A.


Opacity

.myOpacity80 { color: #464D3A; opacity: 0.8; }

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

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

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

This text has shadow with #464D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D3A on black background.


Color preview on white background

This text has color #464D3A on white background.



Black color preview on #464D3A background

This text has black color on #464D3A background.


White color preview on #464D3A background

This text has white color on #464D3A background.