COLOR #445261

HEX: #445261
RGB: (68,82,97)

Color info

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

RGB color model

#445261 color RGB value is (68,82,97).

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

RGB channels and saturation

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

68
82
97

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

Portions of RGB colors in percentages

R + G + B =
68 + 82 + 97 = 247 (100%)
R 68 of 247 ~ 27.53%
G 82 of 247 ~ 33.2%
B 97 of 247 ~ 39.27%

%27.53
%33.2
%39.27

CMYK color model

#445261 color CMYK value is (30,15,0,62).

  • cyan value is 29.90%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(30,15,0,62)
C30M15Y0K62 
(30%,15%,0%,62%)
(0.30/0.15/0.00/0.62)	

CMYK percentages

%29.9
%15.46
%0
%61.96

Codes

Color #445261 in popluar color models

445261
RGB688297
HSL211°17.58%32.35%
HSB/HSV211°29.90%38.04%
CMYK29.90%15.46%0.00%
61.96%

Color #445261 in popluar number systems.

HEX445261
Decimal688297
Binary100010010100101100001
Octal104122141

Shades and tints

Shades of #445261

#445261
(68,82,97)
#3E4B59
(62,75,89)
#384451
(56,68,81)
#323D49
(50,61,73)
#2C3641
(44,54,65)
#262F39
(38,47,57)
#202831
(32,40,49)
#1A2129
(26,33,41)
#141A21
(20,26,33)
#0E1319
(14,19,25)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #445261

#445261
(68,82,97)
#55616F
(85,97,111)
#66707D
(102,112,125)
#777F8B
(119,127,139)
#888E99
(136,142,153)
#999DA7
(153,157,167)
#AAACB5
(170,172,181)
#BBBBC3
(187,187,195)
#CCCAD1
(204,202,209)
#DDD9DF
(221,217,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445261; }

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

This text font color is #445261.


Background Color

.myBgColor { background-color: #445261; }

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

This div background color is #445261.


Border color

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

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

This div border color is #445261.


Opacity

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

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

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

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

This text has shadow with #445261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445261 on black background.


Color preview on white background

This text has color #445261 on white background.



Black color preview on #445261 background

This text has black color on #445261 background.


White color preview on #445261 background

This text has white color on #445261 background.