COLOR #414D1F

HEX: #414D1F RGB: (65,77,31)

Color info

#414D1F contains red, green and blue colors in about the same proportion. Web safe color of #414D1F is #333333 (or #333).

RGB color model

#414D1F color RGB value is (65,77,31).

RGB: (65,77,31) (25%, 30%, 12%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 31 of 255 = 12%

65
77
31

R + G + B ~ 22%. #414D1F is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 77 + 31 = 173 (100%)
R 65 of 173 ~ 37.57%
G 77 of 173 ~ 44.51%
B 31 of 173 ~ 17.92'%

%37.57
%44.51
%17.92

CMYK color model

#414D1F color CMYK value is (16,0,60,70).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK: (16,0,60,70) C16M0Y60K70 (16%,0%,60%,70%) (0.16/0.00/0.60/0.70) 

CMYK percentages

%15.58
%0
%59.74
%69.8

Codes

Color #414D1F in popluar color models

41 4D 1F
RGB 65 77 31
HSL 76° 42.59% 21.18%
HSB/HSV 76° 59.74% 30.20%
CMYK 15.58% 0.00% 59.74%
69.80%

Color #414D1F in popluar number systems.

HEX 41 4D 1F
Decimal 65 77 31
Binary 1000001 1001101 11111
Octal 101 115 37

Shades and tints

Shades of #414D1F

#414D1F
(65,77,31)
#3C461D
(60,70,29)
#373F1B
(55,63,27)
#323819
(50,56,25)
#2D3117
(45,49,23)
#282A15
(40,42,21)
#232313
(35,35,19)
#1E1C11
(30,28,17)
#19150F
(25,21,15)
#140E0D
(20,14,13)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #414D1F

#414D1F
(65,77,31)
#525D33
(82,93,51)
#636D47
(99,109,71)
#747D5B
(116,125,91)
#858D6F
(133,141,111)
#969D83
(150,157,131)
#A7AD97
(167,173,151)
#B8BDAB
(184,189,171)
#C9CDBF
(201,205,191)
#DADDD3
(218,221,211)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414D1F; }

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

This text font color is #414D1F.

Background Color

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

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

This div background color is #414D1F.

Border color

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

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

This div border color is #414D1F.

Opacity

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

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

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

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

This text has shadow with #414D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414D1F.

Preview

Color preview on black background

This text has color #414D1F on black background.


Color preview on white background

This text has color #414D1F on white background.


Black color preview on #414D1F background

This text has black color on #414D1F background.


White color preview on #414D1F background

This text has white color on #414D1F background.


Related colors

Complementary color

Complementary color for #hex is #BEB2E0.


I love getcolorcode.com

Triadic colors

1 #1F414D and #4D1F41 with #414D1F are triadic colors.

2 #1F4D41 and #4D411F with #414D1F are triadic colors.