COLOR #465B24

HEX: #465B24
RGB: (70,91,36)

Color info

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

RGB color model

#465B24 color RGB value is (70,91,36).

  • red value is 70;
  • green value is 91;
  • blue value is 36.
RGB:
(70,91,36)
(27%,36%,14%)

RGB channels and saturation

R 70 of 255 = 27%
G 91 of 255 = 36%
B 36 of 255 = 14%

70
91
36

R + G + B ~ 26%. #465B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 91 + 36 = 197 (100%)
R 70 of 197 ~ 35.53%
G 91 of 197 ~ 46.19%
B 36 of 197 ~ 18.27%

%35.53
%46.19
%18.27

CMYK color model

#465B24 color CMYK value is (23,0,60,64).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 60.44%
  • key color value is 64.31%
CMYK:
(23,0,60,64)
C23M0Y60K64 
(23%,0%,60%,64%)
(0.23/0.00/0.60/0.64)	

CMYK percentages

%23.08
%0
%60.44
%64.31

Codes

Color #465B24 in popluar color models

465B24
RGB709136
HSL83°43.31%24.90%
HSB/HSV83°60.44%35.69%
CMYK23.08%0.00%60.44%
64.31%

Color #465B24 in popluar number systems.

HEX465B24
Decimal709136
Binary10001101011011100100
Octal10613344

Shades and tints

Shades of #465B24

#465B24
(70,91,36)
#405321
(64,83,33)
#3A4B1E
(58,75,30)
#34431B
(52,67,27)
#2E3B18
(46,59,24)
#283315
(40,51,21)
#222B12
(34,43,18)
#1C230F
(28,35,15)
#161B0C
(22,27,12)
#101309
(16,19,9)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #465B24

#465B24
(70,91,36)
#566937
(86,105,55)
#66774A
(102,119,74)
#76855D
(118,133,93)
#869370
(134,147,112)
#96A183
(150,161,131)
#A6AF96
(166,175,150)
#B6BDA9
(182,189,169)
#C6CBBC
(198,203,188)
#D6D9CF
(214,217,207)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465B24 color. Also use rgb(70,91,36) instead hex code.

Text Font Color

.myTextColor { color: #465B24; }

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

This text font color is #465B24.


Background Color

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

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

This div background color is #465B24.


Border color

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

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

This div border color is #465B24.


Opacity

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

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

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

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

This text has shadow with #465B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465B24 on black background.


Color preview on white background

This text has color #465B24 on white background.



Black color preview on #465B24 background

This text has black color on #465B24 background.


White color preview on #465B24 background

This text has white color on #465B24 background.