COLOR #445C6C

HEX: #445C6C
RGB: (68,92,108)

Color info

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

RGB color model

#445C6C color RGB value is (68,92,108).

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

RGB channels and saturation

R 68 of 255 = 27%
G 92 of 255 = 36%
B 108 of 255 = 42%

68
92
108

R + G + B ~ 35%. #445C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 92 + 108 = 268 (100%)
R 68 of 268 ~ 25.37%
G 92 of 268 ~ 34.33%
B 108 of 268 ~ 40.3%

%25.37
%34.33
%40.3

CMYK color model

#445C6C color CMYK value is (37,15,0,58).

  • cyan value is 37.04%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(37,15,0,58)
C37M15Y0K58 
(37%,15%,0%,58%)
(0.37/0.15/0.00/0.58)	

CMYK percentages

%37.04
%14.81
%0
%57.65

Codes

Color #445C6C in popluar color models

445C6C
RGB6892108
HSL204°22.73%34.51%
HSB/HSV204°37.04%42.35%
CMYK37.04%14.81%0.00%
57.65%

Color #445C6C in popluar number systems.

HEX445C6C
Decimal6892108
Binary100010010111001101100
Octal104134154

Shades and tints

Shades of #445C6C

#445C6C
(68,92,108)
#3E5463
(62,84,99)
#384C5A
(56,76,90)
#324451
(50,68,81)
#2C3C48
(44,60,72)
#26343F
(38,52,63)
#202C36
(32,44,54)
#1A242D
(26,36,45)
#141C24
(20,28,36)
#0E141B
(14,20,27)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #445C6C

#445C6C
(68,92,108)
#556A79
(85,106,121)
#667886
(102,120,134)
#778693
(119,134,147)
#8894A0
(136,148,160)
#99A2AD
(153,162,173)
#AAB0BA
(170,176,186)
#BBBEC7
(187,190,199)
#CCCCD4
(204,204,212)
#DDDAE1
(221,218,225)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445C6C; }

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

This text font color is #445C6C.


Background Color

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

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

This div background color is #445C6C.


Border color

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

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

This div border color is #445C6C.


Opacity

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

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

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

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

This text has shadow with #445C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445C6C on black background.


Color preview on white background

This text has color #445C6C on white background.



Black color preview on #445C6C background

This text has black color on #445C6C background.


White color preview on #445C6C background

This text has white color on #445C6C background.