COLOR #445161

HEX: #445161
RGB: (68,81,97)

Color info

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

RGB color model

#445161 color RGB value is (68,81,97).

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

RGB channels and saturation

R 68 of 255 = 27%
G 81 of 255 = 32%
B 97 of 255 = 38%

68
81
97

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

Portions of RGB colors in percentages

R + G + B =
68 + 81 + 97 = 246 (100%)
R 68 of 246 ~ 27.64%
G 81 of 246 ~ 32.93%
B 97 of 246 ~ 39.43%

%27.64
%32.93
%39.43

CMYK color model

#445161 color CMYK value is (30,16,0,62).

  • cyan value is 29.90%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(30,16,0,62)
C30M16Y0K62 
(30%,16%,0%,62%)
(0.30/0.16/0.00/0.62)	

CMYK percentages

%29.9
%16.49
%0
%61.96

Codes

Color #445161 in popluar color models

445161
RGB688197
HSL213°17.58%32.35%
HSB/HSV213°29.90%38.04%
CMYK29.90%16.49%0.00%
61.96%

Color #445161 in popluar number systems.

HEX445161
Decimal688197
Binary100010010100011100001
Octal104121141

Shades and tints

Shades of #445161

#445161
(68,81,97)
#3E4A59
(62,74,89)
#384351
(56,67,81)
#323C49
(50,60,73)
#2C3541
(44,53,65)
#262E39
(38,46,57)
#202731
(32,39,49)
#1A2029
(26,32,41)
#141921
(20,25,33)
#0E1219
(14,18,25)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #445161

#445161
(68,81,97)
#55606F
(85,96,111)
#666F7D
(102,111,125)
#777E8B
(119,126,139)
#888D99
(136,141,153)
#999CA7
(153,156,167)
#AAABB5
(170,171,181)
#BBBAC3
(187,186,195)
#CCC9D1
(204,201,209)
#DDD8DF
(221,216,223)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445161; }

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

This text font color is #445161.


Background Color

.myBgColor { background-color: #445161; }

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

This div background color is #445161.


Border color

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

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

This div border color is #445161.


Opacity

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

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

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

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

This text has shadow with #445161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445161 on black background.


Color preview on white background

This text has color #445161 on white background.



Black color preview on #445161 background

This text has black color on #445161 background.


White color preview on #445161 background

This text has white color on #445161 background.