COLOR #406421

HEX: #406421
RGB: (64,100,33)

Color info

#406421 contains mainly red and green colors. Web safe color of #406421 is #336633 (or #363).

RGB color model

#406421 color RGB value is (64,100,33).

  • red value is 64;
  • green value is 100;
  • blue value is 33.
RGB:
(64,100,33)
(25%,39%,13%)

RGB channels and saturation

R 64 of 255 = 25%
G 100 of 255 = 39%
B 33 of 255 = 13%

64
100
33

R + G + B ~ 26%. #406421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 100 + 33 = 197 (100%)
R 64 of 197 ~ 32.49%
G 100 of 197 ~ 50.76%
B 33 of 197 ~ 16.75%

%32.49
%50.76
%16.75

CMYK color model

#406421 color CMYK value is (36,0,67,61).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 67.00%
  • key color value is 60.78%
CMYK:
(36,0,67,61)
C36M0Y67K61 
(36%,0%,67%,61%)
(0.36/0.00/0.67/0.61)	

CMYK percentages

%36
%0
%67
%60.78

Codes

Color #406421 in popluar color models

406421
RGB6410033
HSL92°50.38%26.08%
HSB/HSV92°67.00%39.22%
CMYK36.00%0.00%67.00%
60.78%

Color #406421 in popluar number systems.

HEX406421
Decimal6410033
Binary10000001100100100001
Octal10014441

Shades and tints

Shades of #406421

#406421
(64,100,33)
#3B5B1E
(59,91,30)
#36521B
(54,82,27)
#314918
(49,73,24)
#2C4015
(44,64,21)
#273712
(39,55,18)
#222E0F
(34,46,15)
#1D250C
(29,37,12)
#181C09
(24,28,9)
#131306
(19,19,6)
#0E0A03
(14,10,3)
#000000
(0,0,0)

Tints of #406421

#406421
(64,100,33)
#517235
(81,114,53)
#628049
(98,128,73)
#738E5D
(115,142,93)
#849C71
(132,156,113)
#95AA85
(149,170,133)
#A6B899
(166,184,153)
#B7C6AD
(183,198,173)
#C8D4C1
(200,212,193)
#D9E2D5
(217,226,213)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406421 color. Also use rgb(64,100,33) instead hex code.

Text Font Color

.myTextColor { color: #406421; }

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

This text font color is #406421.


Background Color

.myBgColor { background-color: #406421; }

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

This div background color is #406421.


Border color

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

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

This div border color is #406421.


Opacity

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

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

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

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

This text has shadow with #406421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406421 on black background.


Color preview on white background

This text has color #406421 on white background.



Black color preview on #406421 background

This text has black color on #406421 background.


White color preview on #406421 background

This text has white color on #406421 background.