COLOR #412736

HEX: #412736
RGB: (65,39,54)

Color info

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

RGB color model

#412736 color RGB value is (65,39,54).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 54 of 255 = 21%

65
39
54

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

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 54 = 158 (100%)
R 65 of 158 ~ 41.14%
G 39 of 158 ~ 24.68%
B 54 of 158 ~ 34.18%

%41.14
%24.68
%34.18

CMYK color model

#412736 color CMYK value is (0,40,17,75).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 16.92%
  • key color value is 74.51%
CMYK:
(0,40,17,75)
C0M40Y17K75 
(0%,40%,17%,75%)
(0.00/0.40/0.17/0.75)	

CMYK percentages

%0
%40
%16.92
%74.51

Codes

Color #412736 in popluar color models

412736
RGB653954
HSL325°25.00%20.39%
HSB/HSV325°40.00%25.49%
CMYK0.00%40.00%16.92%
74.51%

Color #412736 in popluar number systems.

HEX412736
Decimal653954
Binary1000001100111110110
Octal1014766

Shades and tints

Shades of #412736

#412736
(65,39,54)
#3C2432
(60,36,50)
#37212E
(55,33,46)
#321E2A
(50,30,42)
#2D1B26
(45,27,38)
#281822
(40,24,34)
#23151E
(35,21,30)
#1E121A
(30,18,26)
#190F16
(25,15,22)
#140C12
(20,12,18)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #412736

#412736
(65,39,54)
#523A48
(82,58,72)
#634D5A
(99,77,90)
#74606C
(116,96,108)
#85737E
(133,115,126)
#968690
(150,134,144)
#A799A2
(167,153,162)
#B8ACB4
(184,172,180)
#C9BFC6
(201,191,198)
#DAD2D8
(218,210,216)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412736; }

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

This text font color is #412736.


Background Color

.myBgColor { background-color: #412736; }

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

This div background color is #412736.


Border color

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

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

This div border color is #412736.


Opacity

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

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

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

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

This text has shadow with #412736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412736 on black background.


Color preview on white background

This text has color #412736 on white background.



Black color preview on #412736 background

This text has black color on #412736 background.


White color preview on #412736 background

This text has white color on #412736 background.