COLOR #416B1D

HEX: #416B1D
RGB: (65,107,29)

Color info

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

RGB color model

#416B1D color RGB value is (65,107,29).

  • red value is 65;
  • green value is 107;
  • blue value is 29.
RGB:
(65,107,29)
(25%,42%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 107 of 255 = 42%
B 29 of 255 = 11%

65
107
29

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

Portions of RGB colors in percentages

R + G + B =
65 + 107 + 29 = 201 (100%)
R 65 of 201 ~ 32.34%
G 107 of 201 ~ 53.23%
B 29 of 201 ~ 14.43%

%32.34
%53.23
%14.43

CMYK color model

#416B1D color CMYK value is (39,0,73,58).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 72.90%
  • key color value is 58.04%
CMYK:
(39,0,73,58)
C39M0Y73K58 
(39%,0%,73%,58%)
(0.39/0.00/0.73/0.58)	

CMYK percentages

%39.25
%0
%72.9
%58.04

Codes

Color #416B1D in popluar color models

416B1D
RGB6510729
HSL92°57.35%26.67%
HSB/HSV92°72.90%41.96%
CMYK39.25%0.00%72.90%
58.04%

Color #416B1D in popluar number systems.

HEX416B1D
Decimal6510729
Binary1000001110101111101
Octal10115335

Shades and tints

Shades of #416B1D

#416B1D
(65,107,29)
#3C621B
(60,98,27)
#375919
(55,89,25)
#325017
(50,80,23)
#2D4715
(45,71,21)
#283E13
(40,62,19)
#233511
(35,53,17)
#1E2C0F
(30,44,15)
#19230D
(25,35,13)
#141A0B
(20,26,11)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #416B1D

#416B1D
(65,107,29)
#527831
(82,120,49)
#638545
(99,133,69)
#749259
(116,146,89)
#859F6D
(133,159,109)
#96AC81
(150,172,129)
#A7B995
(167,185,149)
#B8C6A9
(184,198,169)
#C9D3BD
(201,211,189)
#DAE0D1
(218,224,209)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416B1D color. Also use rgb(65,107,29) instead hex code.

Text Font Color

.myTextColor { color: #416B1D; }

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

This text font color is #416B1D.


Background Color

.myBgColor { background-color: #416B1D; }

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

This div background color is #416B1D.


Border color

.myBorderColor { border: 1px solid #416B1D; }

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

This div border color is #416B1D.


Opacity

.myOpacity80 { color: #416B1D; opacity: 0.8; }

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

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

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

This text has shadow with #416B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416B1D on black background.


Color preview on white background

This text has color #416B1D on white background.



Black color preview on #416B1D background

This text has black color on #416B1D background.


White color preview on #416B1D background

This text has white color on #416B1D background.