COLOR #400719

HEX: #400719
RGB: (64,7,25)

Color info

#400719 contains red, green and blue colors in about the same proportion. Web safe color of #400719 is #330000 (or #300).

RGB color model

#400719 color RGB value is (64,7,25).

  • red value is 64;
  • green value is 7;
  • blue value is 25.
RGB:
(64,7,25)
(25%,3%,10%)

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 25 of 255 = 10%

64
7
25

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

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 25 = 96 (100%)
R 64 of 96 ~ 66.67%
G 7 of 96 ~ 7.29%
B 25 of 96 ~ 26.04%

%66.67
%26.04

CMYK color model

#400719 color CMYK value is (0,89,61,75).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 60.94%
  • key color value is 74.90%
CMYK:
(0,89,61,75)
C0M89Y61K75 
(0%,89%,61%,75%)
(0.00/0.89/0.61/0.75)	

CMYK percentages

%0
%89.06
%60.94
%74.9

Codes

Color #400719 in popluar color models

400719
RGB64725
HSL341°80.28%13.92%
HSB/HSV341°89.06%25.10%
CMYK0.00%89.06%60.94%
74.90%

Color #400719 in popluar number systems.

HEX400719
Decimal64725
Binary100000011111001
Octal100731

Shades and tints

Shades of #400719

#400719
(64,7,25)
#3B0717
(59,7,23)
#360715
(54,7,21)
#310713
(49,7,19)
#2C0711
(44,7,17)
#27070F
(39,7,15)
#22070D
(34,7,13)
#1D070B
(29,7,11)
#180709
(24,7,9)
#130707
(19,7,7)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #400719

#400719
(64,7,25)
#511D2D
(81,29,45)
#623341
(98,51,65)
#734955
(115,73,85)
#845F69
(132,95,105)
#95757D
(149,117,125)
#A68B91
(166,139,145)
#B7A1A5
(183,161,165)
#C8B7B9
(200,183,185)
#D9CDCD
(217,205,205)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400719 color. Also use rgb(64,7,25) instead hex code.

Text Font Color

.myTextColor { color: #400719; }

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

This text font color is #400719.


Background Color

.myBgColor { background-color: #400719; }

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

This div background color is #400719.


Border color

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

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

This div border color is #400719.


Opacity

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

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

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

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

This text has shadow with #400719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400719 on black background.


Color preview on white background

This text has color #400719 on white background.



Black color preview on #400719 background

This text has black color on #400719 background.


White color preview on #400719 background

This text has white color on #400719 background.