COLOR #445764

HEX: #445764
RGB: (68,87,100)

Color info

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

RGB color model

#445764 color RGB value is (68,87,100).

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

RGB channels and saturation

R 68 of 255 = 27%
G 87 of 255 = 34%
B 100 of 255 = 39%

68
87
100

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

Portions of RGB colors in percentages

R + G + B =
68 + 87 + 100 = 255 (100%)
R 68 of 255 ~ 26.67%
G 87 of 255 ~ 34.12%
B 100 of 255 ~ 39.22%

%26.67
%34.12
%39.22

CMYK color model

#445764 color CMYK value is (32,13,0,61).

  • cyan value is 32.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(32,13,0,61)
C32M13Y0K61 
(32%,13%,0%,61%)
(0.32/0.13/0.00/0.61)	

CMYK percentages

%32
%13
%0
%60.78

Codes

Color #445764 in popluar color models

445764
RGB6887100
HSL204°19.05%32.94%
HSB/HSV204°32.00%39.22%
CMYK32.00%13.00%0.00%
60.78%

Color #445764 in popluar number systems.

HEX445764
Decimal6887100
Binary100010010101111100100
Octal104127144

Shades and tints

Shades of #445764

#445764
(68,87,100)
#3E505B
(62,80,91)
#384952
(56,73,82)
#324249
(50,66,73)
#2C3B40
(44,59,64)
#263437
(38,52,55)
#202D2E
(32,45,46)
#1A2625
(26,38,37)
#141F1C
(20,31,28)
#0E1813
(14,24,19)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #445764

#445764
(68,87,100)
#556672
(85,102,114)
#667580
(102,117,128)
#77848E
(119,132,142)
#88939C
(136,147,156)
#99A2AA
(153,162,170)
#AAB1B8
(170,177,184)
#BBC0C6
(187,192,198)
#CCCFD4
(204,207,212)
#DDDEE2
(221,222,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445764; }

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

This text font color is #445764.


Background Color

.myBgColor { background-color: #445764; }

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

This div background color is #445764.


Border color

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

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

This div border color is #445764.


Opacity

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

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

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

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

This text has shadow with #445764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445764 on black background.


Color preview on white background

This text has color #445764 on white background.



Black color preview on #445764 background

This text has black color on #445764 background.


White color preview on #445764 background

This text has white color on #445764 background.