COLOR #406B14

HEX: #406B14
RGB: (64,107,20)

Color info

#406B14 contains mainly red and green colors. Web safe color of #406B14 is #336600 (or #360).

RGB color model

#406B14 color RGB value is (64,107,20).

  • red value is 64;
  • green value is 107;
  • blue value is 20.
RGB:
(64,107,20)
(25%,42%,8%)

RGB channels and saturation

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

64
107
20

R + G + B ~ 25%. #406B14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 107 + 20 = 191 (100%)
R 64 of 191 ~ 33.51%
G 107 of 191 ~ 56.02%
B 20 of 191 ~ 10.47%

%33.51
%56.02
%10.47

CMYK color model

#406B14 color CMYK value is (40,0,81,58).

  • cyan value is 40.19%
  • magenta value is 0.00%
  • yellow value is 81.31%
  • key color value is 58.04%
CMYK:
(40,0,81,58)
C40M0Y81K58 
(40%,0%,81%,58%)
(0.40/0.00/0.81/0.58)	

CMYK percentages

%40.19
%0
%81.31
%58.04

Codes

Color #406B14 in popluar color models

406B14
RGB6410720
HSL90°68.50%24.90%
HSB/HSV90°81.31%41.96%
CMYK40.19%0.00%81.31%
58.04%

Color #406B14 in popluar number systems.

HEX406B14
Decimal6410720
Binary1000000110101110100
Octal10015324

Shades and tints

Shades of #406B14

#406B14
(64,107,20)
#3B6213
(59,98,19)
#365912
(54,89,18)
#315011
(49,80,17)
#2C4710
(44,71,16)
#273E0F
(39,62,15)
#22350E
(34,53,14)
#1D2C0D
(29,44,13)
#18230C
(24,35,12)
#131A0B
(19,26,11)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #406B14

#406B14
(64,107,20)
#517829
(81,120,41)
#62853E
(98,133,62)
#739253
(115,146,83)
#849F68
(132,159,104)
#95AC7D
(149,172,125)
#A6B992
(166,185,146)
#B7C6A7
(183,198,167)
#C8D3BC
(200,211,188)
#D9E0D1
(217,224,209)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406B14; }

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

This text font color is #406B14.


Background Color

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

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

This div background color is #406B14.


Border color

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

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

This div border color is #406B14.


Opacity

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

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

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

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

This text has shadow with #406B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406B14 on black background.


Color preview on white background

This text has color #406B14 on white background.



Black color preview on #406B14 background

This text has black color on #406B14 background.


White color preview on #406B14 background

This text has white color on #406B14 background.