COLOR #465217

HEX: #465217
RGB: (70,82,23)

Color info

#465217 contains red, green and blue colors in about the same proportion. Web safe color of #465217 is #336600 (or #360).

RGB color model

#465217 color RGB value is (70,82,23).

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

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 23 of 255 = 9%

70
82
23

R + G + B ~ 23%. #465217 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 23 = 175 (100%)
R 70 of 175 ~ 40%
G 82 of 175 ~ 46.86%
B 23 of 175 ~ 13.14%

%40
%46.86
%13.14

CMYK color model

#465217 color CMYK value is (15,0,72,68).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 71.95%
  • key color value is 67.84%
CMYK:
(15,0,72,68)
C15M0Y72K68 
(15%,0%,72%,68%)
(0.15/0.00/0.72/0.68)	

CMYK percentages

%14.63
%0
%71.95
%67.84

Codes

Color #465217 in popluar color models

465217
RGB708223
HSL72°56.19%20.59%
HSB/HSV72°71.95%32.16%
CMYK14.63%0.00%71.95%
67.84%

Color #465217 in popluar number systems.

HEX465217
Decimal708223
Binary1000110101001010111
Octal10612227

Shades and tints

Shades of #465217

#465217
(70,82,23)
#404B15
(64,75,21)
#3A4413
(58,68,19)
#343D11
(52,61,17)
#2E360F
(46,54,15)
#282F0D
(40,47,13)
#22280B
(34,40,11)
#1C2109
(28,33,9)
#161A07
(22,26,7)
#101305
(16,19,5)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #465217

#465217
(70,82,23)
#56612C
(86,97,44)
#667041
(102,112,65)
#767F56
(118,127,86)
#868E6B
(134,142,107)
#969D80
(150,157,128)
#A6AC95
(166,172,149)
#B6BBAA
(182,187,170)
#C6CABF
(198,202,191)
#D6D9D4
(214,217,212)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465217; }

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

This text font color is #465217.


Background Color

.myBgColor { background-color: #465217; }

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

This div background color is #465217.


Border color

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

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

This div border color is #465217.


Opacity

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

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

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

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

This text has shadow with #465217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465217 on black background.


Color preview on white background

This text has color #465217 on white background.



Black color preview on #465217 background

This text has black color on #465217 background.


White color preview on #465217 background

This text has white color on #465217 background.