COLOR #400C29

HEX: #400C29
RGB: (64,12,41)

Color info

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

RGB color model

#400C29 color RGB value is (64,12,41).

  • red value is 64;
  • green value is 12;
  • blue value is 41.
RGB:
(64,12,41)
(25%,5%,16%)

RGB channels and saturation

R 64 of 255 = 25%
G 12 of 255 = 5%
B 41 of 255 = 16%

64
12
41

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

Portions of RGB colors in percentages

R + G + B =
64 + 12 + 41 = 117 (100%)
R 64 of 117 ~ 54.7%
G 12 of 117 ~ 10.26%
B 41 of 117 ~ 35.04%

%54.7
%10.26
%35.04

CMYK color model

#400C29 color CMYK value is (0,81,36,75).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 35.94%
  • key color value is 74.90%
CMYK:
(0,81,36,75)
C0M81Y36K75 
(0%,81%,36%,75%)
(0.00/0.81/0.36/0.75)	

CMYK percentages

%0
%81.25
%35.94
%74.9

Codes

Color #400C29 in popluar color models

400C29
RGB641241
HSL327°68.42%14.90%
HSB/HSV327°81.25%25.10%
CMYK0.00%81.25%35.94%
74.90%

Color #400C29 in popluar number systems.

HEX400C29
Decimal641241
Binary10000001100101001
Octal1001451

Shades and tints

Shades of #400C29

#400C29
(64,12,41)
#3B0B26
(59,11,38)
#360A23
(54,10,35)
#310920
(49,9,32)
#2C081D
(44,8,29)
#27071A
(39,7,26)
#220617
(34,6,23)
#1D0514
(29,5,20)
#180411
(24,4,17)
#13030E
(19,3,14)
#0E020B
(14,2,11)
#000000
(0,0,0)

Tints of #400C29

#400C29
(64,12,41)
#51223C
(81,34,60)
#62384F
(98,56,79)
#734E62
(115,78,98)
#846475
(132,100,117)
#957A88
(149,122,136)
#A6909B
(166,144,155)
#B7A6AE
(183,166,174)
#C8BCC1
(200,188,193)
#D9D2D4
(217,210,212)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400C29 color. Also use rgb(64,12,41) instead hex code.

Text Font Color

.myTextColor { color: #400C29; }

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

This text font color is #400C29.


Background Color

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

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

This div background color is #400C29.


Border color

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

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

This div border color is #400C29.


Opacity

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

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

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

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

This text has shadow with #400C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400C29 on black background.


Color preview on white background

This text has color #400C29 on white background.



Black color preview on #400C29 background

This text has black color on #400C29 background.


White color preview on #400C29 background

This text has white color on #400C29 background.