COLOR #406B33

HEX: #406B33 RGB: (64,107,51)

Color info

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

RGB color model

#406B33 color RGB value is (64,107,51).

RGB: (64,107,51) (25%, 42%, 20%)

RGB channels and saturation

R 64 of 255 = 25%
G 107 of 255 = 42%
B 51 of 255 = 20%

64
107
51

R + G + B ~ 29%. #406B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 107 + 51 = 222 (100%)
R 64 of 222 ~ 28.83%
G 107 of 222 ~ 48.2%
B 51 of 222 ~ 22.97'%

%28.83
%48.2
%22.97

CMYK color model

#406B33 color CMYK value is (40,0,52,58).

  • cyan value is 40.19%
  • magenta value is 0.00%
  • yellow value is 52.34%
  • key color value is 58.04%

CMYK: (40,0,52,58)
C40M0Y52K58 (40%, 0%, 52%, 58%)
(0.40 / 0.00 / 0.52 / 0.58)

CMYK percentages

%40.19
%0
%52.34
%58.04

Codes

Color #406B33 in popluar color models

40 6B 33
RGB 64 107 51
HSL 106° 35.44% 30.98%
HSB/HSV 106° 52.34% 41.96%
CMYK 40.19% 0.00% 52.34%
58.04%

Color #406B33 in popluar number systems.

HEX 40 6B 33
Decimal 64 107 51
Binary 1000000 1101011 110011
Octal 100 153 63

Shades and tints

Shades of #406B33

#406B33
(64,107,51)
#3B622F
(59,98,47)
#36592B
(54,89,43)
#315027
(49,80,39)
#2C4723
(44,71,35)
#273E1F
(39,62,31)
#22351B
(34,53,27)
#1D2C17
(29,44,23)
#182313
(24,35,19)
#131A0F
(19,26,15)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #406B33

#406B33
(64,107,51)
#517845
(81,120,69)
#628557
(98,133,87)
#739269
(115,146,105)
#849F7B
(132,159,123)
#95AC8D
(149,172,141)
#A6B99F
(166,185,159)
#B7C6B1
(183,198,177)
#C8D3C3
(200,211,195)
#D9E0D5
(217,224,213)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406B33 color. Also use rgb(64,107,51) instead hex code.

Text Font Color

.myTextColor { color: #406B33; }

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

This text font color is #406B33.

Background Color

.myBgColor { background-color: #406B33; }

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

This div background color is #406B33.

Border color

.myBorderColor { border: 1px solid #406B33; }

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

This div border color is #406B33.

Opacity

.myOpacity80 { color: #406B33; opacity: 0.8; }

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

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

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

This text has shadow with #406B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406B33.

Preview

Color preview on black background

This text has color #406B33 on black background.


Color preview on white background

This text has color #406B33 on white background.


Black color preview on #406B33 background

This text has black color on #406B33 background.


White color preview on #406B33 background

This text has white color on #406B33 background.


Related colors

Complementary color

Complementary color for #hex is #BF94CC.


I love getcolorcode.com

Triadic colors

1 #33406B and #6B3340 with #406B33 are triadic colors.

2 #336B40 and #6B4033 with #406B33 are triadic colors.