COLOR #406F33

HEX: #406F33
RGB: (64,111,51)

Color info

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

RGB color model

#406F33 color RGB value is (64,111,51).

  • red value is 64;
  • green value is 111;
  • blue value is 51.
RGB:
(64,111,51)
(25%,44%,20%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 51 of 255 = 20%

64
111
51

R + G + B ~ 30%. #406F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 111 + 51 = 226 (100%)
R 64 of 226 ~ 28.32%
G 111 of 226 ~ 49.12%
B 51 of 226 ~ 22.57%

%28.32
%49.12
%22.57

CMYK color model

#406F33 color CMYK value is (42,0,54,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 56.47%
CMYK:
(42,0,54,56)
C42M0Y54K56 
(42%,0%,54%,56%)
(0.42/0.00/0.54/0.56)	

CMYK percentages

%42.34
%0
%54.05
%56.47

Codes

Color #406F33 in popluar color models

406F33
RGB6411151
HSL107°37.04%31.76%
HSB/HSV107°54.05%43.53%
CMYK42.34%0.00%54.05%
56.47%

Color #406F33 in popluar number systems.

HEX406F33
Decimal6411151
Binary10000001101111110011
Octal10015763

Shades and tints

Shades of #406F33

#406F33
(64,111,51)
#3B652F
(59,101,47)
#365B2B
(54,91,43)
#315127
(49,81,39)
#2C4723
(44,71,35)
#273D1F
(39,61,31)
#22331B
(34,51,27)
#1D2917
(29,41,23)
#181F13
(24,31,19)
#13150F
(19,21,15)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #406F33

#406F33
(64,111,51)
#517C45
(81,124,69)
#628957
(98,137,87)
#739669
(115,150,105)
#84A37B
(132,163,123)
#95B08D
(149,176,141)
#A6BD9F
(166,189,159)
#B7CAB1
(183,202,177)
#C8D7C3
(200,215,195)
#D9E4D5
(217,228,213)
#EAF1E7
(234,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F33; }

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

This text font color is #406F33.


Background Color

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

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

This div background color is #406F33.


Border color

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

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

This div border color is #406F33.


Opacity

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

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

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

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

This text has shadow with #406F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406F33 on black background.


Color preview on white background

This text has color #406F33 on white background.



Black color preview on #406F33 background

This text has black color on #406F33 background.


White color preview on #406F33 background

This text has white color on #406F33 background.