COLOR #441A25

HEX: #441A25 RGB: (68,26,37)

Color info

#441A25 contains red, green and blue colors in about the same proportion. Web safe color of #441A25 is #330033 (or #303).

RGB color model

#441A25 color RGB value is (68,26,37).

RGB: (68,26,37) (27%, 10%, 15%)

RGB channels and saturation

R 68 of 255 = 27%
G 26 of 255 = 10%
B 37 of 255 = 15%

68
26
37

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

Portions of RGB colors in percentages

R + G + B = 68 + 26 + 37 = 131 (100%)
R 68 of 131 ~ 51.91%
G 26 of 131 ~ 19.85%
B 37 of 131 ~ 28.24'%

%51.91
%19.85
%28.24

CMYK color model

#441A25 color CMYK value is (0,62,46,73).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 45.59%
  • key color value is 73.33%

CMYK: (0,62,46,73)
C0M62Y46K73 (0%, 62%, 46%, 73%)
(0.00 / 0.62 / 0.46 / 0.73)

CMYK percentages

%0
%61.76
%45.59
%73.33

Codes

Color #441A25 in popluar color models

44 1A 25
RGB 68 26 37
HSL 344° 44.68% 18.43%
HSB/HSV 344° 61.76% 26.67%
CMYK 0.00% 61.76% 45.59%
73.33%

Color #441A25 in popluar number systems.

HEX 44 1A 25
Decimal 68 26 37
Binary 1000100 11010 100101
Octal 104 32 45

Shades and tints

Shades of #441A25

#441A25
(68,26,37)
#3E1822
(62,24,34)
#38161F
(56,22,31)
#32141C
(50,20,28)
#2C1219
(44,18,25)
#261016
(38,16,22)
#200E13
(32,14,19)
#1A0C10
(26,12,16)
#140A0D
(20,10,13)
#0E080A
(14,8,10)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #441A25

#441A25
(68,26,37)
#552E38
(85,46,56)
#66424B
(102,66,75)
#77565E
(119,86,94)
#886A71
(136,106,113)
#997E84
(153,126,132)
#AA9297
(170,146,151)
#BBA6AA
(187,166,170)
#CCBABD
(204,186,189)
#DDCED0
(221,206,208)
#EEE2E3
(238,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441A25; }

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

This text font color is #441A25.

Background Color

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

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

This div background color is #441A25.

Border color

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

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

This div border color is #441A25.

Opacity

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

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

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

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

This text has shadow with #441A25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441A25.

Preview

Color preview on black background

This text has color #441A25 on black background.


Color preview on white background

This text has color #441A25 on white background.


Black color preview on #441A25 background

This text has black color on #441A25 background.


White color preview on #441A25 background

This text has white color on #441A25 background.


Related colors

Complementary color

Complementary color for #hex is #BBE5DA.


I love getcolorcode.com

Triadic colors

1 #25441A and #1A2544 with #441A25 are triadic colors.

2 #251A44 and #1A4425 with #441A25 are triadic colors.