COLOR #465E32

HEX: #465E32
RGB: (70,94,50)

Color info

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

RGB color model

#465E32 color RGB value is (70,94,50).

  • red value is 70;
  • green value is 94;
  • blue value is 50.
RGB:
(70,94,50)
(27%,37%,20%)

RGB channels and saturation

R 70 of 255 = 27%
G 94 of 255 = 37%
B 50 of 255 = 20%

70
94
50

R + G + B ~ 28%. #465E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 94 + 50 = 214 (100%)
R 70 of 214 ~ 32.71%
G 94 of 214 ~ 43.93%
B 50 of 214 ~ 23.36%

%32.71
%43.93
%23.36

CMYK color model

#465E32 color CMYK value is (26,0,47,63).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 63.14%
CMYK:
(26,0,47,63)
C26M0Y47K63 
(26%,0%,47%,63%)
(0.26/0.00/0.47/0.63)	

CMYK percentages

%25.53
%0
%46.81
%63.14

Codes

Color #465E32 in popluar color models

465E32
RGB709450
HSL93°30.56%28.24%
HSB/HSV93°46.81%36.86%
CMYK25.53%0.00%46.81%
63.14%

Color #465E32 in popluar number systems.

HEX465E32
Decimal709450
Binary10001101011110110010
Octal10613662

Shades and tints

Shades of #465E32

#465E32
(70,94,50)
#40562E
(64,86,46)
#3A4E2A
(58,78,42)
#344626
(52,70,38)
#2E3E22
(46,62,34)
#28361E
(40,54,30)
#222E1A
(34,46,26)
#1C2616
(28,38,22)
#161E12
(22,30,18)
#10160E
(16,22,14)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #465E32

#465E32
(70,94,50)
#566C44
(86,108,68)
#667A56
(102,122,86)
#768868
(118,136,104)
#86967A
(134,150,122)
#96A48C
(150,164,140)
#A6B29E
(166,178,158)
#B6C0B0
(182,192,176)
#C6CEC2
(198,206,194)
#D6DCD4
(214,220,212)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465E32 color. Also use rgb(70,94,50) instead hex code.

Text Font Color

.myTextColor { color: #465E32; }

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

This text font color is #465E32.


Background Color

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

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

This div background color is #465E32.


Border color

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

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

This div border color is #465E32.


Opacity

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

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

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

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

This text has shadow with #465E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465E32 on black background.


Color preview on white background

This text has color #465E32 on white background.



Black color preview on #465E32 background

This text has black color on #465E32 background.


White color preview on #465E32 background

This text has white color on #465E32 background.