COLOR #464002

HEX: #464002
RGB: (70,64,2)

Color info

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

RGB color model

#464002 color RGB value is (70,64,2).

  • red value is 70;
  • green value is 64;
  • blue value is 2.
RGB:
(70,64,2)
(27%,25%,1%)

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 2 of 255 = 1%

70
64
2

R + G + B ~ 18%. #464002 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 2 = 136 (100%)
R 70 of 136 ~ 51.47%
G 64 of 136 ~ 47.06%
B 2 of 136 ~ 1.47%

%51.47
%47.06

CMYK color model

#464002 color CMYK value is (0,9,97,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 97.14%
  • key color value is 72.55%
CMYK:
(0,9,97,73)
C0M9Y97K73 
(0%,9%,97%,73%)
(0.00/0.09/0.97/0.73)	

CMYK percentages

%0
%8.57
%97.14
%72.55

Codes

Color #464002 in popluar color models

464002
RGB70642
HSL55°94.44%14.12%
HSB/HSV55°97.14%27.45%
CMYK0.00%8.57%97.14%
72.55%

Color #464002 in popluar number systems.

HEX464002
Decimal70642
Binary1000110100000010
Octal1061002

Shades and tints

Shades of #464002

#464002
(70,64,2)
#403B02
(64,59,2)
#3A3602
(58,54,2)
#343102
(52,49,2)
#2E2C02
(46,44,2)
#282702
(40,39,2)
#222202
(34,34,2)
#1C1D02
(28,29,2)
#161802
(22,24,2)
#101302
(16,19,2)
#0A0E02
(10,14,2)
#000000
(0,0,0)

Tints of #464002

#464002
(70,64,2)
#565119
(86,81,25)
#666230
(102,98,48)
#767347
(118,115,71)
#86845E
(134,132,94)
#969575
(150,149,117)
#A6A68C
(166,166,140)
#B6B7A3
(182,183,163)
#C6C8BA
(198,200,186)
#D6D9D1
(214,217,209)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464002 color. Also use rgb(70,64,2) instead hex code.

Text Font Color

.myTextColor { color: #464002; }

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

This text font color is #464002.


Background Color

.myBgColor { background-color: #464002; }

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

This div background color is #464002.


Border color

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

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

This div border color is #464002.


Opacity

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

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

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

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

This text has shadow with #464002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464002 on black background.


Color preview on white background

This text has color #464002 on white background.



Black color preview on #464002 background

This text has black color on #464002 background.


White color preview on #464002 background

This text has white color on #464002 background.