COLOR #403440

HEX: #403440
RGB: (64,52,64)

Color info

#403440 contains red, green and blue colors in about the same proportion. Web safe color of #403440 is #333333 (or #333).

RGB color model

#403440 color RGB value is (64,52,64).

  • red value is 64;
  • green value is 52;
  • blue value is 64.
RGB:
(64,52,64)
(25%,20%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 52 of 255 = 20%
B 64 of 255 = 25%

64
52
64

R + G + B ~ 23%. #403440 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 52 + 64 = 180 (100%)
R 64 of 180 ~ 35.56%
G 52 of 180 ~ 28.89%
B 64 of 180 ~ 35.56%

%35.56
%28.89
%35.56

CMYK color model

#403440 color CMYK value is (0,19,0,75).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(0,19,0,75)
C0M19Y0K75 
(0%,19%,0%,75%)
(0.00/0.19/0.00/0.75)	

CMYK percentages

%0
%18.75
%0
%74.9

Codes

Color #403440 in popluar color models

403440
RGB645264
HSL300°10.34%22.75%
HSB/HSV300°18.75%25.10%
CMYK0.00%18.75%0.00%
74.90%

Color #403440 in popluar number systems.

HEX403440
Decimal645264
Binary10000001101001000000
Octal10064100

Shades and tints

Shades of #403440

#403440
(64,52,64)
#3B303B
(59,48,59)
#362C36
(54,44,54)
#312831
(49,40,49)
#2C242C
(44,36,44)
#272027
(39,32,39)
#221C22
(34,28,34)
#1D181D
(29,24,29)
#181418
(24,20,24)
#131013
(19,16,19)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #403440

#403440
(64,52,64)
#514651
(81,70,81)
#625862
(98,88,98)
#736A73
(115,106,115)
#847C84
(132,124,132)
#958E95
(149,142,149)
#A6A0A6
(166,160,166)
#B7B2B7
(183,178,183)
#C8C4C8
(200,196,200)
#D9D6D9
(217,214,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403440; }

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

This text font color is #403440.


Background Color

.myBgColor { background-color: #403440; }

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

This div background color is #403440.


Border color

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

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

This div border color is #403440.


Opacity

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

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

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

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

This text has shadow with #403440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403440 on black background.


Color preview on white background

This text has color #403440 on white background.



Black color preview on #403440 background

This text has black color on #403440 background.


White color preview on #403440 background

This text has white color on #403440 background.