COLOR #412329

HEX: #412329
RGB: (65,35,41)

Color info

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

RGB color model

#412329 color RGB value is (65,35,41).

  • red value is 65;
  • green value is 35;
  • blue value is 41.
RGB:
(65,35,41)
(25%,14%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 41 of 255 = 16%

65
35
41

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

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 41 = 141 (100%)
R 65 of 141 ~ 46.1%
G 35 of 141 ~ 24.82%
B 41 of 141 ~ 29.08%

%46.1
%24.82
%29.08

CMYK color model

#412329 color CMYK value is (0,46,37,75).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,46,37,75)
C0M46Y37K75 
(0%,46%,37%,75%)
(0.00/0.46/0.37/0.75)	

CMYK percentages

%0
%46.15
%36.92
%74.51

Codes

Color #412329 in popluar color models

412329
RGB653541
HSL348°30.00%19.61%
HSB/HSV348°46.15%25.49%
CMYK0.00%46.15%36.92%
74.51%

Color #412329 in popluar number systems.

HEX412329
Decimal653541
Binary1000001100011101001
Octal1014351

Shades and tints

Shades of #412329

#412329
(65,35,41)
#3C2026
(60,32,38)
#371D23
(55,29,35)
#321A20
(50,26,32)
#2D171D
(45,23,29)
#28141A
(40,20,26)
#231117
(35,17,23)
#1E0E14
(30,14,20)
#190B11
(25,11,17)
#14080E
(20,8,14)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #412329

#412329
(65,35,41)
#52373C
(82,55,60)
#634B4F
(99,75,79)
#745F62
(116,95,98)
#857375
(133,115,117)
#968788
(150,135,136)
#A79B9B
(167,155,155)
#B8AFAE
(184,175,174)
#C9C3C1
(201,195,193)
#DAD7D4
(218,215,212)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412329; }

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

This text font color is #412329.


Background Color

.myBgColor { background-color: #412329; }

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

This div background color is #412329.


Border color

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

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

This div border color is #412329.


Opacity

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

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

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

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

This text has shadow with #412329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412329 on black background.


Color preview on white background

This text has color #412329 on white background.



Black color preview on #412329 background

This text has black color on #412329 background.


White color preview on #412329 background

This text has white color on #412329 background.