COLOR #465009

HEX: #465009
RGB: (70,80,9)

Color info

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

RGB color model

#465009 color RGB value is (70,80,9).

  • red value is 70;
  • green value is 80;
  • blue value is 9.
RGB:
(70,80,9)
(27%,31%,4%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 9 of 255 = 4%

70
80
9

R + G + B ~ 21%. #465009 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 9 = 159 (100%)
R 70 of 159 ~ 44.03%
G 80 of 159 ~ 50.31%
B 9 of 159 ~ 5.66%

%44.03
%50.31

CMYK color model

#465009 color CMYK value is (13,0,89,69).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 88.75%
  • key color value is 68.63%
CMYK:
(13,0,89,69)
C13M0Y89K69 
(13%,0%,89%,69%)
(0.13/0.00/0.89/0.69)	

CMYK percentages

%12.5
%0
%88.75
%68.63

Codes

Color #465009 in popluar color models

465009
RGB70809
HSL68°79.78%17.45%
HSB/HSV68°88.75%31.37%
CMYK12.50%0.00%88.75%
68.63%

Color #465009 in popluar number systems.

HEX465009
Decimal70809
Binary100011010100001001
Octal10612011

Shades and tints

Shades of #465009

#465009
(70,80,9)
#404909
(64,73,9)
#3A4209
(58,66,9)
#343B09
(52,59,9)
#2E3409
(46,52,9)
#282D09
(40,45,9)
#222609
(34,38,9)
#1C1F09
(28,31,9)
#161809
(22,24,9)
#101109
(16,17,9)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #465009

#465009
(70,80,9)
#565F1F
(86,95,31)
#666E35
(102,110,53)
#767D4B
(118,125,75)
#868C61
(134,140,97)
#969B77
(150,155,119)
#A6AA8D
(166,170,141)
#B6B9A3
(182,185,163)
#C6C8B9
(198,200,185)
#D6D7CF
(214,215,207)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465009 color. Also use rgb(70,80,9) instead hex code.

Text Font Color

.myTextColor { color: #465009; }

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

This text font color is #465009.


Background Color

.myBgColor { background-color: #465009; }

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

This div background color is #465009.


Border color

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

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

This div border color is #465009.


Opacity

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

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

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

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

This text has shadow with #465009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465009 on black background.


Color preview on white background

This text has color #465009 on white background.



Black color preview on #465009 background

This text has black color on #465009 background.


White color preview on #465009 background

This text has white color on #465009 background.