COLOR #400135

HEX: #400135
RGB: (64,1,53)

Color info

#400135 contains mainly red and blue colors. Web safe color of #400135 is #330033 (or #303).

RGB color model

#400135 color RGB value is (64,1,53).

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

RGB channels and saturation

R 64 of 255 = 25%
G 1 of 255 = 0%
B 53 of 255 = 21%

64
1
53

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

Portions of RGB colors in percentages

R + G + B =
64 + 1 + 53 = 118 (100%)
R 64 of 118 ~ 54.24%
G 1 of 118 ~ 0.85%
B 53 of 118 ~ 44.92%

%54.24
%44.92

CMYK color model

#400135 color CMYK value is (0,98,17,75).

  • cyan value is 0.00%
  • magenta value is 98.44%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(0,98,17,75)
C0M98Y17K75 
(0%,98%,17%,75%)
(0.00/0.98/0.17/0.75)	

CMYK percentages

%0
%98.44
%17.19
%74.9

Codes

Color #400135 in popluar color models

400135
RGB64153
HSL310°96.92%12.75%
HSB/HSV310°98.44%25.10%
CMYK0.00%98.44%17.19%
74.90%

Color #400135 in popluar number systems.

HEX400135
Decimal64153
Binary10000001110101
Octal100165

Shades and tints

Shades of #400135

#400135
(64,1,53)
#3B0131
(59,1,49)
#36012D
(54,1,45)
#310129
(49,1,41)
#2C0125
(44,1,37)
#270121
(39,1,33)
#22011D
(34,1,29)
#1D0119
(29,1,25)
#180115
(24,1,21)
#130111
(19,1,17)
#0E010D
(14,1,13)
#000000
(0,0,0)

Tints of #400135

#400135
(64,1,53)
#511847
(81,24,71)
#622F59
(98,47,89)
#73466B
(115,70,107)
#845D7D
(132,93,125)
#95748F
(149,116,143)
#A68BA1
(166,139,161)
#B7A2B3
(183,162,179)
#C8B9C5
(200,185,197)
#D9D0D7
(217,208,215)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400135; }

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

This text font color is #400135.


Background Color

.myBgColor { background-color: #400135; }

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

This div background color is #400135.


Border color

.myBorderColor { border: 1px solid #400135; }

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

This div border color is #400135.


Opacity

.myOpacity80 { color: #400135; opacity: 0.8; }

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

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

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

This text has shadow with #400135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400135 on black background.


Color preview on white background

This text has color #400135 on white background.



Black color preview on #400135 background

This text has black color on #400135 background.


White color preview on #400135 background

This text has white color on #400135 background.