COLOR #445D57

HEX: #445D57
RGB: (68,93,87)

Color info

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

RGB color model

#445D57 color RGB value is (68,93,87).

  • red value is 68;
  • green value is 93;
  • blue value is 87.
RGB:
(68,93,87)
(27%,36%,34%)

RGB channels and saturation

R 68 of 255 = 27%
G 93 of 255 = 36%
B 87 of 255 = 34%

68
93
87

R + G + B ~ 32%. #445D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 93 + 87 = 248 (100%)
R 68 of 248 ~ 27.42%
G 93 of 248 ~ 37.5%
B 87 of 248 ~ 35.08%

%27.42
%37.5
%35.08

CMYK color model

#445D57 color CMYK value is (27,0,6,64).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 63.53%
CMYK:
(27,0,6,64)
C27M0Y6K64 
(27%,0%,6%,64%)
(0.27/0.00/0.06/0.64)	

CMYK percentages

%26.88
%0
%6.45
%63.53

Codes

Color #445D57 in popluar color models

445D57
RGB689387
HSL166°15.53%31.57%
HSB/HSV166°26.88%36.47%
CMYK26.88%0.00%6.45%
63.53%

Color #445D57 in popluar number systems.

HEX445D57
Decimal689387
Binary100010010111011010111
Octal104135127

Shades and tints

Shades of #445D57

#445D57
(68,93,87)
#3E5550
(62,85,80)
#384D49
(56,77,73)
#324542
(50,69,66)
#2C3D3B
(44,61,59)
#263534
(38,53,52)
#202D2D
(32,45,45)
#1A2526
(26,37,38)
#141D1F
(20,29,31)
#0E1518
(14,21,24)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #445D57

#445D57
(68,93,87)
#556B66
(85,107,102)
#667975
(102,121,117)
#778784
(119,135,132)
#889593
(136,149,147)
#99A3A2
(153,163,162)
#AAB1B1
(170,177,177)
#BBBFC0
(187,191,192)
#CCCDCF
(204,205,207)
#DDDBDE
(221,219,222)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445D57 color. Also use rgb(68,93,87) instead hex code.

Text Font Color

.myTextColor { color: #445D57; }

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

This text font color is #445D57.


Background Color

.myBgColor { background-color: #445D57; }

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

This div background color is #445D57.


Border color

.myBorderColor { border: 1px solid #445D57; }

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

This div border color is #445D57.


Opacity

.myOpacity80 { color: #445D57; opacity: 0.8; }

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

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

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

This text has shadow with #445D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445D57 on black background.


Color preview on white background

This text has color #445D57 on white background.



Black color preview on #445D57 background

This text has black color on #445D57 background.


White color preview on #445D57 background

This text has white color on #445D57 background.