COLOR #445C51

HEX: #445C51
RGB: (68,92,81)

Color info

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

RGB color model

#445C51 color RGB value is (68,92,81).

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

RGB channels and saturation

R 68 of 255 = 27%
G 92 of 255 = 36%
B 81 of 255 = 32%

68
92
81

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

Portions of RGB colors in percentages

R + G + B =
68 + 92 + 81 = 241 (100%)
R 68 of 241 ~ 28.22%
G 92 of 241 ~ 38.17%
B 81 of 241 ~ 33.61%

%28.22
%38.17
%33.61

CMYK color model

#445C51 color CMYK value is (26,0,12,64).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 11.96%
  • key color value is 63.92%
CMYK:
(26,0,12,64)
C26M0Y12K64 
(26%,0%,12%,64%)
(0.26/0.00/0.12/0.64)	

CMYK percentages

%26.09
%0
%11.96
%63.92

Codes

Color #445C51 in popluar color models

445C51
RGB689281
HSL153°15.00%31.37%
HSB/HSV153°26.09%36.08%
CMYK26.09%0.00%11.96%
63.92%

Color #445C51 in popluar number systems.

HEX445C51
Decimal689281
Binary100010010111001010001
Octal104134121

Shades and tints

Shades of #445C51

#445C51
(68,92,81)
#3E544A
(62,84,74)
#384C43
(56,76,67)
#32443C
(50,68,60)
#2C3C35
(44,60,53)
#26342E
(38,52,46)
#202C27
(32,44,39)
#1A2420
(26,36,32)
#141C19
(20,28,25)
#0E1412
(14,20,18)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #445C51

#445C51
(68,92,81)
#556A60
(85,106,96)
#66786F
(102,120,111)
#77867E
(119,134,126)
#88948D
(136,148,141)
#99A29C
(153,162,156)
#AAB0AB
(170,176,171)
#BBBEBA
(187,190,186)
#CCCCC9
(204,204,201)
#DDDAD8
(221,218,216)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445C51; }

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

This text font color is #445C51.


Background Color

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

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

This div background color is #445C51.


Border color

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

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

This div border color is #445C51.


Opacity

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

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

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

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

This text has shadow with #445C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445C51 on black background.


Color preview on white background

This text has color #445C51 on white background.



Black color preview on #445C51 background

This text has black color on #445C51 background.


White color preview on #445C51 background

This text has white color on #445C51 background.