COLOR #412F29

HEX: #412F29 RGB: (65,47,41)

Color info

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

RGB color model

#412F29 color RGB value is (65,47,41).

RGB: (65,47,41) (25%, 18%, 16%)

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 41 of 255 = 16%

65
47
41

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

Portions of RGB colors in percentages

R + G + B = 65 + 47 + 41 = 153 (100%)
R 65 of 153 ~ 42.48%
G 47 of 153 ~ 30.72%
B 41 of 153 ~ 26.8'%

%42.48
%30.72
%26.8

CMYK color model

#412F29 color CMYK value is (0,28,37,75).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK: (0,28,37,75) C0M28Y37K75 (0%,28%,37%,75%) (0.00/0.28/0.37/0.75) 

CMYK percentages

%0
%27.69
%36.92
%74.51

Codes

Color #412F29 in popluar color models

41 2F 29
RGB 65 47 41
HSL 15° 22.64% 20.78%
HSB/HSV 15° 36.92% 25.49%
CMYK 0.00% 27.69% 36.92%
74.51%

Color #412F29 in popluar number systems.

HEX 41 2F 29
Decimal 65 47 41
Binary 1000001 101111 101001
Octal 101 57 51

Shades and tints

Shades of #412F29

#412F29
(65,47,41)
#3C2B26
(60,43,38)
#372723
(55,39,35)
#322320
(50,35,32)
#2D1F1D
(45,31,29)
#281B1A
(40,27,26)
#231717
(35,23,23)
#1E1314
(30,19,20)
#190F11
(25,15,17)
#140B0E
(20,11,14)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #412F29

#412F29
(65,47,41)
#52413C
(82,65,60)
#63534F
(99,83,79)
#746562
(116,101,98)
#857775
(133,119,117)
#968988
(150,137,136)
#A79B9B
(167,155,155)
#B8ADAE
(184,173,174)
#C9BFC1
(201,191,193)
#DAD1D4
(218,209,212)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412F29; }

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

This text font color is #412F29.

Background Color

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

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

This div background color is #412F29.

Border color

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

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

This div border color is #412F29.

Opacity

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

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

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

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

This text has shadow with #412F29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412F29.

Preview

Color preview on black background

This text has color #412F29 on black background.


Color preview on white background

This text has color #412F29 on white background.


Black color preview on #412F29 background

This text has black color on #412F29 background.


White color preview on #412F29 background

This text has white color on #412F29 background.


Related colors

Complementary color

Complementary color for #hex is #BED0D6.


I love getcolorcode.com

Triadic colors

1 #29412F and #2F2941 with #412F29 are triadic colors.

2 #292F41 and #2F4129 with #412F29 are triadic colors.