COLOR #441B37

HEX: #441B37
RGB: (68,27,55)

Color info

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

RGB color model

#441B37 color RGB value is (68,27,55).

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

RGB channels and saturation

R 68 of 255 = 27%
G 27 of 255 = 11%
B 55 of 255 = 22%

68
27
55

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

Portions of RGB colors in percentages

R + G + B =
68 + 27 + 55 = 150 (100%)
R 68 of 150 ~ 45.33%
G 27 of 150 ~ 18%
B 55 of 150 ~ 36.67%

%45.33
%18
%36.67

CMYK color model

#441B37 color CMYK value is (0,60,19,73).

  • cyan value is 0.00%
  • magenta value is 60.29%
  • yellow value is 19.12%
  • key color value is 73.33%
CMYK:
(0,60,19,73)
C0M60Y19K73 
(0%,60%,19%,73%)
(0.00/0.60/0.19/0.73)	

CMYK percentages

%0
%60.29
%19.12
%73.33

Codes

Color #441B37 in popluar color models

441B37
RGB682755
HSL319°43.16%18.63%
HSB/HSV319°60.29%26.67%
CMYK0.00%60.29%19.12%
73.33%

Color #441B37 in popluar number systems.

HEX441B37
Decimal682755
Binary100010011011110111
Octal1043367

Shades and tints

Shades of #441B37

#441B37
(68,27,55)
#3E1932
(62,25,50)
#38172D
(56,23,45)
#321528
(50,21,40)
#2C1323
(44,19,35)
#26111E
(38,17,30)
#200F19
(32,15,25)
#1A0D14
(26,13,20)
#140B0F
(20,11,15)
#0E090A
(14,9,10)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #441B37

#441B37
(68,27,55)
#552F49
(85,47,73)
#66435B
(102,67,91)
#77576D
(119,87,109)
#886B7F
(136,107,127)
#997F91
(153,127,145)
#AA93A3
(170,147,163)
#BBA7B5
(187,167,181)
#CCBBC7
(204,187,199)
#DDCFD9
(221,207,217)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441B37; }

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

This text font color is #441B37.


Background Color

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

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

This div background color is #441B37.


Border color

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

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

This div border color is #441B37.


Opacity

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

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

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

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

This text has shadow with #441B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441B37 on black background.


Color preview on white background

This text has color #441B37 on white background.



Black color preview on #441B37 background

This text has black color on #441B37 background.


White color preview on #441B37 background

This text has white color on #441B37 background.