COLOR #446664

HEX: #446664
RGB: (68,102,100)

Color info

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

RGB color model

#446664 color RGB value is (68,102,100).

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

RGB channels and saturation

R 68 of 255 = 27%
G 102 of 255 = 40%
B 100 of 255 = 39%

68
102
100

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

Portions of RGB colors in percentages

R + G + B =
68 + 102 + 100 = 270 (100%)
R 68 of 270 ~ 25.19%
G 102 of 270 ~ 37.78%
B 100 of 270 ~ 37.04%

%25.19
%37.78
%37.04

CMYK color model

#446664 color CMYK value is (33,0,2,60).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(33,0,2,60)
C33M0Y2K60 
(33%,0%,2%,60%)
(0.33/0.00/0.02/0.60)	

CMYK percentages

%33.33
%0
%1.96
%60

Codes

Color #446664 in popluar color models

446664
RGB68102100
HSL176°20.00%33.33%
HSB/HSV176°33.33%40.00%
CMYK33.33%0.00%1.96%
60.00%

Color #446664 in popluar number systems.

HEX446664
Decimal68102100
Binary100010011001101100100
Octal104146144

Shades and tints

Shades of #446664

#446664
(68,102,100)
#3E5D5B
(62,93,91)
#385452
(56,84,82)
#324B49
(50,75,73)
#2C4240
(44,66,64)
#263937
(38,57,55)
#20302E
(32,48,46)
#1A2725
(26,39,37)
#141E1C
(20,30,28)
#0E1513
(14,21,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #446664

#446664
(68,102,100)
#557372
(85,115,114)
#668080
(102,128,128)
#778D8E
(119,141,142)
#889A9C
(136,154,156)
#99A7AA
(153,167,170)
#AAB4B8
(170,180,184)
#BBC1C6
(187,193,198)
#CCCED4
(204,206,212)
#DDDBE2
(221,219,226)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446664; }

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

This text font color is #446664.


Background Color

.myBgColor { background-color: #446664; }

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

This div background color is #446664.


Border color

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

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

This div border color is #446664.


Opacity

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

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

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

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

This text has shadow with #446664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446664 on black background.


Color preview on white background

This text has color #446664 on white background.



Black color preview on #446664 background

This text has black color on #446664 background.


White color preview on #446664 background

This text has white color on #446664 background.