COLOR #445849

HEX: #445849
RGB: (68,88,73)

Color info

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

RGB color model

#445849 color RGB value is (68,88,73).

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

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 73 of 255 = 29%

68
88
73

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

Portions of RGB colors in percentages

R + G + B =
68 + 88 + 73 = 229 (100%)
R 68 of 229 ~ 29.69%
G 88 of 229 ~ 38.43%
B 73 of 229 ~ 31.88%

%29.69
%38.43
%31.88

CMYK color model

#445849 color CMYK value is (23,0,17,65).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(23,0,17,65)
C23M0Y17K65 
(23%,0%,17%,65%)
(0.23/0.00/0.17/0.65)	

CMYK percentages

%22.73
%0
%17.05
%65.49

Codes

Color #445849 in popluar color models

445849
RGB688873
HSL135°12.82%30.59%
HSB/HSV135°22.73%34.51%
CMYK22.73%0.00%17.05%
65.49%

Color #445849 in popluar number systems.

HEX445849
Decimal688873
Binary100010010110001001001
Octal104130111

Shades and tints

Shades of #445849

#445849
(68,88,73)
#3E5043
(62,80,67)
#38483D
(56,72,61)
#324037
(50,64,55)
#2C3831
(44,56,49)
#26302B
(38,48,43)
#202825
(32,40,37)
#1A201F
(26,32,31)
#141819
(20,24,25)
#0E1013
(14,16,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #445849

#445849
(68,88,73)
#556759
(85,103,89)
#667669
(102,118,105)
#778579
(119,133,121)
#889489
(136,148,137)
#99A399
(153,163,153)
#AAB2A9
(170,178,169)
#BBC1B9
(187,193,185)
#CCD0C9
(204,208,201)
#DDDFD9
(221,223,217)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445849; }

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

This text font color is #445849.


Background Color

.myBgColor { background-color: #445849; }

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

This div background color is #445849.


Border color

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

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

This div border color is #445849.


Opacity

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

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

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

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

This text has shadow with #445849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445849 on black background.


Color preview on white background

This text has color #445849 on white background.



Black color preview on #445849 background

This text has black color on #445849 background.


White color preview on #445849 background

This text has white color on #445849 background.