COLOR #400F3D

HEX: #400F3D
RGB: (64,15,61)

Color info

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

RGB color model

#400F3D color RGB value is (64,15,61).

  • red value is 64;
  • green value is 15;
  • blue value is 61.
RGB:
(64,15,61)
(25%,6%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 15 of 255 = 6%
B 61 of 255 = 24%

64
15
61

R + G + B ~ 18%. #400F3D is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 15 + 61 = 140 (100%)
R 64 of 140 ~ 45.71%
G 15 of 140 ~ 10.71%
B 61 of 140 ~ 43.57%

%45.71
%10.71
%43.57

CMYK color model

#400F3D color CMYK value is (0,77,5,75).

  • cyan value is 0.00%
  • magenta value is 76.56%
  • yellow value is 4.69%
  • key color value is 74.90%
CMYK:
(0,77,5,75)
C0M77Y5K75 
(0%,77%,5%,75%)
(0.00/0.77/0.05/0.75)	

CMYK percentages

%0
%76.56
%4.69
%74.9

Codes

Color #400F3D in popluar color models

400F3D
RGB641561
HSL304°62.03%15.49%
HSB/HSV304°76.56%25.10%
CMYK0.00%76.56%4.69%
74.90%

Color #400F3D in popluar number systems.

HEX400F3D
Decimal641561
Binary10000001111111101
Octal1001775

Shades and tints

Shades of #400F3D

#400F3D
(64,15,61)
#3B0E38
(59,14,56)
#360D33
(54,13,51)
#310C2E
(49,12,46)
#2C0B29
(44,11,41)
#270A24
(39,10,36)
#22091F
(34,9,31)
#1D081A
(29,8,26)
#180715
(24,7,21)
#130610
(19,6,16)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #400F3D

#400F3D
(64,15,61)
#51244E
(81,36,78)
#62395F
(98,57,95)
#734E70
(115,78,112)
#846381
(132,99,129)
#957892
(149,120,146)
#A68DA3
(166,141,163)
#B7A2B4
(183,162,180)
#C8B7C5
(200,183,197)
#D9CCD6
(217,204,214)
#EAE1E7
(234,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400F3D color. Also use rgb(64,15,61) instead hex code.

Text Font Color

.myTextColor { color: #400F3D; }

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

This text font color is #400F3D.


Background Color

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

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

This div background color is #400F3D.


Border color

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

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

This div border color is #400F3D.


Opacity

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

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

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

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

This text has shadow with #400F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400F3D on black background.


Color preview on white background

This text has color #400F3D on white background.



Black color preview on #400F3D background

This text has black color on #400F3D background.


White color preview on #400F3D background

This text has white color on #400F3D background.