COLOR #400125

HEX: #400125
RGB: (64,1,37)

Color info

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

RGB color model

#400125 color RGB value is (64,1,37).

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

RGB channels and saturation

R 64 of 255 = 25%
G 1 of 255 = 0%
B 37 of 255 = 15%

64
1
37

R + G + B ~ 13%. #400125 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 1 + 37 = 102 (100%)
R 64 of 102 ~ 62.75%
G 1 of 102 ~ 0.98%
B 37 of 102 ~ 36.27%

%62.75
%36.27

CMYK color model

#400125 color CMYK value is (0,98,42,75).

  • cyan value is 0.00%
  • magenta value is 98.44%
  • yellow value is 42.19%
  • key color value is 74.90%
CMYK:
(0,98,42,75)
C0M98Y42K75 
(0%,98%,42%,75%)
(0.00/0.98/0.42/0.75)	

CMYK percentages

%0
%98.44
%42.19
%74.9

Codes

Color #400125 in popluar color models

400125
RGB64137
HSL326°96.92%12.75%
HSB/HSV326°98.44%25.10%
CMYK0.00%98.44%42.19%
74.90%

Color #400125 in popluar number systems.

HEX400125
Decimal64137
Binary10000001100101
Octal100145

Shades and tints

Shades of #400125

#400125
(64,1,37)
#3B0122
(59,1,34)
#36011F
(54,1,31)
#31011C
(49,1,28)
#2C0119
(44,1,25)
#270116
(39,1,22)
#220113
(34,1,19)
#1D0110
(29,1,16)
#18010D
(24,1,13)
#13010A
(19,1,10)
#0E0107
(14,1,7)
#000000
(0,0,0)

Tints of #400125

#400125
(64,1,37)
#511838
(81,24,56)
#622F4B
(98,47,75)
#73465E
(115,70,94)
#845D71
(132,93,113)
#957484
(149,116,132)
#A68B97
(166,139,151)
#B7A2AA
(183,162,170)
#C8B9BD
(200,185,189)
#D9D0D0
(217,208,208)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400125; }

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

This text font color is #400125.


Background Color

.myBgColor { background-color: #400125; }

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

This div background color is #400125.


Border color

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

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

This div border color is #400125.


Opacity

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

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

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

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

This text has shadow with #400125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400125 on black background.


Color preview on white background

This text has color #400125 on white background.



Black color preview on #400125 background

This text has black color on #400125 background.


White color preview on #400125 background

This text has white color on #400125 background.