COLOR #412326

HEX: #412326
RGB: (65,35,38)

Color info

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

RGB color model

#412326 color RGB value is (65,35,38).

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

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 38 of 255 = 15%

65
35
38

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

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 38 = 138 (100%)
R 65 of 138 ~ 47.1%
G 35 of 138 ~ 25.36%
B 38 of 138 ~ 27.54%

%47.1
%25.36
%27.54

CMYK color model

#412326 color CMYK value is (0,46,42,75).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 41.54%
  • key color value is 74.51%
CMYK:
(0,46,42,75)
C0M46Y42K75 
(0%,46%,42%,75%)
(0.00/0.46/0.42/0.75)	

CMYK percentages

%0
%46.15
%41.54
%74.51

Codes

Color #412326 in popluar color models

412326
RGB653538
HSL354°30.00%19.61%
HSB/HSV354°46.15%25.49%
CMYK0.00%46.15%41.54%
74.51%

Color #412326 in popluar number systems.

HEX412326
Decimal653538
Binary1000001100011100110
Octal1014346

Shades and tints

Shades of #412326

#412326
(65,35,38)
#3C2023
(60,32,35)
#371D20
(55,29,32)
#321A1D
(50,26,29)
#2D171A
(45,23,26)
#281417
(40,20,23)
#231114
(35,17,20)
#1E0E11
(30,14,17)
#190B0E
(25,11,14)
#14080B
(20,8,11)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #412326

#412326
(65,35,38)
#523739
(82,55,57)
#634B4C
(99,75,76)
#745F5F
(116,95,95)
#857372
(133,115,114)
#968785
(150,135,133)
#A79B98
(167,155,152)
#B8AFAB
(184,175,171)
#C9C3BE
(201,195,190)
#DAD7D1
(218,215,209)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412326; }

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

This text font color is #412326.


Background Color

.myBgColor { background-color: #412326; }

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

This div background color is #412326.


Border color

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

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

This div border color is #412326.


Opacity

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

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

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

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

This text has shadow with #412326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412326 on black background.


Color preview on white background

This text has color #412326 on white background.



Black color preview on #412326 background

This text has black color on #412326 background.


White color preview on #412326 background

This text has white color on #412326 background.