COLOR #446869

HEX: #446869
RGB: (68,104,105)

Color info

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

RGB color model

#446869 color RGB value is (68,104,105).

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

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 105 of 255 = 41%

68
104
105

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

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 105 = 277 (100%)
R 68 of 277 ~ 24.55%
G 104 of 277 ~ 37.55%
B 105 of 277 ~ 37.91%

%24.55
%37.55
%37.91

CMYK color model

#446869 color CMYK value is (35,1,0,59).

  • cyan value is 35.24%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(35,1,0,59)
C35M1Y0K59 
(35%,1%,0%,59%)
(0.35/0.01/0.00/0.59)	

CMYK percentages

%35.24
%0.95
%0
%58.82

Codes

Color #446869 in popluar color models

446869
RGB68104105
HSL182°21.39%33.92%
HSB/HSV182°35.24%41.18%
CMYK35.24%0.95%0.00%
58.82%

Color #446869 in popluar number systems.

HEX446869
Decimal68104105
Binary100010011010001101001
Octal104150151

Shades and tints

Shades of #446869

#446869
(68,104,105)
#3E5F60
(62,95,96)
#385657
(56,86,87)
#324D4E
(50,77,78)
#2C4445
(44,68,69)
#263B3C
(38,59,60)
#203233
(32,50,51)
#1A292A
(26,41,42)
#142021
(20,32,33)
#0E1718
(14,23,24)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #446869

#446869
(68,104,105)
#557576
(85,117,118)
#668283
(102,130,131)
#778F90
(119,143,144)
#889C9D
(136,156,157)
#99A9AA
(153,169,170)
#AAB6B7
(170,182,183)
#BBC3C4
(187,195,196)
#CCD0D1
(204,208,209)
#DDDDDE
(221,221,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446869; }

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

This text font color is #446869.


Background Color

.myBgColor { background-color: #446869; }

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

This div background color is #446869.


Border color

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

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

This div border color is #446869.


Opacity

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

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

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

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

This text has shadow with #446869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446869 on black background.


Color preview on white background

This text has color #446869 on white background.



Black color preview on #446869 background

This text has black color on #446869 background.


White color preview on #446869 background

This text has white color on #446869 background.