COLOR #465319

HEX: #465319
RGB: (70,83,25)

Color info

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

RGB color model

#465319 color RGB value is (70,83,25).

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

RGB channels and saturation

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

70
83
25

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 25 = 178 (100%)
R 70 of 178 ~ 39.33%
G 83 of 178 ~ 46.63%
B 25 of 178 ~ 14.04%

%39.33
%46.63
%14.04

CMYK color model

#465319 color CMYK value is (16,0,70,67).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(16,0,70,67)
C16M0Y70K67 
(16%,0%,70%,67%)
(0.16/0.00/0.70/0.67)	

CMYK percentages

%15.66
%0
%69.88
%67.45

Codes

Color #465319 in popluar color models

465319
RGB708325
HSL73°53.70%21.18%
HSB/HSV73°69.88%32.55%
CMYK15.66%0.00%69.88%
67.45%

Color #465319 in popluar number systems.

HEX465319
Decimal708325
Binary1000110101001111001
Octal10612331

Shades and tints

Shades of #465319

#465319
(70,83,25)
#404C17
(64,76,23)
#3A4515
(58,69,21)
#343E13
(52,62,19)
#2E3711
(46,55,17)
#28300F
(40,48,15)
#22290D
(34,41,13)
#1C220B
(28,34,11)
#161B09
(22,27,9)
#101407
(16,20,7)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #465319

#465319
(70,83,25)
#56622D
(86,98,45)
#667141
(102,113,65)
#768055
(118,128,85)
#868F69
(134,143,105)
#969E7D
(150,158,125)
#A6AD91
(166,173,145)
#B6BCA5
(182,188,165)
#C6CBB9
(198,203,185)
#D6DACD
(214,218,205)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465319; }

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

This text font color is #465319.


Background Color

.myBgColor { background-color: #465319; }

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

This div background color is #465319.


Border color

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

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

This div border color is #465319.


Opacity

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

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

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

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

This text has shadow with #465319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465319 on black background.


Color preview on white background

This text has color #465319 on white background.



Black color preview on #465319 background

This text has black color on #465319 background.


White color preview on #465319 background

This text has white color on #465319 background.