COLOR #414E13

HEX: #414E13 RGB: (65,78,19)

Color info

#414E13 contains red, green and blue colors in about the same proportion. Web safe color of #414E13 is #336600 (or #360).

RGB color model

#414E13 color RGB value is (65,78,19).

RGB: (65,78,19) (25%, 31%, 7%)

RGB channels and saturation

R 65 of 255 = 25%
G 78 of 255 = 31%
B 19 of 255 = 7%

65
78
19

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

Portions of RGB colors in percentages

R + G + B = 65 + 78 + 19 = 162 (100%)
R 65 of 162 ~ 40.12%
G 78 of 162 ~ 48.15%
B 19 of 162 ~ 11.73'%

%40.12
%48.15
%11.73

CMYK color model

#414E13 color CMYK value is (17,0,76,69).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 69.41%

CMYK: (17,0,76,69)
C17M0Y76K69 (17%, 0%, 76%, 69%)
(0.17 / 0.00 / 0.76 / 0.69)

CMYK percentages

%16.67
%0
%75.64
%69.41

Codes

Color #414E13 in popluar color models

41 4E 13
RGB 65 78 19
HSL 73° 60.82% 19.02%
HSB/HSV 73° 75.64% 30.59%
CMYK 16.67% 0.00% 75.64%
69.41%

Color #414E13 in popluar number systems.

HEX 41 4E 13
Decimal 65 78 19
Binary 1000001 1001110 10011
Octal 101 116 23

Shades and tints

Shades of #414E13

#414E13
(65,78,19)
#3C4712
(60,71,18)
#374011
(55,64,17)
#323910
(50,57,16)
#2D320F
(45,50,15)
#282B0E
(40,43,14)
#23240D
(35,36,13)
#1E1D0C
(30,29,12)
#19160B
(25,22,11)
#140F0A
(20,15,10)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #414E13

#414E13
(65,78,19)
#525E28
(82,94,40)
#636E3D
(99,110,61)
#747E52
(116,126,82)
#858E67
(133,142,103)
#969E7C
(150,158,124)
#A7AE91
(167,174,145)
#B8BEA6
(184,190,166)
#C9CEBB
(201,206,187)
#DADED0
(218,222,208)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414E13 color. Also use rgb(65,78,19) instead hex code.

Text Font Color

.myTextColor { color: #414E13; }

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

This text font color is #414E13.

Background Color

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

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

This div background color is #414E13.

Border color

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

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

This div border color is #414E13.

Opacity

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

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

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

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

This text has shadow with #414E13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414E13.

Preview

Color preview on black background

This text has color #414E13 on black background.


Color preview on white background

This text has color #414E13 on white background.


Black color preview on #414E13 background

This text has black color on #414E13 background.


White color preview on #414E13 background

This text has white color on #414E13 background.


Related colors

Complementary color

Complementary color for #hex is #BEB1EC.


I love getcolorcode.com

Triadic colors

1 #13414E and #4E1341 with #414E13 are triadic colors.

2 #134E41 and #4E4113 with #414E13 are triadic colors.