COLOR #441C2D

HEX: #441C2D
RGB: (68,28,45)

Color info

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

RGB color model

#441C2D color RGB value is (68,28,45).

  • red value is 68;
  • green value is 28;
  • blue value is 45.
RGB:
(68,28,45)
(27%,11%,18%)

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 45 of 255 = 18%

68
28
45

R + G + B ~ 19%. #441C2D is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 45 = 141 (100%)
R 68 of 141 ~ 48.23%
G 28 of 141 ~ 19.86%
B 45 of 141 ~ 31.91%

%48.23
%19.86
%31.91

CMYK color model

#441C2D color CMYK value is (0,59,34,73).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 33.82%
  • key color value is 73.33%
CMYK:
(0,59,34,73)
C0M59Y34K73 
(0%,59%,34%,73%)
(0.00/0.59/0.34/0.73)	

CMYK percentages

%0
%58.82
%33.82
%73.33

Codes

Color #441C2D in popluar color models

441C2D
RGB682845
HSL335°41.67%18.82%
HSB/HSV335°58.82%26.67%
CMYK0.00%58.82%33.82%
73.33%

Color #441C2D in popluar number systems.

HEX441C2D
Decimal682845
Binary100010011100101101
Octal1043455

Shades and tints

Shades of #441C2D

#441C2D
(68,28,45)
#3E1A29
(62,26,41)
#381825
(56,24,37)
#321621
(50,22,33)
#2C141D
(44,20,29)
#261219
(38,18,25)
#201015
(32,16,21)
#1A0E11
(26,14,17)
#140C0D
(20,12,13)
#0E0A09
(14,10,9)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #441C2D

#441C2D
(68,28,45)
#553040
(85,48,64)
#664453
(102,68,83)
#775866
(119,88,102)
#886C79
(136,108,121)
#99808C
(153,128,140)
#AA949F
(170,148,159)
#BBA8B2
(187,168,178)
#CCBCC5
(204,188,197)
#DDD0D8
(221,208,216)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441C2D color. Also use rgb(68,28,45) instead hex code.

Text Font Color

.myTextColor { color: #441C2D; }

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

This text font color is #441C2D.


Background Color

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

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

This div background color is #441C2D.


Border color

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

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

This div border color is #441C2D.


Opacity

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

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

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

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

This text has shadow with #441C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C2D on black background.


Color preview on white background

This text has color #441C2D on white background.



Black color preview on #441C2D background

This text has black color on #441C2D background.


White color preview on #441C2D background

This text has white color on #441C2D background.