COLOR #40251D

HEX: #40251D RGB: (64,37,29)

Color info

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

RGB color model

#40251D color RGB value is (64,37,29).

RGB: (64,37,29) (25%, 15%, 11%)

RGB channels and saturation

R 64 of 255 = 25%
G 37 of 255 = 15%
B 29 of 255 = 11%

64
37
29

R + G + B ~ 17%. #40251D is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 37 + 29 = 130 (100%)
R 64 of 130 ~ 49.23%
G 37 of 130 ~ 28.46%
B 29 of 130 ~ 22.31'%

%49.23
%28.46
%22.31

CMYK color model

#40251D color CMYK value is (0,42,55,75).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK: (0,42,55,75) C0M42Y55K75 (0%,42%,55%,75%) (0.00/0.42/0.55/0.75) 

CMYK percentages

%0
%42.19
%54.69
%74.9

Codes

Color #40251D in popluar color models

40 25 1D
RGB 64 37 29
HSL 14° 37.63% 18.24%
HSB/HSV 14° 54.69% 25.10%
CMYK 0.00% 42.19% 54.69%
74.90%

Color #40251D in popluar number systems.

HEX 40 25 1D
Decimal 64 37 29
Binary 1000000 100101 11101
Octal 100 45 35

Shades and tints

Shades of #40251D

#40251D
(64,37,29)
#3B221B
(59,34,27)
#361F19
(54,31,25)
#311C17
(49,28,23)
#2C1915
(44,25,21)
#271613
(39,22,19)
#221311
(34,19,17)
#1D100F
(29,16,15)
#180D0D
(24,13,13)
#130A0B
(19,10,11)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #40251D

#40251D
(64,37,29)
#513831
(81,56,49)
#624B45
(98,75,69)
#735E59
(115,94,89)
#84716D
(132,113,109)
#958481
(149,132,129)
#A69795
(166,151,149)
#B7AAA9
(183,170,169)
#C8BDBD
(200,189,189)
#D9D0D1
(217,208,209)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40251D; }

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

This text font color is #40251D.

Background Color

.myBgColor { background-color: #40251D; }

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

This div background color is #40251D.

Border color

.myBorderColor { border: 1px solid #40251D; }

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

This div border color is #40251D.

Opacity

.myOpacity80 { color: #40251D; opacity: 0.8; }

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

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

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

This text has shadow with #40251D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40251D.

Preview

Color preview on black background

This text has color #40251D on black background.


Color preview on white background

This text has color #40251D on white background.


Black color preview on #40251D background

This text has black color on #40251D background.


White color preview on #40251D background

This text has white color on #40251D background.


Related colors

Complementary color

Complementary color for #hex is #BFDAE2.


I love getcolorcode.com

Triadic colors

1 #1D4025 and #251D40 with #40251D are triadic colors.

2 #1D2540 and #25401D with #40251D are triadic colors.