COLOR #412436

HEX: #412436
RGB: (65,36,54)

Color info

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

RGB color model

#412436 color RGB value is (65,36,54).

  • red value is 65;
  • green value is 36;
  • blue value is 54.
RGB:
(65,36,54)
(25%,14%,21%)

RGB channels and saturation

R 65 of 255 = 25%
G 36 of 255 = 14%
B 54 of 255 = 21%

65
36
54

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

Portions of RGB colors in percentages

R + G + B =
65 + 36 + 54 = 155 (100%)
R 65 of 155 ~ 41.94%
G 36 of 155 ~ 23.23%
B 54 of 155 ~ 34.84%

%41.94
%23.23
%34.84

CMYK color model

#412436 color CMYK value is (0,45,17,75).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 16.92%
  • key color value is 74.51%
CMYK:
(0,45,17,75)
C0M45Y17K75 
(0%,45%,17%,75%)
(0.00/0.45/0.17/0.75)	

CMYK percentages

%0
%44.62
%16.92
%74.51

Codes

Color #412436 in popluar color models

412436
RGB653654
HSL323°28.71%19.80%
HSB/HSV323°44.62%25.49%
CMYK0.00%44.62%16.92%
74.51%

Color #412436 in popluar number systems.

HEX412436
Decimal653654
Binary1000001100100110110
Octal1014466

Shades and tints

Shades of #412436

#412436
(65,36,54)
#3C2132
(60,33,50)
#371E2E
(55,30,46)
#321B2A
(50,27,42)
#2D1826
(45,24,38)
#281522
(40,21,34)
#23121E
(35,18,30)
#1E0F1A
(30,15,26)
#190C16
(25,12,22)
#140912
(20,9,18)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #412436

#412436
(65,36,54)
#523748
(82,55,72)
#634A5A
(99,74,90)
#745D6C
(116,93,108)
#85707E
(133,112,126)
#968390
(150,131,144)
#A796A2
(167,150,162)
#B8A9B4
(184,169,180)
#C9BCC6
(201,188,198)
#DACFD8
(218,207,216)
#EBE2EA
(235,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412436 color. Also use rgb(65,36,54) instead hex code.

Text Font Color

.myTextColor { color: #412436; }

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

This text font color is #412436.


Background Color

.myBgColor { background-color: #412436; }

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

This div background color is #412436.


Border color

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

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

This div border color is #412436.


Opacity

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

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

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

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

This text has shadow with #412436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412436 on black background.


Color preview on white background

This text has color #412436 on white background.



Black color preview on #412436 background

This text has black color on #412436 background.


White color preview on #412436 background

This text has white color on #412436 background.