COLOR #416B42

HEX: #416B42
RGB: (65,107,66)

Color info

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

RGB color model

#416B42 color RGB value is (65,107,66).

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

RGB channels and saturation

R 65 of 255 = 25%
G 107 of 255 = 42%
B 66 of 255 = 26%

65
107
66

R + G + B ~ 31%. #416B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 107 + 66 = 238 (100%)
R 65 of 238 ~ 27.31%
G 107 of 238 ~ 44.96%
B 66 of 238 ~ 27.73%

%27.31
%44.96
%27.73

CMYK color model

#416B42 color CMYK value is (39,0,38,58).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 38.32%
  • key color value is 58.04%
CMYK:
(39,0,38,58)
C39M0Y38K58 
(39%,0%,38%,58%)
(0.39/0.00/0.38/0.58)	

CMYK percentages

%39.25
%0
%38.32
%58.04

Codes

Color #416B42 in popluar color models

416B42
RGB6510766
HSL121°24.42%33.73%
HSB/HSV121°39.25%41.96%
CMYK39.25%0.00%38.32%
58.04%

Color #416B42 in popluar number systems.

HEX416B42
Decimal6510766
Binary100000111010111000010
Octal101153102

Shades and tints

Shades of #416B42

#416B42
(65,107,66)
#3C623C
(60,98,60)
#375936
(55,89,54)
#325030
(50,80,48)
#2D472A
(45,71,42)
#283E24
(40,62,36)
#23351E
(35,53,30)
#1E2C18
(30,44,24)
#192312
(25,35,18)
#141A0C
(20,26,12)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #416B42

#416B42
(65,107,66)
#527853
(82,120,83)
#638564
(99,133,100)
#749275
(116,146,117)
#859F86
(133,159,134)
#96AC97
(150,172,151)
#A7B9A8
(167,185,168)
#B8C6B9
(184,198,185)
#C9D3CA
(201,211,202)
#DAE0DB
(218,224,219)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #416B42; }

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

This text font color is #416B42.


Background Color

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

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

This div background color is #416B42.


Border color

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

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

This div border color is #416B42.


Opacity

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

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

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

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

This text has shadow with #416B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416B42 on black background.


Color preview on white background

This text has color #416B42 on white background.



Black color preview on #416B42 background

This text has black color on #416B42 background.


White color preview on #416B42 background

This text has white color on #416B42 background.