COLOR #400F36

HEX: #400F36 RGB: (64,15,54)

Color info

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

RGB color model

#400F36 color RGB value is (64,15,54).

RGB: (64,15,54) (25%, 6%, 21%)

RGB channels and saturation

R 64 of 255 = 25%
G 15 of 255 = 6%
B 54 of 255 = 21%

64
15
54

R + G + B ~ 17%. #400F36 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 15 + 54 = 133 (100%)
R 64 of 133 ~ 48.12%
G 15 of 133 ~ 11.28%
B 54 of 133 ~ 40.6'%

%48.12
%11.28
%40.6

CMYK color model

#400F36 color CMYK value is (0,77,16,75).

  • cyan value is 0.00%
  • magenta value is 76.56%
  • yellow value is 15.63%
  • key color value is 74.90%

CMYK: (0,77,16,75)
C0M77Y16K75 (0%, 77%, 16%, 75%)
(0.00 / 0.77 / 0.16 / 0.75)

CMYK percentages

%0
%76.56
%15.63
%74.9

Codes

Color #400F36 in popluar color models

40 0F 36
RGB 64 15 54
HSL 312° 62.03% 15.49%
HSB/HSV 312° 76.56% 25.10%
CMYK 0.00% 76.56% 15.63%
74.90%

Color #400F36 in popluar number systems.

HEX 40 0F 36
Decimal 64 15 54
Binary 1000000 1111 110110
Octal 100 17 66

Shades and tints

Shades of #400F36

#400F36
(64,15,54)
#3B0E32
(59,14,50)
#360D2E
(54,13,46)
#310C2A
(49,12,42)
#2C0B26
(44,11,38)
#270A22
(39,10,34)
#22091E
(34,9,30)
#1D081A
(29,8,26)
#180716
(24,7,22)
#130612
(19,6,18)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #400F36

#400F36
(64,15,54)
#512448
(81,36,72)
#62395A
(98,57,90)
#734E6C
(115,78,108)
#84637E
(132,99,126)
#957890
(149,120,144)
#A68DA2
(166,141,162)
#B7A2B4
(183,162,180)
#C8B7C6
(200,183,198)
#D9CCD8
(217,204,216)
#EAE1EA
(234,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400F36 color. Also use rgb(64,15,54) instead hex code.

Text Font Color

.myTextColor { color: #400F36; }

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

This text font color is #400F36.

Background Color

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

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

This div background color is #400F36.

Border color

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

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

This div border color is #400F36.

Opacity

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

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

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

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

This text has shadow with #400F36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400F36.

Preview

Color preview on black background

This text has color #400F36 on black background.


Color preview on white background

This text has color #400F36 on white background.


Black color preview on #400F36 background

This text has black color on #400F36 background.


White color preview on #400F36 background

This text has white color on #400F36 background.


Related colors

Complementary color

Complementary color for #hex is #BFF0C9.


I love getcolorcode.com

Triadic colors

1 #36400F and #0F3640 with #400F36 are triadic colors.

2 #360F40 and #0F4036 with #400F36 are triadic colors.