COLOR #446460

HEX: #446460
RGB: (68,100,96)

Color info

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

RGB color model

#446460 color RGB value is (68,100,96).

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

RGB channels and saturation

R 68 of 255 = 27%
G 100 of 255 = 39%
B 96 of 255 = 38%

68
100
96

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

Portions of RGB colors in percentages

R + G + B =
68 + 100 + 96 = 264 (100%)
R 68 of 264 ~ 25.76%
G 100 of 264 ~ 37.88%
B 96 of 264 ~ 36.36%

%25.76
%37.88
%36.36

CMYK color model

#446460 color CMYK value is (32,0,4,61).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 60.78%
CMYK:
(32,0,4,61)
C32M0Y4K61 
(32%,0%,4%,61%)
(0.32/0.00/0.04/0.61)	

CMYK percentages

%32
%0
%4
%60.78

Codes

Color #446460 in popluar color models

446460
RGB6810096
HSL173°19.05%32.94%
HSB/HSV173°32.00%39.22%
CMYK32.00%0.00%4.00%
60.78%

Color #446460 in popluar number systems.

HEX446460
Decimal6810096
Binary100010011001001100000
Octal104144140

Shades and tints

Shades of #446460

#446460
(68,100,96)
#3E5B58
(62,91,88)
#385250
(56,82,80)
#324948
(50,73,72)
#2C4040
(44,64,64)
#263738
(38,55,56)
#202E30
(32,46,48)
#1A2528
(26,37,40)
#141C20
(20,28,32)
#0E1318
(14,19,24)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #446460

#446460
(68,100,96)
#55726E
(85,114,110)
#66807C
(102,128,124)
#778E8A
(119,142,138)
#889C98
(136,156,152)
#99AAA6
(153,170,166)
#AAB8B4
(170,184,180)
#BBC6C2
(187,198,194)
#CCD4D0
(204,212,208)
#DDE2DE
(221,226,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446460; }

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

This text font color is #446460.


Background Color

.myBgColor { background-color: #446460; }

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

This div background color is #446460.


Border color

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

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

This div border color is #446460.


Opacity

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

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

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

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

This text has shadow with #446460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446460 on black background.


Color preview on white background

This text has color #446460 on white background.



Black color preview on #446460 background

This text has black color on #446460 background.


White color preview on #446460 background

This text has white color on #446460 background.