COLOR #400A35

HEX: #400A35 RGB: (64,10,53)

Color info

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

RGB color model

#400A35 color RGB value is (64,10,53).

RGB: (64,10,53) (25%, 4%, 21%)

RGB channels and saturation

R 64 of 255 = 25%
G 10 of 255 = 4%
B 53 of 255 = 21%

64
10
53

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

Portions of RGB colors in percentages

R + G + B = 64 + 10 + 53 = 127 (100%)
R 64 of 127 ~ 50.39%
G 10 of 127 ~ 7.87%
B 53 of 127 ~ 41.73'%

%50.39
%41.73

CMYK color model

#400A35 color CMYK value is (0,84,17,75).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK: (0,84,17,75) C0M84Y17K75 (0%,84%,17%,75%) (0.00/0.84/0.17/0.75) 

CMYK percentages

%0
%84.38
%17.19
%74.9

Codes

Color #400A35 in popluar color models

40 0A 35
RGB 64 10 53
HSL 312° 72.97% 14.51%
HSB/HSV 312° 84.38% 25.10%
CMYK 0.00% 84.38% 17.19%
74.90%

Color #400A35 in popluar number systems.

HEX 40 0A 35
Decimal 64 10 53
Binary 1000000 1010 110101
Octal 100 12 65

Shades and tints

Shades of #400A35

#400A35
(64,10,53)
#3B0A31
(59,10,49)
#360A2D
(54,10,45)
#310A29
(49,10,41)
#2C0A25
(44,10,37)
#270A21
(39,10,33)
#220A1D
(34,10,29)
#1D0A19
(29,10,25)
#180A15
(24,10,21)
#130A11
(19,10,17)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #400A35

#400A35
(64,10,53)
#512047
(81,32,71)
#623659
(98,54,89)
#734C6B
(115,76,107)
#84627D
(132,98,125)
#95788F
(149,120,143)
#A68EA1
(166,142,161)
#B7A4B3
(183,164,179)
#C8BAC5
(200,186,197)
#D9D0D7
(217,208,215)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400A35; }

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

This text font color is #400A35.

Background Color

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

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

This div background color is #400A35.

Border color

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

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

This div border color is #400A35.

Opacity

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

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

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

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

This text has shadow with #400A35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400A35.

Preview

Color preview on black background

This text has color #400A35 on black background.


Color preview on white background

This text has color #400A35 on white background.


Black color preview on #400A35 background

This text has black color on #400A35 background.


White color preview on #400A35 background

This text has white color on #400A35 background.


Related colors

Complementary color

Complementary color for #hex is #BFF5CA.


I love getcolorcode.com

Triadic colors

1 #35400A and #0A3540 with #400A35 are triadic colors.

2 #350A40 and #0A4035 with #400A35 are triadic colors.