COLOR #401725

HEX: #401725
RGB: (64,23,37)

Color info

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

RGB color model

#401725 color RGB value is (64,23,37).

  • red value is 64;
  • green value is 23;
  • blue value is 37.
RGB:
(64,23,37)
(25%,9%,15%)

RGB channels and saturation

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

64
23
37

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

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 37 = 124 (100%)
R 64 of 124 ~ 51.61%
G 23 of 124 ~ 18.55%
B 37 of 124 ~ 29.84%

%51.61
%18.55
%29.84

CMYK color model

#401725 color CMYK value is (0,64,42,75).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 42.19%
  • key color value is 74.90%
CMYK:
(0,64,42,75)
C0M64Y42K75 
(0%,64%,42%,75%)
(0.00/0.64/0.42/0.75)	

CMYK percentages

%0
%64.06
%42.19
%74.9

Codes

Color #401725 in popluar color models

401725
RGB642337
HSL340°47.13%17.06%
HSB/HSV340°64.06%25.10%
CMYK0.00%64.06%42.19%
74.90%

Color #401725 in popluar number systems.

HEX401725
Decimal642337
Binary100000010111100101
Octal1002745

Shades and tints

Shades of #401725

#401725
(64,23,37)
#3B1522
(59,21,34)
#36131F
(54,19,31)
#31111C
(49,17,28)
#2C0F19
(44,15,25)
#270D16
(39,13,22)
#220B13
(34,11,19)
#1D0910
(29,9,16)
#18070D
(24,7,13)
#13050A
(19,5,10)
#0E0307
(14,3,7)
#000000
(0,0,0)

Tints of #401725

#401725
(64,23,37)
#512C38
(81,44,56)
#62414B
(98,65,75)
#73565E
(115,86,94)
#846B71
(132,107,113)
#958084
(149,128,132)
#A69597
(166,149,151)
#B7AAAA
(183,170,170)
#C8BFBD
(200,191,189)
#D9D4D0
(217,212,208)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401725; }

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

This text font color is #401725.


Background Color

.myBgColor { background-color: #401725; }

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

This div background color is #401725.


Border color

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

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

This div border color is #401725.


Opacity

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

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

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

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

This text has shadow with #401725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401725 on black background.


Color preview on white background

This text has color #401725 on white background.



Black color preview on #401725 background

This text has black color on #401725 background.


White color preview on #401725 background

This text has white color on #401725 background.