COLOR #465914

HEX: #465914
RGB: (70,89,20)

Color info

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

RGB color model

#465914 color RGB value is (70,89,20).

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

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 20 of 255 = 8%

70
89
20

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

Portions of RGB colors in percentages

R + G + B =
70 + 89 + 20 = 179 (100%)
R 70 of 179 ~ 39.11%
G 89 of 179 ~ 49.72%
B 20 of 179 ~ 11.17%

%39.11
%49.72
%11.17

CMYK color model

#465914 color CMYK value is (21,0,78,65).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 77.53%
  • key color value is 65.10%
CMYK:
(21,0,78,65)
C21M0Y78K65 
(21%,0%,78%,65%)
(0.21/0.00/0.78/0.65)	

CMYK percentages

%21.35
%0
%77.53
%65.1

Codes

Color #465914 in popluar color models

465914
RGB708920
HSL77°63.30%21.37%
HSB/HSV77°77.53%34.90%
CMYK21.35%0.00%77.53%
65.10%

Color #465914 in popluar number systems.

HEX465914
Decimal708920
Binary1000110101100110100
Octal10613124

Shades and tints

Shades of #465914

#465914
(70,89,20)
#405113
(64,81,19)
#3A4912
(58,73,18)
#344111
(52,65,17)
#2E3910
(46,57,16)
#28310F
(40,49,15)
#22290E
(34,41,14)
#1C210D
(28,33,13)
#16190C
(22,25,12)
#10110B
(16,17,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #465914

#465914
(70,89,20)
#566829
(86,104,41)
#66773E
(102,119,62)
#768653
(118,134,83)
#869568
(134,149,104)
#96A47D
(150,164,125)
#A6B392
(166,179,146)
#B6C2A7
(182,194,167)
#C6D1BC
(198,209,188)
#D6E0D1
(214,224,209)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465914; }

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

This text font color is #465914.


Background Color

.myBgColor { background-color: #465914; }

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

This div background color is #465914.


Border color

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

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

This div border color is #465914.


Opacity

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

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

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

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

This text has shadow with #465914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465914 on black background.


Color preview on white background

This text has color #465914 on white background.



Black color preview on #465914 background

This text has black color on #465914 background.


White color preview on #465914 background

This text has white color on #465914 background.