COLOR #441B53

HEX: #441B53
RGB: (68,27,83)

Color info

#441B53 contains red, green and blue colors in about the same proportion. Web safe color of #441B53 is #333366 (or #336).

RGB color model

#441B53 color RGB value is (68,27,83).

  • red value is 68;
  • green value is 27;
  • blue value is 83.
RGB:
(68,27,83)
(27%,11%,33%)

RGB channels and saturation

R 68 of 255 = 27%
G 27 of 255 = 11%
B 83 of 255 = 33%

68
27
83

R + G + B ~ 24%. #441B53 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 27 + 83 = 178 (100%)
R 68 of 178 ~ 38.2%
G 27 of 178 ~ 15.17%
B 83 of 178 ~ 46.63%

%38.2
%15.17
%46.63

CMYK color model

#441B53 color CMYK value is (18,67,0,67).

  • cyan value is 18.07%
  • magenta value is 67.47%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(18,67,0,67)
C18M67Y0K67 
(18%,67%,0%,67%)
(0.18/0.67/0.00/0.67)	

CMYK percentages

%18.07
%67.47
%0
%67.45

Codes

Color #441B53 in popluar color models

441B53
RGB682783
HSL284°50.91%21.57%
HSB/HSV284°67.47%32.55%
CMYK18.07%67.47%0.00%
67.45%

Color #441B53 in popluar number systems.

HEX441B53
Decimal682783
Binary1000100110111010011
Octal10433123

Shades and tints

Shades of #441B53

#441B53
(68,27,83)
#3E194C
(62,25,76)
#381745
(56,23,69)
#32153E
(50,21,62)
#2C1337
(44,19,55)
#261130
(38,17,48)
#200F29
(32,15,41)
#1A0D22
(26,13,34)
#140B1B
(20,11,27)
#0E0914
(14,9,20)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #441B53

#441B53
(68,27,83)
#552F62
(85,47,98)
#664371
(102,67,113)
#775780
(119,87,128)
#886B8F
(136,107,143)
#997F9E
(153,127,158)
#AA93AD
(170,147,173)
#BBA7BC
(187,167,188)
#CCBBCB
(204,187,203)
#DDCFDA
(221,207,218)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441B53 color. Also use rgb(68,27,83) instead hex code.

Text Font Color

.myTextColor { color: #441B53; }

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

This text font color is #441B53.


Background Color

.myBgColor { background-color: #441B53; }

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

This div background color is #441B53.


Border color

.myBorderColor { border: 1px solid #441B53; }

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

This div border color is #441B53.


Opacity

.myOpacity80 { color: #441B53; opacity: 0.8; }

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

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

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

This text has shadow with #441B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441B53 on black background.


Color preview on white background

This text has color #441B53 on white background.



Black color preview on #441B53 background

This text has black color on #441B53 background.


White color preview on #441B53 background

This text has white color on #441B53 background.