COLOR #400C35

HEX: #400C35
RGB: (64,12,53)

Color info

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

RGB color model

#400C35 color RGB value is (64,12,53).

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

RGB channels and saturation

R 64 of 255 = 25%
G 12 of 255 = 5%
B 53 of 255 = 21%

64
12
53

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

Portions of RGB colors in percentages

R + G + B =
64 + 12 + 53 = 129 (100%)
R 64 of 129 ~ 49.61%
G 12 of 129 ~ 9.3%
B 53 of 129 ~ 41.09%

%49.61
%41.09

CMYK color model

#400C35 color CMYK value is (0,81,17,75).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(0,81,17,75)
C0M81Y17K75 
(0%,81%,17%,75%)
(0.00/0.81/0.17/0.75)	

CMYK percentages

%0
%81.25
%17.19
%74.9

Codes

Color #400C35 in popluar color models

400C35
RGB641253
HSL313°68.42%14.90%
HSB/HSV313°81.25%25.10%
CMYK0.00%81.25%17.19%
74.90%

Color #400C35 in popluar number systems.

HEX400C35
Decimal641253
Binary10000001100110101
Octal1001465

Shades and tints

Shades of #400C35

#400C35
(64,12,53)
#3B0B31
(59,11,49)
#360A2D
(54,10,45)
#310929
(49,9,41)
#2C0825
(44,8,37)
#270721
(39,7,33)
#22061D
(34,6,29)
#1D0519
(29,5,25)
#180415
(24,4,21)
#130311
(19,3,17)
#0E020D
(14,2,13)
#000000
(0,0,0)

Tints of #400C35

#400C35
(64,12,53)
#512247
(81,34,71)
#623859
(98,56,89)
#734E6B
(115,78,107)
#84647D
(132,100,125)
#957A8F
(149,122,143)
#A690A1
(166,144,161)
#B7A6B3
(183,166,179)
#C8BCC5
(200,188,197)
#D9D2D7
(217,210,215)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400C35; }

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

This text font color is #400C35.


Background Color

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

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

This div background color is #400C35.


Border color

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

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

This div border color is #400C35.


Opacity

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

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

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

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

This text has shadow with #400C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400C35 on black background.


Color preview on white background

This text has color #400C35 on white background.



Black color preview on #400C35 background

This text has black color on #400C35 background.


White color preview on #400C35 background

This text has white color on #400C35 background.