COLOR #445349

HEX: #445349
RGB: (68,83,73)

Color info

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

RGB color model

#445349 color RGB value is (68,83,73).

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

RGB channels and saturation

R 68 of 255 = 27%
G 83 of 255 = 33%
B 73 of 255 = 29%

68
83
73

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

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 73 = 224 (100%)
R 68 of 224 ~ 30.36%
G 83 of 224 ~ 37.05%
B 73 of 224 ~ 32.59%

%30.36
%37.05
%32.59

CMYK color model

#445349 color CMYK value is (18,0,12,67).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(18,0,12,67)
C18M0Y12K67 
(18%,0%,12%,67%)
(0.18/0.00/0.12/0.67)	

CMYK percentages

%18.07
%0
%12.05
%67.45

Codes

Color #445349 in popluar color models

445349
RGB688373
HSL140°9.93%29.61%
HSB/HSV140°18.07%32.55%
CMYK18.07%0.00%12.05%
67.45%

Color #445349 in popluar number systems.

HEX445349
Decimal688373
Binary100010010100111001001
Octal104123111

Shades and tints

Shades of #445349

#445349
(68,83,73)
#3E4C43
(62,76,67)
#38453D
(56,69,61)
#323E37
(50,62,55)
#2C3731
(44,55,49)
#26302B
(38,48,43)
#202925
(32,41,37)
#1A221F
(26,34,31)
#141B19
(20,27,25)
#0E1413
(14,20,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #445349

#445349
(68,83,73)
#556259
(85,98,89)
#667169
(102,113,105)
#778079
(119,128,121)
#888F89
(136,143,137)
#999E99
(153,158,153)
#AAADA9
(170,173,169)
#BBBCB9
(187,188,185)
#CCCBC9
(204,203,201)
#DDDAD9
(221,218,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445349; }

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

This text font color is #445349.


Background Color

.myBgColor { background-color: #445349; }

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

This div background color is #445349.


Border color

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

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

This div border color is #445349.


Opacity

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

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

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

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

This text has shadow with #445349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445349 on black background.


Color preview on white background

This text has color #445349 on white background.



Black color preview on #445349 background

This text has black color on #445349 background.


White color preview on #445349 background

This text has white color on #445349 background.