COLOR #465414

HEX: #465414
RGB: (70,84,20)

Color info

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

RGB color model

#465414 color RGB value is (70,84,20).

  • red value is 70;
  • green value is 84;
  • blue value is 20.
RGB:
(70,84,20)
(27%,33%,8%)

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 20 of 255 = 8%

70
84
20

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

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 20 = 174 (100%)
R 70 of 174 ~ 40.23%
G 84 of 174 ~ 48.28%
B 20 of 174 ~ 11.49%

%40.23
%48.28
%11.49

CMYK color model

#465414 color CMYK value is (17,0,76,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 67.06%
CMYK:
(17,0,76,67)
C17M0Y76K67 
(17%,0%,76%,67%)
(0.17/0.00/0.76/0.67)	

CMYK percentages

%16.67
%0
%76.19
%67.06

Codes

Color #465414 in popluar color models

465414
RGB708420
HSL73°61.54%20.39%
HSB/HSV73°76.19%32.94%
CMYK16.67%0.00%76.19%
67.06%

Color #465414 in popluar number systems.

HEX465414
Decimal708420
Binary1000110101010010100
Octal10612424

Shades and tints

Shades of #465414

#465414
(70,84,20)
#404D13
(64,77,19)
#3A4612
(58,70,18)
#343F11
(52,63,17)
#2E3810
(46,56,16)
#28310F
(40,49,15)
#222A0E
(34,42,14)
#1C230D
(28,35,13)
#161C0C
(22,28,12)
#10150B
(16,21,11)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #465414

#465414
(70,84,20)
#566329
(86,99,41)
#66723E
(102,114,62)
#768153
(118,129,83)
#869068
(134,144,104)
#969F7D
(150,159,125)
#A6AE92
(166,174,146)
#B6BDA7
(182,189,167)
#C6CCBC
(198,204,188)
#D6DBD1
(214,219,209)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465414 color. Also use rgb(70,84,20) instead hex code.

Text Font Color

.myTextColor { color: #465414; }

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

This text font color is #465414.


Background Color

.myBgColor { background-color: #465414; }

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

This div background color is #465414.


Border color

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

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

This div border color is #465414.


Opacity

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

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

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

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

This text has shadow with #465414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465414 on black background.


Color preview on white background

This text has color #465414 on white background.



Black color preview on #465414 background

This text has black color on #465414 background.


White color preview on #465414 background

This text has white color on #465414 background.