COLOR #414219

HEX: #414219 RGB: (65,66,25)

Color info

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

RGB color model

#414219 color RGB value is (65,66,25).

RGB: (65,66,25) (25%, 26%, 10%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 25 of 255 = 10%

65
66
25

R + G + B ~ 20%. #414219 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 66 + 25 = 156 (100%)
R 65 of 156 ~ 41.67%
G 66 of 156 ~ 42.31%
B 25 of 156 ~ 16.03'%

%41.67
%42.31
%16.03

CMYK color model

#414219 color CMYK value is (2,0,62,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 62.12%
  • key color value is 74.12%

CMYK: (2,0,62,74)
C2M0Y62K74 (2%, 0%, 62%, 74%)
(0.02 / 0.00 / 0.62 / 0.74)

CMYK percentages

%1.52
%0
%62.12
%74.12

Codes

Color #414219 in popluar color models

41 42 19
RGB 65 66 25
HSL 61° 45.05% 17.84%
HSB/HSV 61° 62.12% 25.88%
CMYK 1.52% 0.00% 62.12%
74.12%

Color #414219 in popluar number systems.

HEX 41 42 19
Decimal 65 66 25
Binary 1000001 1000010 11001
Octal 101 102 31

Shades and tints

Shades of #414219

#414219
(65,66,25)
#3C3C17
(60,60,23)
#373615
(55,54,21)
#323013
(50,48,19)
#2D2A11
(45,42,17)
#28240F
(40,36,15)
#231E0D
(35,30,13)
#1E180B
(30,24,11)
#191209
(25,18,9)
#140C07
(20,12,7)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #414219

#414219
(65,66,25)
#52532D
(82,83,45)
#636441
(99,100,65)
#747555
(116,117,85)
#858669
(133,134,105)
#96977D
(150,151,125)
#A7A891
(167,168,145)
#B8B9A5
(184,185,165)
#C9CAB9
(201,202,185)
#DADBCD
(218,219,205)
#EBECE1
(235,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414219; }

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

This text font color is #414219.

Background Color

.myBgColor { background-color: #414219; }

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

This div background color is #414219.

Border color

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

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

This div border color is #414219.

Opacity

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

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

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

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

This text has shadow with #414219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414219.

Preview

Color preview on black background

This text has color #414219 on black background.


Color preview on white background

This text has color #414219 on white background.


Black color preview on #414219 background

This text has black color on #414219 background.


White color preview on #414219 background

This text has white color on #414219 background.


Related colors

Complementary color

Complementary color for #hex is #BEBDE6.


I love getcolorcode.com

Triadic colors

1 #194142 and #421941 with #414219 are triadic colors.

2 #194241 and #424119 with #414219 are triadic colors.