COLOR #405849

HEX: #405849
RGB: (64,88,73)

Color info

#405849 contains red, green and blue colors in about the same proportion. Web safe color of #405849 is #336633 (or #363).

RGB color model

#405849 color RGB value is (64,88,73).

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

RGB channels and saturation

R 64 of 255 = 25%
G 88 of 255 = 35%
B 73 of 255 = 29%

64
88
73

R + G + B ~ 30%. #405849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 88 + 73 = 225 (100%)
R 64 of 225 ~ 28.44%
G 88 of 225 ~ 39.11%
B 73 of 225 ~ 32.44%

%28.44
%39.11
%32.44

CMYK color model

#405849 color CMYK value is (27,0,17,65).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(27,0,17,65)
C27M0Y17K65 
(27%,0%,17%,65%)
(0.27/0.00/0.17/0.65)	

CMYK percentages

%27.27
%0
%17.05
%65.49

Codes

Color #405849 in popluar color models

405849
RGB648873
HSL143°15.79%29.80%
HSB/HSV143°27.27%34.51%
CMYK27.27%0.00%17.05%
65.49%

Color #405849 in popluar number systems.

HEX405849
Decimal648873
Binary100000010110001001001
Octal100130111

Shades and tints

Shades of #405849

#405849
(64,88,73)
#3B5043
(59,80,67)
#36483D
(54,72,61)
#314037
(49,64,55)
#2C3831
(44,56,49)
#27302B
(39,48,43)
#222825
(34,40,37)
#1D201F
(29,32,31)
#181819
(24,24,25)
#131013
(19,16,19)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #405849

#405849
(64,88,73)
#516759
(81,103,89)
#627669
(98,118,105)
#738579
(115,133,121)
#849489
(132,148,137)
#95A399
(149,163,153)
#A6B2A9
(166,178,169)
#B7C1B9
(183,193,185)
#C8D0C9
(200,208,201)
#D9DFD9
(217,223,217)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #405849; }

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

This text font color is #405849.


Background Color

.myBgColor { background-color: #405849; }

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

This div background color is #405849.


Border color

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

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

This div border color is #405849.


Opacity

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

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

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

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

This text has shadow with #405849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405849 on black background.


Color preview on white background

This text has color #405849 on white background.



Black color preview on #405849 background

This text has black color on #405849 background.


White color preview on #405849 background

This text has white color on #405849 background.