COLOR #414020

HEX: #414020 RGB: (65,64,32)

Color info

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

RGB color model

#414020 color RGB value is (65,64,32).

RGB: (65,64,32) (25%, 25%, 13%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 32 of 255 = 13%

65
64
32

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

Portions of RGB colors in percentages

R + G + B = 65 + 64 + 32 = 161 (100%)
R 65 of 161 ~ 40.37%
G 64 of 161 ~ 39.75%
B 32 of 161 ~ 19.88'%

%40.37
%39.75
%19.88

CMYK color model

#414020 color CMYK value is (0,2,51,75).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 50.77%
  • key color value is 74.51%

CMYK: (0,2,51,75)
C0M2Y51K75 (0%, 2%, 51%, 75%)
(0.00 / 0.02 / 0.51 / 0.75)

CMYK percentages

%0
%1.54
%50.77
%74.51

Codes

Color #414020 in popluar color models

41 40 20
RGB 65 64 32
HSL 58° 34.02% 19.02%
HSB/HSV 58° 50.77% 25.49%
CMYK 0.00% 1.54% 50.77%
74.51%

Color #414020 in popluar number systems.

HEX 41 40 20
Decimal 65 64 32
Binary 1000001 1000000 100000
Octal 101 100 40

Shades and tints

Shades of #414020

#414020
(65,64,32)
#3C3B1E
(60,59,30)
#37361C
(55,54,28)
#32311A
(50,49,26)
#2D2C18
(45,44,24)
#282716
(40,39,22)
#232214
(35,34,20)
#1E1D12
(30,29,18)
#191810
(25,24,16)
#14130E
(20,19,14)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #414020

#414020
(65,64,32)
#525134
(82,81,52)
#636248
(99,98,72)
#74735C
(116,115,92)
#858470
(133,132,112)
#969584
(150,149,132)
#A7A698
(167,166,152)
#B8B7AC
(184,183,172)
#C9C8C0
(201,200,192)
#DAD9D4
(218,217,212)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414020 color. Also use rgb(65,64,32) instead hex code.

Text Font Color

.myTextColor { color: #414020; }

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

This text font color is #414020.

Background Color

.myBgColor { background-color: #414020; }

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

This div background color is #414020.

Border color

.myBorderColor { border: 1px solid #414020; }

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

This div border color is #414020.

Opacity

.myOpacity80 { color: #414020; opacity: 0.8; }

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

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

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

This text has shadow with #414020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414020.

Preview

Color preview on black background

This text has color #414020 on black background.


Color preview on white background

This text has color #414020 on white background.


Black color preview on #414020 background

This text has black color on #414020 background.


White color preview on #414020 background

This text has white color on #414020 background.


Related colors

Complementary color

Complementary color for #hex is #BEBFDF.


I love getcolorcode.com

Triadic colors

1 #204140 and #402041 with #414020 are triadic colors.

2 #204041 and #404120 with #414020 are triadic colors.