COLOR #406631

HEX: #406631
RGB: (64,102,49)

Color info

#406631 contains red, green and blue colors in about the same proportion. Web safe color of #406631 is #336633 (or #363).

RGB color model

#406631 color RGB value is (64,102,49).

  • red value is 64;
  • green value is 102;
  • blue value is 49.
RGB:
(64,102,49)
(25%,40%,19%)

RGB channels and saturation

R 64 of 255 = 25%
G 102 of 255 = 40%
B 49 of 255 = 19%

64
102
49

R + G + B ~ 28%. #406631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 102 + 49 = 215 (100%)
R 64 of 215 ~ 29.77%
G 102 of 215 ~ 47.44%
B 49 of 215 ~ 22.79%

%29.77
%47.44
%22.79

CMYK color model

#406631 color CMYK value is (37,0,52,60).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(37,0,52,60)
C37M0Y52K60 
(37%,0%,52%,60%)
(0.37/0.00/0.52/0.60)	

CMYK percentages

%37.25
%0
%51.96
%60

Codes

Color #406631 in popluar color models

406631
RGB6410249
HSL103°35.10%29.61%
HSB/HSV103°51.96%40.00%
CMYK37.25%0.00%51.96%
60.00%

Color #406631 in popluar number systems.

HEX406631
Decimal6410249
Binary10000001100110110001
Octal10014661

Shades and tints

Shades of #406631

#406631
(64,102,49)
#3B5D2D
(59,93,45)
#365429
(54,84,41)
#314B25
(49,75,37)
#2C4221
(44,66,33)
#27391D
(39,57,29)
#223019
(34,48,25)
#1D2715
(29,39,21)
#181E11
(24,30,17)
#13150D
(19,21,13)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #406631

#406631
(64,102,49)
#517343
(81,115,67)
#628055
(98,128,85)
#738D67
(115,141,103)
#849A79
(132,154,121)
#95A78B
(149,167,139)
#A6B49D
(166,180,157)
#B7C1AF
(183,193,175)
#C8CEC1
(200,206,193)
#D9DBD3
(217,219,211)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406631 color. Also use rgb(64,102,49) instead hex code.

Text Font Color

.myTextColor { color: #406631; }

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

This text font color is #406631.


Background Color

.myBgColor { background-color: #406631; }

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

This div background color is #406631.


Border color

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

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

This div border color is #406631.


Opacity

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

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

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

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

This text has shadow with #406631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406631 on black background.


Color preview on white background

This text has color #406631 on white background.



Black color preview on #406631 background

This text has black color on #406631 background.


White color preview on #406631 background

This text has white color on #406631 background.