COLOR #414D16

HEX: #414D16
RGB: (65,77,22)

Color info

#414D16 contains red, green and blue colors in about the same proportion. Web safe color of #414D16 is #333300 (or #330).

RGB color model

#414D16 color RGB value is (65,77,22).

  • red value is 65;
  • green value is 77;
  • blue value is 22.
RGB:
(65,77,22)
(25%,30%,9%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 22 of 255 = 9%

65
77
22

R + G + B ~ 21%. #414D16 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 77 + 22 = 164 (100%)
R 65 of 164 ~ 39.63%
G 77 of 164 ~ 46.95%
B 22 of 164 ~ 13.41%

%39.63
%46.95
%13.41

CMYK color model

#414D16 color CMYK value is (16,0,71,70).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 69.80%
CMYK:
(16,0,71,70)
C16M0Y71K70 
(16%,0%,71%,70%)
(0.16/0.00/0.71/0.70)	

CMYK percentages

%15.58
%0
%71.43
%69.8

Codes

Color #414D16 in popluar color models

414D16
RGB657722
HSL73°55.56%19.41%
HSB/HSV73°71.43%30.20%
CMYK15.58%0.00%71.43%
69.80%

Color #414D16 in popluar number systems.

HEX414D16
Decimal657722
Binary1000001100110110110
Octal10111526

Shades and tints

Shades of #414D16

#414D16
(65,77,22)
#3C4614
(60,70,20)
#373F12
(55,63,18)
#323810
(50,56,16)
#2D310E
(45,49,14)
#282A0C
(40,42,12)
#23230A
(35,35,10)
#1E1C08
(30,28,8)
#191506
(25,21,6)
#140E04
(20,14,4)
#0F0702
(15,7,2)
#000000
(0,0,0)

Tints of #414D16

#414D16
(65,77,22)
#525D2B
(82,93,43)
#636D40
(99,109,64)
#747D55
(116,125,85)
#858D6A
(133,141,106)
#969D7F
(150,157,127)
#A7AD94
(167,173,148)
#B8BDA9
(184,189,169)
#C9CDBE
(201,205,190)
#DADDD3
(218,221,211)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414D16 color. Also use rgb(65,77,22) instead hex code.

Text Font Color

.myTextColor { color: #414D16; }

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

This text font color is #414D16.


Background Color

.myBgColor { background-color: #414D16; }

<div style="background-color:#414D16">Inner text</div>

This div background color is #414D16.


Border color

.myBorderColor { border: 1px solid #414D16; }

<div style="border:3px solid #414D16">Div</div>

This div border color is #414D16.


Opacity

.myOpacity80 { color: #414D16; opacity: 0.8; }

<p style="color:#414D16;opacity:0.8;">80%</p>

Text with #414D16 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 #414D16;}

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

This text has shadow with #414D16 color.

.textShadow {text-shadow: 3px 3px 1px #414D16, 3px 3px 1px red;}

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

This text has shadow with #414D16 primary color and red secondary color.


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

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

This text has shadow with #414D16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414D16 on black background.


Color preview on white background

This text has color #414D16 on white background.



Black color preview on #414D16 background

This text has black color on #414D16 background.


White color preview on #414D16 background

This text has white color on #414D16 background.