COLOR #465119

HEX: #465119
RGB: (70,81,25)

Color info

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

RGB color model

#465119 color RGB value is (70,81,25).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 25 of 255 = 10%

70
81
25

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

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 25 = 176 (100%)
R 70 of 176 ~ 39.77%
G 81 of 176 ~ 46.02%
B 25 of 176 ~ 14.2%

%39.77
%46.02
%14.2

CMYK color model

#465119 color CMYK value is (14,0,69,68).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 69.14%
  • key color value is 68.24%
CMYK:
(14,0,69,68)
C14M0Y69K68 
(14%,0%,69%,68%)
(0.14/0.00/0.69/0.68)	

CMYK percentages

%13.58
%0
%69.14
%68.24

Codes

Color #465119 in popluar color models

465119
RGB708125
HSL72°52.83%20.78%
HSB/HSV72°69.14%31.76%
CMYK13.58%0.00%69.14%
68.24%

Color #465119 in popluar number systems.

HEX465119
Decimal708125
Binary1000110101000111001
Octal10612131

Shades and tints

Shades of #465119

#465119
(70,81,25)
#404A17
(64,74,23)
#3A4315
(58,67,21)
#343C13
(52,60,19)
#2E3511
(46,53,17)
#282E0F
(40,46,15)
#22270D
(34,39,13)
#1C200B
(28,32,11)
#161909
(22,25,9)
#101207
(16,18,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #465119

#465119
(70,81,25)
#56602D
(86,96,45)
#666F41
(102,111,65)
#767E55
(118,126,85)
#868D69
(134,141,105)
#969C7D
(150,156,125)
#A6AB91
(166,171,145)
#B6BAA5
(182,186,165)
#C6C9B9
(198,201,185)
#D6D8CD
(214,216,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465119; }

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

This text font color is #465119.


Background Color

.myBgColor { background-color: #465119; }

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

This div background color is #465119.


Border color

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

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

This div border color is #465119.


Opacity

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

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

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

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

This text has shadow with #465119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465119 on black background.


Color preview on white background

This text has color #465119 on white background.



Black color preview on #465119 background

This text has black color on #465119 background.


White color preview on #465119 background

This text has white color on #465119 background.