COLOR #446866

HEX: #446866
RGB: (68,104,102)

Color info

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

RGB color model

#446866 color RGB value is (68,104,102).

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

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 102 of 255 = 40%

68
104
102

R + G + B ~ 36%. #446866 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 102 = 274 (100%)
R 68 of 274 ~ 24.82%
G 104 of 274 ~ 37.96%
B 102 of 274 ~ 37.23%

%24.82
%37.96
%37.23

CMYK color model

#446866 color CMYK value is (35,0,2,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 59.22%
CMYK:
(35,0,2,59)
C35M0Y2K59 
(35%,0%,2%,59%)
(0.35/0.00/0.02/0.59)	

CMYK percentages

%34.62
%0
%1.92
%59.22

Codes

Color #446866 in popluar color models

446866
RGB68104102
HSL177°20.93%33.73%
HSB/HSV177°34.62%40.78%
CMYK34.62%0.00%1.92%
59.22%

Color #446866 in popluar number systems.

HEX446866
Decimal68104102
Binary100010011010001100110
Octal104150146

Shades and tints

Shades of #446866

#446866
(68,104,102)
#3E5F5D
(62,95,93)
#385654
(56,86,84)
#324D4B
(50,77,75)
#2C4442
(44,68,66)
#263B39
(38,59,57)
#203230
(32,50,48)
#1A2927
(26,41,39)
#14201E
(20,32,30)
#0E1715
(14,23,21)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #446866

#446866
(68,104,102)
#557573
(85,117,115)
#668280
(102,130,128)
#778F8D
(119,143,141)
#889C9A
(136,156,154)
#99A9A7
(153,169,167)
#AAB6B4
(170,182,180)
#BBC3C1
(187,195,193)
#CCD0CE
(204,208,206)
#DDDDDB
(221,221,219)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446866; }

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

This text font color is #446866.


Background Color

.myBgColor { background-color: #446866; }

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

This div background color is #446866.


Border color

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

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

This div border color is #446866.


Opacity

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

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

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

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

This text has shadow with #446866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446866 on black background.


Color preview on white background

This text has color #446866 on white background.



Black color preview on #446866 background

This text has black color on #446866 background.


White color preview on #446866 background

This text has white color on #446866 background.