COLOR #403751

HEX: #403751
RGB: (64,55,81)

Color info

#403751 contains red, green and blue colors in about the same proportion. Web safe color of #403751 is #333366 (or #336).

RGB color model

#403751 color RGB value is (64,55,81).

  • red value is 64;
  • green value is 55;
  • blue value is 81.
RGB:
(64,55,81)
(25%,22%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 81 of 255 = 32%

64
55
81

R + G + B ~ 26%. #403751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 81 = 200 (100%)
R 64 of 200 ~ 32%
G 55 of 200 ~ 27.5%
B 81 of 200 ~ 40.5%

%32
%27.5
%40.5

CMYK color model

#403751 color CMYK value is (21,32,0,68).

  • cyan value is 20.99%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(21,32,0,68)
C21M32Y0K68 
(21%,32%,0%,68%)
(0.21/0.32/0.00/0.68)	

CMYK percentages

%20.99
%32.1
%0
%68.24

Codes

Color #403751 in popluar color models

403751
RGB645581
HSL261°19.12%26.67%
HSB/HSV261°32.10%31.76%
CMYK20.99%32.10%0.00%
68.24%

Color #403751 in popluar number systems.

HEX403751
Decimal645581
Binary10000001101111010001
Octal10067121

Shades and tints

Shades of #403751

#403751
(64,55,81)
#3B324A
(59,50,74)
#362D43
(54,45,67)
#31283C
(49,40,60)
#2C2335
(44,35,53)
#271E2E
(39,30,46)
#221927
(34,25,39)
#1D1420
(29,20,32)
#180F19
(24,15,25)
#130A12
(19,10,18)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #403751

#403751
(64,55,81)
#514960
(81,73,96)
#625B6F
(98,91,111)
#736D7E
(115,109,126)
#847F8D
(132,127,141)
#95919C
(149,145,156)
#A6A3AB
(166,163,171)
#B7B5BA
(183,181,186)
#C8C7C9
(200,199,201)
#D9D9D8
(217,217,216)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403751 color. Also use rgb(64,55,81) instead hex code.

Text Font Color

.myTextColor { color: #403751; }

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

This text font color is #403751.


Background Color

.myBgColor { background-color: #403751; }

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

This div background color is #403751.


Border color

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

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

This div border color is #403751.


Opacity

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

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

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

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

This text has shadow with #403751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403751 on black background.


Color preview on white background

This text has color #403751 on white background.



Black color preview on #403751 background

This text has black color on #403751 background.


White color preview on #403751 background

This text has white color on #403751 background.