COLOR #445F61

HEX: #445F61 RGB: (68,95,97)

Color info

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

RGB color model

#445F61 color RGB value is (68,95,97).

RGB: (68,95,97) (27%, 37%, 38%)

RGB channels and saturation

R 68 of 255 = 27%
G 95 of 255 = 37%
B 97 of 255 = 38%

68
95
97

R + G + B ~ 34%. #445F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 95 + 97 = 260 (100%)
R 68 of 260 ~ 26.15%
G 95 of 260 ~ 36.54%
B 97 of 260 ~ 37.31'%

%26.15
%36.54
%37.31

CMYK color model

#445F61 color CMYK value is (30,2,0,62).

  • cyan value is 29.90%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (30,2,0,62)
C30M2Y0K62 (30%, 2%, 0%, 62%)
(0.30 / 0.02 / 0.00 / 0.62)

CMYK percentages

%29.9
%2.06
%0
%61.96

Codes

Color #445F61 in popluar color models

44 5F 61
RGB 68 95 97
HSL 184° 17.58% 32.35%
HSB/HSV 184° 29.90% 38.04%
CMYK 29.90% 2.06% 0.00%
61.96%

Color #445F61 in popluar number systems.

HEX 44 5F 61
Decimal 68 95 97
Binary 1000100 1011111 1100001
Octal 104 137 141

Shades and tints

Shades of #445F61

#445F61
(68,95,97)
#3E5759
(62,87,89)
#384F51
(56,79,81)
#324749
(50,71,73)
#2C3F41
(44,63,65)
#263739
(38,55,57)
#202F31
(32,47,49)
#1A2729
(26,39,41)
#141F21
(20,31,33)
#0E1719
(14,23,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #445F61

#445F61
(68,95,97)
#556D6F
(85,109,111)
#667B7D
(102,123,125)
#77898B
(119,137,139)
#889799
(136,151,153)
#99A5A7
(153,165,167)
#AAB3B5
(170,179,181)
#BBC1C3
(187,193,195)
#CCCFD1
(204,207,209)
#DDDDDF
(221,221,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445F61; }

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

This text font color is #445F61.

Background Color

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

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

This div background color is #445F61.

Border color

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

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

This div border color is #445F61.

Opacity

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

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

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

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

This text has shadow with #445F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #445F61.

Preview

Color preview on black background

This text has color #445F61 on black background.


Color preview on white background

This text has color #445F61 on white background.


Black color preview on #445F61 background

This text has black color on #445F61 background.


White color preview on #445F61 background

This text has white color on #445F61 background.


Related colors

Complementary color

Complementary color for #hex is #BBA09E.


I love getcolorcode.com

Triadic colors

1 #61445F and #5F6144 with #445F61 are triadic colors.

2 #615F44 and #5F4461 with #445F61 are triadic colors.