COLOR #464202

HEX: #464202
RGB: (70,66,2)

Color info

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

RGB color model

#464202 color RGB value is (70,66,2).

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

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 2 of 255 = 1%

70
66
2

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

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 2 = 138 (100%)
R 70 of 138 ~ 50.72%
G 66 of 138 ~ 47.83%
B 2 of 138 ~ 1.45%

%50.72
%47.83

CMYK color model

#464202 color CMYK value is (0,6,97,73).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 97.14%
  • key color value is 72.55%
CMYK:
(0,6,97,73)
C0M6Y97K73 
(0%,6%,97%,73%)
(0.00/0.06/0.97/0.73)	

CMYK percentages

%0
%5.71
%97.14
%72.55

Codes

Color #464202 in popluar color models

464202
RGB70662
HSL56°94.44%14.12%
HSB/HSV56°97.14%27.45%
CMYK0.00%5.71%97.14%
72.55%

Color #464202 in popluar number systems.

HEX464202
Decimal70662
Binary1000110100001010
Octal1061022

Shades and tints

Shades of #464202

#464202
(70,66,2)
#403C02
(64,60,2)
#3A3602
(58,54,2)
#343002
(52,48,2)
#2E2A02
(46,42,2)
#282402
(40,36,2)
#221E02
(34,30,2)
#1C1802
(28,24,2)
#161202
(22,18,2)
#100C02
(16,12,2)
#0A0602
(10,6,2)
#000000
(0,0,0)

Tints of #464202

#464202
(70,66,2)
#565319
(86,83,25)
#666430
(102,100,48)
#767547
(118,117,71)
#86865E
(134,134,94)
#969775
(150,151,117)
#A6A88C
(166,168,140)
#B6B9A3
(182,185,163)
#C6CABA
(198,202,186)
#D6DBD1
(214,219,209)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464202; }

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

This text font color is #464202.


Background Color

.myBgColor { background-color: #464202; }

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

This div background color is #464202.


Border color

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

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

This div border color is #464202.


Opacity

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

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

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

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

This text has shadow with #464202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464202 on black background.


Color preview on white background

This text has color #464202 on white background.



Black color preview on #464202 background

This text has black color on #464202 background.


White color preview on #464202 background

This text has white color on #464202 background.