COLOR #400E25

HEX: #400E25 RGB: (64,14,37)

Color info

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

RGB color model

#400E25 color RGB value is (64,14,37).

RGB: (64,14,37) (25%, 5%, 15%)

RGB channels and saturation

R 64 of 255 = 25%
G 14 of 255 = 5%
B 37 of 255 = 15%

64
14
37

R + G + B ~ 15%. #400E25 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 14 + 37 = 115 (100%)
R 64 of 115 ~ 55.65%
G 14 of 115 ~ 12.17%
B 37 of 115 ~ 32.17'%

%55.65
%12.17
%32.17

CMYK color model

#400E25 color CMYK value is (0,78,42,75).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 42.19%
  • key color value is 74.90%

CMYK: (0,78,42,75)
C0M78Y42K75 (0%, 78%, 42%, 75%)
(0.00 / 0.78 / 0.42 / 0.75)

CMYK percentages

%0
%78.13
%42.19
%74.9

Codes

Color #400E25 in popluar color models

40 0E 25
RGB 64 14 37
HSL 332° 64.10% 15.29%
HSB/HSV 332° 78.13% 25.10%
CMYK 0.00% 78.13% 42.19%
74.90%

Color #400E25 in popluar number systems.

HEX 40 0E 25
Decimal 64 14 37
Binary 1000000 1110 100101
Octal 100 16 45

Shades and tints

Shades of #400E25

#400E25
(64,14,37)
#3B0D22
(59,13,34)
#360C1F
(54,12,31)
#310B1C
(49,11,28)
#2C0A19
(44,10,25)
#270916
(39,9,22)
#220813
(34,8,19)
#1D0710
(29,7,16)
#18060D
(24,6,13)
#13050A
(19,5,10)
#0E0407
(14,4,7)
#000000
(0,0,0)

Tints of #400E25

#400E25
(64,14,37)
#512338
(81,35,56)
#62384B
(98,56,75)
#734D5E
(115,77,94)
#846271
(132,98,113)
#957784
(149,119,132)
#A68C97
(166,140,151)
#B7A1AA
(183,161,170)
#C8B6BD
(200,182,189)
#D9CBD0
(217,203,208)
#EAE0E3
(234,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400E25; }

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

This text font color is #400E25.

Background Color

.myBgColor { background-color: #400E25; }

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

This div background color is #400E25.

Border color

.myBorderColor { border: 1px solid #400E25; }

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

This div border color is #400E25.

Opacity

.myOpacity80 { color: #400E25; opacity: 0.8; }

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

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

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

This text has shadow with #400E25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400E25.

Preview

Color preview on black background

This text has color #400E25 on black background.


Color preview on white background

This text has color #400E25 on white background.


Black color preview on #400E25 background

This text has black color on #400E25 background.


White color preview on #400E25 background

This text has white color on #400E25 background.


Related colors

Complementary color

Complementary color for #hex is #BFF1DA.


I love getcolorcode.com

Triadic colors

1 #25400E and #0E2540 with #400E25 are triadic colors.

2 #250E40 and #0E4025 with #400E25 are triadic colors.