COLOR #465419

HEX: #465419
RGB: (70,84,25)

Color info

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

RGB color model

#465419 color RGB value is (70,84,25).

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

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 25 of 255 = 10%

70
84
25

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

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 25 = 179 (100%)
R 70 of 179 ~ 39.11%
G 84 of 179 ~ 46.93%
B 25 of 179 ~ 13.97%

%39.11
%46.93
%13.97

CMYK color model

#465419 color CMYK value is (17,0,70,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 70.24%
  • key color value is 67.06%
CMYK:
(17,0,70,67)
C17M0Y70K67 
(17%,0%,70%,67%)
(0.17/0.00/0.70/0.67)	

CMYK percentages

%16.67
%0
%70.24
%67.06

Codes

Color #465419 in popluar color models

465419
RGB708425
HSL74°54.13%21.37%
HSB/HSV74°70.24%32.94%
CMYK16.67%0.00%70.24%
67.06%

Color #465419 in popluar number systems.

HEX465419
Decimal708425
Binary1000110101010011001
Octal10612431

Shades and tints

Shades of #465419

#465419
(70,84,25)
#404D17
(64,77,23)
#3A4615
(58,70,21)
#343F13
(52,63,19)
#2E3811
(46,56,17)
#28310F
(40,49,15)
#222A0D
(34,42,13)
#1C230B
(28,35,11)
#161C09
(22,28,9)
#101507
(16,21,7)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #465419

#465419
(70,84,25)
#56632D
(86,99,45)
#667241
(102,114,65)
#768155
(118,129,85)
#869069
(134,144,105)
#969F7D
(150,159,125)
#A6AE91
(166,174,145)
#B6BDA5
(182,189,165)
#C6CCB9
(198,204,185)
#D6DBCD
(214,219,205)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465419; }

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

This text font color is #465419.


Background Color

.myBgColor { background-color: #465419; }

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

This div background color is #465419.


Border color

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

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

This div border color is #465419.


Opacity

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

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

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

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

This text has shadow with #465419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465419 on black background.


Color preview on white background

This text has color #465419 on white background.



Black color preview on #465419 background

This text has black color on #465419 background.


White color preview on #465419 background

This text has white color on #465419 background.