COLOR #412B1D

HEX: #412B1D RGB: (65,43,29)

Color info

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

RGB color model

#412B1D color RGB value is (65,43,29).

RGB: (65,43,29) (25%, 17%, 11%)

RGB channels and saturation

R 65 of 255 = 25%
G 43 of 255 = 17%
B 29 of 255 = 11%

65
43
29

R + G + B ~ 18%. #412B1D is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 43 + 29 = 137 (100%)
R 65 of 137 ~ 47.45%
G 43 of 137 ~ 31.39%
B 29 of 137 ~ 21.17'%

%47.45
%31.39
%21.17

CMYK color model

#412B1D color CMYK value is (0,34,55,75).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 55.38%
  • key color value is 74.51%

CMYK: (0,34,55,75)
C0M34Y55K75 (0%, 34%, 55%, 75%)
(0.00 / 0.34 / 0.55 / 0.75)

CMYK percentages

%0
%33.85
%55.38
%74.51

Codes

Color #412B1D in popluar color models

41 2B 1D
RGB 65 43 29
HSL 23° 38.30% 18.43%
HSB/HSV 23° 55.38% 25.49%
CMYK 0.00% 33.85% 55.38%
74.51%

Color #412B1D in popluar number systems.

HEX 41 2B 1D
Decimal 65 43 29
Binary 1000001 101011 11101
Octal 101 53 35

Shades and tints

Shades of #412B1D

#412B1D
(65,43,29)
#3C281B
(60,40,27)
#372519
(55,37,25)
#322217
(50,34,23)
#2D1F15
(45,31,21)
#281C13
(40,28,19)
#231911
(35,25,17)
#1E160F
(30,22,15)
#19130D
(25,19,13)
#14100B
(20,16,11)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #412B1D

#412B1D
(65,43,29)
#523E31
(82,62,49)
#635145
(99,81,69)
#746459
(116,100,89)
#85776D
(133,119,109)
#968A81
(150,138,129)
#A79D95
(167,157,149)
#B8B0A9
(184,176,169)
#C9C3BD
(201,195,189)
#DAD6D1
(218,214,209)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412B1D color. Also use rgb(65,43,29) instead hex code.

Text Font Color

.myTextColor { color: #412B1D; }

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

This text font color is #412B1D.

Background Color

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

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

This div background color is #412B1D.

Border color

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

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

This div border color is #412B1D.

Opacity

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

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

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

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

This text has shadow with #412B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412B1D.

Preview

Color preview on black background

This text has color #412B1D on black background.


Color preview on white background

This text has color #412B1D on white background.


Black color preview on #412B1D background

This text has black color on #412B1D background.


White color preview on #412B1D background

This text has white color on #412B1D background.


Related colors

Complementary color

Complementary color for #hex is #BED4E2.


I love getcolorcode.com

Triadic colors

1 #1D412B and #2B1D41 with #412B1D are triadic colors.

2 #1D2B41 and #2B411D with #412B1D are triadic colors.