COLOR #403849

HEX: #403849
RGB: (64,56,73)

Color info

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

RGB color model

#403849 color RGB value is (64,56,73).

  • red value is 64;
  • green value is 56;
  • blue value is 73.
RGB:
(64,56,73)
(25%,22%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 56 of 255 = 22%
B 73 of 255 = 29%

64
56
73

R + G + B ~ 25%. #403849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 56 + 73 = 193 (100%)
R 64 of 193 ~ 33.16%
G 56 of 193 ~ 29.02%
B 73 of 193 ~ 37.82%

%33.16
%29.02
%37.82

CMYK color model

#403849 color CMYK value is (12,23,0,71).

  • cyan value is 12.33%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(12,23,0,71)
C12M23Y0K71 
(12%,23%,0%,71%)
(0.12/0.23/0.00/0.71)	

CMYK percentages

%12.33
%23.29
%0
%71.37

Codes

Color #403849 in popluar color models

403849
RGB645673
HSL268°13.18%25.29%
HSB/HSV268°23.29%28.63%
CMYK12.33%23.29%0.00%
71.37%

Color #403849 in popluar number systems.

HEX403849
Decimal645673
Binary10000001110001001001
Octal10070111

Shades and tints

Shades of #403849

#403849
(64,56,73)
#3B3343
(59,51,67)
#362E3D
(54,46,61)
#312937
(49,41,55)
#2C2431
(44,36,49)
#271F2B
(39,31,43)
#221A25
(34,26,37)
#1D151F
(29,21,31)
#181019
(24,16,25)
#130B13
(19,11,19)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #403849

#403849
(64,56,73)
#514A59
(81,74,89)
#625C69
(98,92,105)
#736E79
(115,110,121)
#848089
(132,128,137)
#959299
(149,146,153)
#A6A4A9
(166,164,169)
#B7B6B9
(183,182,185)
#C8C8C9
(200,200,201)
#D9DAD9
(217,218,217)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403849; }

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

This text font color is #403849.


Background Color

.myBgColor { background-color: #403849; }

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

This div background color is #403849.


Border color

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

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

This div border color is #403849.


Opacity

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

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

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

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

This text has shadow with #403849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403849 on black background.


Color preview on white background

This text has color #403849 on white background.



Black color preview on #403849 background

This text has black color on #403849 background.


White color preview on #403849 background

This text has white color on #403849 background.