COLOR #465213

HEX: #465213
RGB: (70,82,19)

Color info

#465213 contains mainly red and green colors. Web safe color of #465213 is #336600 (or #360).

RGB color model

#465213 color RGB value is (70,82,19).

  • red value is 70;
  • green value is 82;
  • blue value is 19.
RGB:
(70,82,19)
(27%,32%,7%)

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 19 of 255 = 7%

70
82
19

R + G + B ~ 22%. #465213 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 19 = 171 (100%)
R 70 of 171 ~ 40.94%
G 82 of 171 ~ 47.95%
B 19 of 171 ~ 11.11%

%40.94
%47.95
%11.11

CMYK color model

#465213 color CMYK value is (15,0,77,68).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 76.83%
  • key color value is 67.84%
CMYK:
(15,0,77,68)
C15M0Y77K68 
(15%,0%,77%,68%)
(0.15/0.00/0.77/0.68)	

CMYK percentages

%14.63
%0
%76.83
%67.84

Codes

Color #465213 in popluar color models

465213
RGB708219
HSL71°62.38%19.80%
HSB/HSV71°76.83%32.16%
CMYK14.63%0.00%76.83%
67.84%

Color #465213 in popluar number systems.

HEX465213
Decimal708219
Binary1000110101001010011
Octal10612223

Shades and tints

Shades of #465213

#465213
(70,82,19)
#404B12
(64,75,18)
#3A4411
(58,68,17)
#343D10
(52,61,16)
#2E360F
(46,54,15)
#282F0E
(40,47,14)
#22280D
(34,40,13)
#1C210C
(28,33,12)
#161A0B
(22,26,11)
#10130A
(16,19,10)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #465213

#465213
(70,82,19)
#566128
(86,97,40)
#66703D
(102,112,61)
#767F52
(118,127,82)
#868E67
(134,142,103)
#969D7C
(150,157,124)
#A6AC91
(166,172,145)
#B6BBA6
(182,187,166)
#C6CABB
(198,202,187)
#D6D9D0
(214,217,208)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465213 color. Also use rgb(70,82,19) instead hex code.

Text Font Color

.myTextColor { color: #465213; }

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

This text font color is #465213.


Background Color

.myBgColor { background-color: #465213; }

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

This div background color is #465213.


Border color

.myBorderColor { border: 1px solid #465213; }

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

This div border color is #465213.


Opacity

.myOpacity80 { color: #465213; opacity: 0.8; }

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

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

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

This text has shadow with #465213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465213 on black background.


Color preview on white background

This text has color #465213 on white background.



Black color preview on #465213 background

This text has black color on #465213 background.


White color preview on #465213 background

This text has white color on #465213 background.