COLOR #445F69

HEX: #445F69
RGB: (68,95,105)

Color info

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

RGB color model

#445F69 color RGB value is (68,95,105).

  • red value is 68;
  • green value is 95;
  • blue value is 105.
RGB:
(68,95,105)
(27%,37%,41%)

RGB channels and saturation

R 68 of 255 = 27%
G 95 of 255 = 37%
B 105 of 255 = 41%

68
95
105

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

Portions of RGB colors in percentages

R + G + B =
68 + 95 + 105 = 268 (100%)
R 68 of 268 ~ 25.37%
G 95 of 268 ~ 35.45%
B 105 of 268 ~ 39.18%

%25.37
%35.45
%39.18

CMYK color model

#445F69 color CMYK value is (35,10,0,59).

  • cyan value is 35.24%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(35,10,0,59)
C35M10Y0K59 
(35%,10%,0%,59%)
(0.35/0.10/0.00/0.59)	

CMYK percentages

%35.24
%9.52
%0
%58.82

Codes

Color #445F69 in popluar color models

445F69
RGB6895105
HSL196°21.39%33.92%
HSB/HSV196°35.24%41.18%
CMYK35.24%9.52%0.00%
58.82%

Color #445F69 in popluar number systems.

HEX445F69
Decimal6895105
Binary100010010111111101001
Octal104137151

Shades and tints

Shades of #445F69

#445F69
(68,95,105)
#3E5760
(62,87,96)
#384F57
(56,79,87)
#32474E
(50,71,78)
#2C3F45
(44,63,69)
#26373C
(38,55,60)
#202F33
(32,47,51)
#1A272A
(26,39,42)
#141F21
(20,31,33)
#0E1718
(14,23,24)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #445F69

#445F69
(68,95,105)
#556D76
(85,109,118)
#667B83
(102,123,131)
#778990
(119,137,144)
#88979D
(136,151,157)
#99A5AA
(153,165,170)
#AAB3B7
(170,179,183)
#BBC1C4
(187,193,196)
#CCCFD1
(204,207,209)
#DDDDDE
(221,221,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445F69 color. Also use rgb(68,95,105) instead hex code.

Text Font Color

.myTextColor { color: #445F69; }

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

This text font color is #445F69.


Background Color

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

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

This div background color is #445F69.


Border color

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

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

This div border color is #445F69.


Opacity

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

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

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

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

This text has shadow with #445F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445F69 on black background.


Color preview on white background

This text has color #445F69 on white background.



Black color preview on #445F69 background

This text has black color on #445F69 background.


White color preview on #445F69 background

This text has white color on #445F69 background.