COLOR #464E3A

HEX: #464E3A RGB: (70,78,58)

Color info

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

RGB color model

#464E3A color RGB value is (70,78,58).

RGB: (70,78,58) (27%, 31%, 23%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 58 of 255 = 23%

70
78
58

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

Portions of RGB colors in percentages

R + G + B = 70 + 78 + 58 = 206 (100%)
R 70 of 206 ~ 33.98%
G 78 of 206 ~ 37.86%
B 58 of 206 ~ 28.16'%

%33.98
%37.86
%28.16

CMYK color model

#464E3A color CMYK value is (10,0,26,69).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 69.41%

CMYK: (10,0,26,69)
C10M0Y26K69 (10%, 0%, 26%, 69%)
(0.10 / 0.00 / 0.26 / 0.69)

CMYK percentages

%10.26
%0
%25.64
%69.41

Codes

Color #464E3A in popluar color models

46 4E 3A
RGB 70 78 58
HSL 84° 14.71% 26.67%
HSB/HSV 84° 25.64% 30.59%
CMYK 10.26% 0.00% 25.64%
69.41%

Color #464E3A in popluar number systems.

HEX 46 4E 3A
Decimal 70 78 58
Binary 1000110 1001110 111010
Octal 106 116 72

Shades and tints

Shades of #464E3A

#464E3A
(70,78,58)
#404735
(64,71,53)
#3A4030
(58,64,48)
#34392B
(52,57,43)
#2E3226
(46,50,38)
#282B21
(40,43,33)
#22241C
(34,36,28)
#1C1D17
(28,29,23)
#161612
(22,22,18)
#100F0D
(16,15,13)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #464E3A

#464E3A
(70,78,58)
#565E4B
(86,94,75)
#666E5C
(102,110,92)
#767E6D
(118,126,109)
#868E7E
(134,142,126)
#969E8F
(150,158,143)
#A6AEA0
(166,174,160)
#B6BEB1
(182,190,177)
#C6CEC2
(198,206,194)
#D6DED3
(214,222,211)
#E6EEE4
(230,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464E3A; }

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

This text font color is #464E3A.

Background Color

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

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

This div background color is #464E3A.

Border color

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

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

This div border color is #464E3A.

Opacity

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

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

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

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

This text has shadow with #464E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464E3A.

Preview

Color preview on black background

This text has color #464E3A on black background.


Color preview on white background

This text has color #464E3A on white background.


Black color preview on #464E3A background

This text has black color on #464E3A background.


White color preview on #464E3A background

This text has white color on #464E3A background.


Related colors

Complementary color

Complementary color for #hex is #B9B1C5.


I love getcolorcode.com

Triadic colors

1 #3A464E and #4E3A46 with #464E3A are triadic colors.

2 #3A4E46 and #4E463A with #464E3A are triadic colors.