COLOR #445C5B

HEX: #445C5B
RGB: (68,92,91)

Color info

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

RGB color model

#445C5B color RGB value is (68,92,91).

  • red value is 68;
  • green value is 92;
  • blue value is 91.
RGB:
(68,92,91)
(27%,36%,36%)

RGB channels and saturation

R 68 of 255 = 27%
G 92 of 255 = 36%
B 91 of 255 = 36%

68
92
91

R + G + B ~ 33%. #445C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 92 + 91 = 251 (100%)
R 68 of 251 ~ 27.09%
G 92 of 251 ~ 36.65%
B 91 of 251 ~ 36.25%

%27.09
%36.65
%36.25

CMYK color model

#445C5B color CMYK value is (26,0,1,64).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(26,0,1,64)
C26M0Y1K64 
(26%,0%,1%,64%)
(0.26/0.00/0.01/0.64)	

CMYK percentages

%26.09
%0
%1.09
%63.92

Codes

Color #445C5B in popluar color models

445C5B
RGB689291
HSL178°15.00%31.37%
HSB/HSV178°26.09%36.08%
CMYK26.09%0.00%1.09%
63.92%

Color #445C5B in popluar number systems.

HEX445C5B
Decimal689291
Binary100010010111001011011
Octal104134133

Shades and tints

Shades of #445C5B

#445C5B
(68,92,91)
#3E5453
(62,84,83)
#384C4B
(56,76,75)
#324443
(50,68,67)
#2C3C3B
(44,60,59)
#263433
(38,52,51)
#202C2B
(32,44,43)
#1A2423
(26,36,35)
#141C1B
(20,28,27)
#0E1413
(14,20,19)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #445C5B

#445C5B
(68,92,91)
#556A69
(85,106,105)
#667877
(102,120,119)
#778685
(119,134,133)
#889493
(136,148,147)
#99A2A1
(153,162,161)
#AAB0AF
(170,176,175)
#BBBEBD
(187,190,189)
#CCCCCB
(204,204,203)
#DDDAD9
(221,218,217)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445C5B color. Also use rgb(68,92,91) instead hex code.

Text Font Color

.myTextColor { color: #445C5B; }

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

This text font color is #445C5B.


Background Color

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

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

This div background color is #445C5B.


Border color

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

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

This div border color is #445C5B.


Opacity

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

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

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

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

This text has shadow with #445C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445C5B on black background.


Color preview on white background

This text has color #445C5B on white background.



Black color preview on #445C5B background

This text has black color on #445C5B background.


White color preview on #445C5B background

This text has white color on #445C5B background.