COLOR #441C25

HEX: #441C25 RGB: (68,28,37)

Color info

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

RGB color model

#441C25 color RGB value is (68,28,37).

RGB: (68,28,37) (27%, 11%, 15%)

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 37 of 255 = 15%

68
28
37

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

Portions of RGB colors in percentages

R + G + B = 68 + 28 + 37 = 133 (100%)
R 68 of 133 ~ 51.13%
G 28 of 133 ~ 21.05%
B 37 of 133 ~ 27.82'%

%51.13
%21.05
%27.82

CMYK color model

#441C25 color CMYK value is (0,59,46,73).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 45.59%
  • key color value is 73.33%
CMYK: (0,59,46,73) C0M59Y46K73 (0%,59%,46%,73%) (0.00/0.59/0.46/0.73) 

CMYK percentages

%0
%58.82
%45.59
%73.33

Codes

Color #441C25 in popluar color models

44 1C 25
RGB 68 28 37
HSL 347° 41.67% 18.82%
HSB/HSV 347° 58.82% 26.67%
CMYK 0.00% 58.82% 45.59%
73.33%

Color #441C25 in popluar number systems.

HEX 44 1C 25
Decimal 68 28 37
Binary 1000100 11100 100101
Octal 104 34 45

Shades and tints

Shades of #441C25

#441C25
(68,28,37)
#3E1A22
(62,26,34)
#38181F
(56,24,31)
#32161C
(50,22,28)
#2C1419
(44,20,25)
#261216
(38,18,22)
#201013
(32,16,19)
#1A0E10
(26,14,16)
#140C0D
(20,12,13)
#0E0A0A
(14,10,10)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #441C25

#441C25
(68,28,37)
#553038
(85,48,56)
#66444B
(102,68,75)
#77585E
(119,88,94)
#886C71
(136,108,113)
#998084
(153,128,132)
#AA9497
(170,148,151)
#BBA8AA
(187,168,170)
#CCBCBD
(204,188,189)
#DDD0D0
(221,208,208)
#EEE4E3
(238,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441C25; }

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

This text font color is #441C25.

Background Color

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

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

This div background color is #441C25.

Border color

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

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

This div border color is #441C25.

Opacity

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

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

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

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

This text has shadow with #441C25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441C25.

Preview

Color preview on black background

This text has color #441C25 on black background.


Color preview on white background

This text has color #441C25 on white background.


Black color preview on #441C25 background

This text has black color on #441C25 background.


White color preview on #441C25 background

This text has white color on #441C25 background.


Related colors

Complementary color

Complementary color for #hex is #BBE3DA.


I love getcolorcode.com

Triadic colors

1 #25441C and #1C2544 with #441C25 are triadic colors.

2 #251C44 and #1C4425 with #441C25 are triadic colors.