COLOR #401825

HEX: #401825 RGB: (64,24,37)

Color info

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

RGB color model

#401825 color RGB value is (64,24,37).

RGB: (64,24,37) (25%, 9%, 15%)

RGB channels and saturation

R 64 of 255 = 25%
G 24 of 255 = 9%
B 37 of 255 = 15%

64
24
37

R + G + B ~ 16%. #401825 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 24 + 37 = 125 (100%)
R 64 of 125 ~ 51.2%
G 24 of 125 ~ 19.2%
B 37 of 125 ~ 29.6'%

%51.2
%19.2
%29.6

CMYK color model

#401825 color CMYK value is (0,63,42,75).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 42.19%
  • key color value is 74.90%
CMYK: (0,63,42,75) C0M63Y42K75 (0%,63%,42%,75%) (0.00/0.63/0.42/0.75) 

CMYK percentages

%0
%62.5
%42.19
%74.9

Codes

Color #401825 in popluar color models

40 18 25
RGB 64 24 37
HSL 341° 45.45% 17.25%
HSB/HSV 341° 62.50% 25.10%
CMYK 0.00% 62.50% 42.19%
74.90%

Color #401825 in popluar number systems.

HEX 40 18 25
Decimal 64 24 37
Binary 1000000 11000 100101
Octal 100 30 45

Shades and tints

Shades of #401825

#401825
(64,24,37)
#3B1622
(59,22,34)
#36141F
(54,20,31)
#31121C
(49,18,28)
#2C1019
(44,16,25)
#270E16
(39,14,22)
#220C13
(34,12,19)
#1D0A10
(29,10,16)
#18080D
(24,8,13)
#13060A
(19,6,10)
#0E0407
(14,4,7)
#000000
(0,0,0)

Tints of #401825

#401825
(64,24,37)
#512D38
(81,45,56)
#62424B
(98,66,75)
#73575E
(115,87,94)
#846C71
(132,108,113)
#958184
(149,129,132)
#A69697
(166,150,151)
#B7ABAA
(183,171,170)
#C8C0BD
(200,192,189)
#D9D5D0
(217,213,208)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401825 color. Also use rgb(64,24,37) instead hex code.

Text Font Color

.myTextColor { color: #401825; }

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

This text font color is #401825.

Background Color

.myBgColor { background-color: #401825; }

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

This div background color is #401825.

Border color

.myBorderColor { border: 1px solid #401825; }

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

This div border color is #401825.

Opacity

.myOpacity80 { color: #401825; opacity: 0.8; }

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

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

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

This text has shadow with #401825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401825.

Preview

Color preview on black background

This text has color #401825 on black background.


Color preview on white background

This text has color #401825 on white background.


Black color preview on #401825 background

This text has black color on #401825 background.


White color preview on #401825 background

This text has white color on #401825 background.


Related colors

Complementary color

Complementary color for #hex is #BFE7DA.


I love getcolorcode.com

Triadic colors

1 #254018 and #182540 with #401825 are triadic colors.

2 #251840 and #184025 with #401825 are triadic colors.