COLOR #465A3D

HEX: #465A3D RGB: (70,90,61)

Color info

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

RGB color model

#465A3D color RGB value is (70,90,61).

RGB: (70,90,61) (27%, 35%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 61 of 255 = 24%

70
90
61

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

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 61 = 221 (100%)
R 70 of 221 ~ 31.67%
G 90 of 221 ~ 40.72%
B 61 of 221 ~ 27.6'%

%31.67
%40.72
%27.6

CMYK color model

#465A3D color CMYK value is (22,0,32,65).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK: (22,0,32,65) C22M0Y32K65 (22%,0%,32%,65%) (0.22/0.00/0.32/0.65) 

CMYK percentages

%22.22
%0
%32.22
%64.71

Codes

Color #465A3D in popluar color models

46 5A 3D
RGB 70 90 61
HSL 101° 19.21% 29.61%
HSB/HSV 101° 32.22% 35.29%
CMYK 22.22% 0.00% 32.22%
64.71%

Color #465A3D in popluar number systems.

HEX 46 5A 3D
Decimal 70 90 61
Binary 1000110 1011010 111101
Octal 106 132 75

Shades and tints

Shades of #465A3D

#465A3D
(70,90,61)
#405238
(64,82,56)
#3A4A33
(58,74,51)
#34422E
(52,66,46)
#2E3A29
(46,58,41)
#283224
(40,50,36)
#222A1F
(34,42,31)
#1C221A
(28,34,26)
#161A15
(22,26,21)
#101210
(16,18,16)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #465A3D

#465A3D
(70,90,61)
#56694E
(86,105,78)
#66785F
(102,120,95)
#768770
(118,135,112)
#869681
(134,150,129)
#96A592
(150,165,146)
#A6B4A3
(166,180,163)
#B6C3B4
(182,195,180)
#C6D2C5
(198,210,197)
#D6E1D6
(214,225,214)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465A3D color. Also use rgb(70,90,61) instead hex code.

Text Font Color

.myTextColor { color: #465A3D; }

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

This text font color is #465A3D.

Background Color

.myBgColor { background-color: #465A3D; }

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

This div background color is #465A3D.

Border color

.myBorderColor { border: 1px solid #465A3D; }

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

This div border color is #465A3D.

Opacity

.myOpacity80 { color: #465A3D; opacity: 0.8; }

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

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

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

This text has shadow with #465A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465A3D.

Preview

Color preview on black background

This text has color #465A3D on black background.


Color preview on white background

This text has color #465A3D on white background.


Black color preview on #465A3D background

This text has black color on #465A3D background.


White color preview on #465A3D background

This text has white color on #465A3D background.


Related colors

Complementary color

Complementary color for #hex is #B9A5C2.


I love getcolorcode.com

Triadic colors

1 #3D465A and #5A3D46 with #465A3D are triadic colors.

2 #3D5A46 and #5A463D with #465A3D are triadic colors.