COLOR #465D2D

HEX: #465D2D RGB: (70,93,45)

Color info

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

RGB color model

#465D2D color RGB value is (70,93,45).

RGB: (70,93,45) (27%, 36%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 93 of 255 = 36%
B 45 of 255 = 18%

70
93
45

R + G + B ~ 27%. #465D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 93 + 45 = 208 (100%)
R 70 of 208 ~ 33.65%
G 93 of 208 ~ 44.71%
B 45 of 208 ~ 21.63'%

%33.65
%44.71
%21.63

CMYK color model

#465D2D color CMYK value is (25,0,52,64).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%

CMYK: (25,0,52,64)
C25M0Y52K64 (25%, 0%, 52%, 64%)
(0.25 / 0.00 / 0.52 / 0.64)

CMYK percentages

%24.73
%0
%51.61
%63.53

Codes

Color #465D2D in popluar color models

46 5D 2D
RGB 70 93 45
HSL 89° 34.78% 27.06%
HSB/HSV 89° 51.61% 36.47%
CMYK 24.73% 0.00% 51.61%
63.53%

Color #465D2D in popluar number systems.

HEX 46 5D 2D
Decimal 70 93 45
Binary 1000110 1011101 101101
Octal 106 135 55

Shades and tints

Shades of #465D2D

#465D2D
(70,93,45)
#405529
(64,85,41)
#3A4D25
(58,77,37)
#344521
(52,69,33)
#2E3D1D
(46,61,29)
#283519
(40,53,25)
#222D15
(34,45,21)
#1C2511
(28,37,17)
#161D0D
(22,29,13)
#101509
(16,21,9)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #465D2D

#465D2D
(70,93,45)
#566B40
(86,107,64)
#667953
(102,121,83)
#768766
(118,135,102)
#869579
(134,149,121)
#96A38C
(150,163,140)
#A6B19F
(166,177,159)
#B6BFB2
(182,191,178)
#C6CDC5
(198,205,197)
#D6DBD8
(214,219,216)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465D2D color. Also use rgb(70,93,45) instead hex code.

Text Font Color

.myTextColor { color: #465D2D; }

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

This text font color is #465D2D.

Background Color

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

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

This div background color is #465D2D.

Border color

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

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

This div border color is #465D2D.

Opacity

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

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

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

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

This text has shadow with #465D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465D2D.

Preview

Color preview on black background

This text has color #465D2D on black background.


Color preview on white background

This text has color #465D2D on white background.


Black color preview on #465D2D background

This text has black color on #465D2D background.


White color preview on #465D2D background

This text has white color on #465D2D background.


Related colors

Complementary color

Complementary color for #hex is #B9A2D2.


I love getcolorcode.com

Triadic colors

1 #2D465D and #5D2D46 with #465D2D are triadic colors.

2 #2D5D46 and #5D462D with #465D2D are triadic colors.