COLOR #464E3D

HEX: #464E3D RGB: (70,78,61)

Color info

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

RGB color model

#464E3D color RGB value is (70,78,61).

RGB: (70,78,61) (27%, 31%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 61 of 255 = 24%

70
78
61

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

Portions of RGB colors in percentages

R + G + B = 70 + 78 + 61 = 209 (100%)
R 70 of 209 ~ 33.49%
G 78 of 209 ~ 37.32%
B 61 of 209 ~ 29.19'%

%33.49
%37.32
%29.19

CMYK color model

#464E3D color CMYK value is (10,0,22,69).

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

CMYK: (10,0,22,69)
C10M0Y22K69 (10%, 0%, 22%, 69%)
(0.10 / 0.00 / 0.22 / 0.69)

CMYK percentages

%10.26
%0
%21.79
%69.41

Codes

Color #464E3D in popluar color models

46 4E 3D
RGB 70 78 61
HSL 88° 12.23% 27.25%
HSB/HSV 88° 21.79% 30.59%
CMYK 10.26% 0.00% 21.79%
69.41%

Color #464E3D in popluar number systems.

HEX 46 4E 3D
Decimal 70 78 61
Binary 1000110 1001110 111101
Octal 106 116 75

Shades and tints

Shades of #464E3D

#464E3D
(70,78,61)
#404738
(64,71,56)
#3A4033
(58,64,51)
#34392E
(52,57,46)
#2E3229
(46,50,41)
#282B24
(40,43,36)
#22241F
(34,36,31)
#1C1D1A
(28,29,26)
#161615
(22,22,21)
#100F10
(16,15,16)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #464E3D

#464E3D
(70,78,61)
#565E4E
(86,94,78)
#666E5F
(102,110,95)
#767E70
(118,126,112)
#868E81
(134,142,129)
#969E92
(150,158,146)
#A6AEA3
(166,174,163)
#B6BEB4
(182,190,180)
#C6CEC5
(198,206,197)
#D6DED6
(214,222,214)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464E3D; }

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

This text font color is #464E3D.

Background Color

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

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

This div background color is #464E3D.

Border color

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

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

This div border color is #464E3D.

Opacity

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

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

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

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

This text has shadow with #464E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464E3D.

Preview

Color preview on black background

This text has color #464E3D on black background.


Color preview on white background

This text has color #464E3D on white background.


Black color preview on #464E3D background

This text has black color on #464E3D background.


White color preview on #464E3D background

This text has white color on #464E3D background.


Related colors

Complementary color

Complementary color for #hex is #B9B1C2.


I love getcolorcode.com

Triadic colors

1 #3D464E and #4E3D46 with #464E3D are triadic colors.

2 #3D4E46 and #4E463D with #464E3D are triadic colors.