COLOR #445350

HEX: #445350
RGB: (68,83,80)

Color info

#445350 contains red, green and blue colors in about the same proportion. Web safe color of #445350 is #336666 (or #366).

RGB color model

#445350 color RGB value is (68,83,80).

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

RGB channels and saturation

R 68 of 255 = 27%
G 83 of 255 = 33%
B 80 of 255 = 31%

68
83
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 80 = 231 (100%)
R 68 of 231 ~ 29.44%
G 83 of 231 ~ 35.93%
B 80 of 231 ~ 34.63%

%29.44
%35.93
%34.63

CMYK color model

#445350 color CMYK value is (18,0,4,67).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(18,0,4,67)
C18M0Y4K67 
(18%,0%,4%,67%)
(0.18/0.00/0.04/0.67)	

CMYK percentages

%18.07
%0
%3.61
%67.45

Codes

Color #445350 in popluar color models

445350
RGB688380
HSL168°9.93%29.61%
HSB/HSV168°18.07%32.55%
CMYK18.07%0.00%3.61%
67.45%

Color #445350 in popluar number systems.

HEX445350
Decimal688380
Binary100010010100111010000
Octal104123120

Shades and tints

Shades of #445350

#445350
(68,83,80)
#3E4C49
(62,76,73)
#384542
(56,69,66)
#323E3B
(50,62,59)
#2C3734
(44,55,52)
#26302D
(38,48,45)
#202926
(32,41,38)
#1A221F
(26,34,31)
#141B18
(20,27,24)
#0E1411
(14,20,17)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #445350

#445350
(68,83,80)
#55625F
(85,98,95)
#66716E
(102,113,110)
#77807D
(119,128,125)
#888F8C
(136,143,140)
#999E9B
(153,158,155)
#AAADAA
(170,173,170)
#BBBCB9
(187,188,185)
#CCCBC8
(204,203,200)
#DDDAD7
(221,218,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445350; }

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

This text font color is #445350.


Background Color

.myBgColor { background-color: #445350; }

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

This div background color is #445350.


Border color

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

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

This div border color is #445350.


Opacity

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

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

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

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

This text has shadow with #445350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445350 on black background.


Color preview on white background

This text has color #445350 on white background.



Black color preview on #445350 background

This text has black color on #445350 background.


White color preview on #445350 background

This text has white color on #445350 background.