COLOR #441C23

HEX: #441C23
RGB: (68,28,35)

Color info

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

RGB color model

#441C23 color RGB value is (68,28,35).

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

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 35 of 255 = 14%

68
28
35

R + G + B ~ 17%. #441C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 35 = 131 (100%)
R 68 of 131 ~ 51.91%
G 28 of 131 ~ 21.37%
B 35 of 131 ~ 26.72%

%51.91
%21.37
%26.72

CMYK color model

#441C23 color CMYK value is (0,59,49,73).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 48.53%
  • key color value is 73.33%
CMYK:
(0,59,49,73)
C0M59Y49K73 
(0%,59%,49%,73%)
(0.00/0.59/0.49/0.73)	

CMYK percentages

%0
%58.82
%48.53
%73.33

Codes

Color #441C23 in popluar color models

441C23
RGB682835
HSL350°41.67%18.82%
HSB/HSV350°58.82%26.67%
CMYK0.00%58.82%48.53%
73.33%

Color #441C23 in popluar number systems.

HEX441C23
Decimal682835
Binary100010011100100011
Octal1043443

Shades and tints

Shades of #441C23

#441C23
(68,28,35)
#3E1A20
(62,26,32)
#38181D
(56,24,29)
#32161A
(50,22,26)
#2C1417
(44,20,23)
#261214
(38,18,20)
#201011
(32,16,17)
#1A0E0E
(26,14,14)
#140C0B
(20,12,11)
#0E0A08
(14,10,8)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #441C23

#441C23
(68,28,35)
#553037
(85,48,55)
#66444B
(102,68,75)
#77585F
(119,88,95)
#886C73
(136,108,115)
#998087
(153,128,135)
#AA949B
(170,148,155)
#BBA8AF
(187,168,175)
#CCBCC3
(204,188,195)
#DDD0D7
(221,208,215)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441C23; }

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

This text font color is #441C23.


Background Color

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

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

This div background color is #441C23.


Border color

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

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

This div border color is #441C23.


Opacity

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

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

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

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

This text has shadow with #441C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C23 on black background.


Color preview on white background

This text has color #441C23 on white background.



Black color preview on #441C23 background

This text has black color on #441C23 background.


White color preview on #441C23 background

This text has white color on #441C23 background.