COLOR #411436

HEX: #411436
RGB: (65,20,54)

Color info

#411436 contains red, green and blue colors in about the same proportion. Web safe color of #411436 is #330033 (or #303).

RGB color model

#411436 color RGB value is (65,20,54).

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

RGB channels and saturation

R 65 of 255 = 25%
G 20 of 255 = 8%
B 54 of 255 = 21%

65
20
54

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

Portions of RGB colors in percentages

R + G + B =
65 + 20 + 54 = 139 (100%)
R 65 of 139 ~ 46.76%
G 20 of 139 ~ 14.39%
B 54 of 139 ~ 38.85%

%46.76
%14.39
%38.85

CMYK color model

#411436 color CMYK value is (0,69,17,75).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 16.92%
  • key color value is 74.51%
CMYK:
(0,69,17,75)
C0M69Y17K75 
(0%,69%,17%,75%)
(0.00/0.69/0.17/0.75)	

CMYK percentages

%0
%69.23
%16.92
%74.51

Codes

Color #411436 in popluar color models

411436
RGB652054
HSL315°52.94%16.67%
HSB/HSV315°69.23%25.49%
CMYK0.00%69.23%16.92%
74.51%

Color #411436 in popluar number systems.

HEX411436
Decimal652054
Binary100000110100110110
Octal1012466

Shades and tints

Shades of #411436

#411436
(65,20,54)
#3C1332
(60,19,50)
#37122E
(55,18,46)
#32112A
(50,17,42)
#2D1026
(45,16,38)
#280F22
(40,15,34)
#230E1E
(35,14,30)
#1E0D1A
(30,13,26)
#190C16
(25,12,22)
#140B12
(20,11,18)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #411436

#411436
(65,20,54)
#522948
(82,41,72)
#633E5A
(99,62,90)
#74536C
(116,83,108)
#85687E
(133,104,126)
#967D90
(150,125,144)
#A792A2
(167,146,162)
#B8A7B4
(184,167,180)
#C9BCC6
(201,188,198)
#DAD1D8
(218,209,216)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411436; }

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

This text font color is #411436.


Background Color

.myBgColor { background-color: #411436; }

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

This div background color is #411436.


Border color

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

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

This div border color is #411436.


Opacity

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

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

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

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

This text has shadow with #411436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411436 on black background.


Color preview on white background

This text has color #411436 on white background.



Black color preview on #411436 background

This text has black color on #411436 background.


White color preview on #411436 background

This text has white color on #411436 background.