COLOR #464805

HEX: #464805 RGB: (70,72,5)

Color info

#464805 contains mainly red and green colors. Web safe color of #464805 is #333300 (or #330).

RGB color model

#464805 color RGB value is (70,72,5).

RGB: (70,72,5) (27%, 28%, 2%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 5 of 255 = 2%

70
72
5

R + G + B ~ 19%. #464805 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 72 + 5 = 147 (100%)
R 70 of 147 ~ 47.62%
G 72 of 147 ~ 48.98%
B 5 of 147 ~ 3.4'%

%47.62
%48.98

CMYK color model

#464805 color CMYK value is (3,0,93,72).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 93.06%
  • key color value is 71.76%
CMYK: (3,0,93,72) C3M0Y93K72 (3%,0%,93%,72%) (0.03/0.00/0.93/0.72) 

CMYK percentages

%2.78
%0
%93.06
%71.76

Codes

Color #464805 in popluar color models

46 48 05
RGB 70 72 5
HSL 62° 87.01% 15.10%
HSB/HSV 62° 93.06% 28.24%
CMYK 2.78% 0.00% 93.06%
71.76%

Color #464805 in popluar number systems.

HEX 46 48 05
Decimal 70 72 5
Binary 1000110 1001000 101
Octal 106 110 5

Shades and tints

Shades of #464805

#464805
(70,72,5)
#404205
(64,66,5)
#3A3C05
(58,60,5)
#343605
(52,54,5)
#2E3005
(46,48,5)
#282A05
(40,42,5)
#222405
(34,36,5)
#1C1E05
(28,30,5)
#161805
(22,24,5)
#101205
(16,18,5)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #464805

#464805
(70,72,5)
#56581B
(86,88,27)
#666831
(102,104,49)
#767847
(118,120,71)
#86885D
(134,136,93)
#969873
(150,152,115)
#A6A889
(166,168,137)
#B6B89F
(182,184,159)
#C6C8B5
(198,200,181)
#D6D8CB
(214,216,203)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464805 color. Also use rgb(70,72,5) instead hex code.

Text Font Color

.myTextColor { color: #464805; }

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

This text font color is #464805.

Background Color

.myBgColor { background-color: #464805; }

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

This div background color is #464805.

Border color

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

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

This div border color is #464805.

Opacity

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

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

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

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

This text has shadow with #464805 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464805.

Preview

Color preview on black background

This text has color #464805 on black background.


Color preview on white background

This text has color #464805 on white background.


Black color preview on #464805 background

This text has black color on #464805 background.


White color preview on #464805 background

This text has white color on #464805 background.


Related colors

Complementary color

Complementary color for #hex is #B9B7FA.


I love getcolorcode.com

Triadic colors

1 #054648 and #480546 with #464805 are triadic colors.

2 #054846 and #484605 with #464805 are triadic colors.