COLOR #413F29

HEX: #413F29 RGB: (65,63,41)

Color info

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

RGB color model

#413F29 color RGB value is (65,63,41).

RGB: (65,63,41) (25%, 25%, 16%)

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 41 of 255 = 16%

65
63
41

R + G + B ~ 22%. #413F29 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 63 + 41 = 169 (100%)
R 65 of 169 ~ 38.46%
G 63 of 169 ~ 37.28%
B 41 of 169 ~ 24.26'%

%38.46
%37.28
%24.26

CMYK color model

#413F29 color CMYK value is (0,3,37,75).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 36.92%
  • key color value is 74.51%

CMYK: (0,3,37,75)
C0M3Y37K75 (0%, 3%, 37%, 75%)
(0.00 / 0.03 / 0.37 / 0.75)

CMYK percentages

%0
%3.08
%36.92
%74.51

Codes

Color #413F29 in popluar color models

41 3F 29
RGB 65 63 41
HSL 55° 22.64% 20.78%
HSB/HSV 55° 36.92% 25.49%
CMYK 0.00% 3.08% 36.92%
74.51%

Color #413F29 in popluar number systems.

HEX 41 3F 29
Decimal 65 63 41
Binary 1000001 111111 101001
Octal 101 77 51

Shades and tints

Shades of #413F29

#413F29
(65,63,41)
#3C3A26
(60,58,38)
#373523
(55,53,35)
#323020
(50,48,32)
#2D2B1D
(45,43,29)
#28261A
(40,38,26)
#232117
(35,33,23)
#1E1C14
(30,28,20)
#191711
(25,23,17)
#14120E
(20,18,14)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #413F29

#413F29
(65,63,41)
#52503C
(82,80,60)
#63614F
(99,97,79)
#747262
(116,114,98)
#858375
(133,131,117)
#969488
(150,148,136)
#A7A59B
(167,165,155)
#B8B6AE
(184,182,174)
#C9C7C1
(201,199,193)
#DAD8D4
(218,216,212)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413F29 color. Also use rgb(65,63,41) instead hex code.

Text Font Color

.myTextColor { color: #413F29; }

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

This text font color is #413F29.

Background Color

.myBgColor { background-color: #413F29; }

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

This div background color is #413F29.

Border color

.myBorderColor { border: 1px solid #413F29; }

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

This div border color is #413F29.

Opacity

.myOpacity80 { color: #413F29; opacity: 0.8; }

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

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

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

This text has shadow with #413F29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413F29.

Preview

Color preview on black background

This text has color #413F29 on black background.


Color preview on white background

This text has color #413F29 on white background.


Black color preview on #413F29 background

This text has black color on #413F29 background.


White color preview on #413F29 background

This text has white color on #413F29 background.


Related colors

Complementary color

Complementary color for #hex is #BEC0D6.


I love getcolorcode.com

Triadic colors

1 #29413F and #3F2941 with #413F29 are triadic colors.

2 #293F41 and #3F4129 with #413F29 are triadic colors.