COLOR #446D80

HEX: #446D80 RGB: (68,109,128)

Color info

#446D80 contains mainly green and blue colors. Web safe color of #446D80 is #336666 (or #366).

RGB color model

#446D80 color RGB value is (68,109,128).

RGB: (68,109,128) (27%, 43%, 50%)

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 128 of 255 = 50%

68
109
128

R + G + B ~ 40%. #446D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 109 + 128 = 305 (100%)
R 68 of 305 ~ 22.3%
G 109 of 305 ~ 35.74%
B 128 of 305 ~ 41.97'%

%22.3
%35.74
%41.97

CMYK color model

#446D80 color CMYK value is (47,15,0,50).

  • cyan value is 46.88%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (47,15,0,50) C47M15Y0K50 (47%,15%,0%,50%) (0.47/0.15/0.00/0.50) 

CMYK percentages

%46.88
%14.84
%0
%49.8

Codes

Color #446D80 in popluar color models

44 6D 80
RGB 68 109 128
HSL 199° 30.61% 38.43%
HSB/HSV 199° 46.88% 50.20%
CMYK 46.88% 14.84% 0.00%
49.80%

Color #446D80 in popluar number systems.

HEX 44 6D 80
Decimal 68 109 128
Binary 1000100 1101101 10000000
Octal 104 155 200

Shades and tints

Shades of #446D80

#446D80
(68,109,128)
#3E6475
(62,100,117)
#385B6A
(56,91,106)
#32525F
(50,82,95)
#2C4954
(44,73,84)
#264049
(38,64,73)
#20373E
(32,55,62)
#1A2E33
(26,46,51)
#142528
(20,37,40)
#0E1C1D
(14,28,29)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #446D80

#446D80
(68,109,128)
#557A8B
(85,122,139)
#668796
(102,135,150)
#7794A1
(119,148,161)
#88A1AC
(136,161,172)
#99AEB7
(153,174,183)
#AABBC2
(170,187,194)
#BBC8CD
(187,200,205)
#CCD5D8
(204,213,216)
#DDE2E3
(221,226,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446D80 color. Also use rgb(68,109,128) instead hex code.

Text Font Color

.myTextColor { color: #446D80; }

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

This text font color is #446D80.

Background Color

.myBgColor { background-color: #446D80; }

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

This div background color is #446D80.

Border color

.myBorderColor { border: 1px solid #446D80; }

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

This div border color is #446D80.

Opacity

.myOpacity80 { color: #446D80; opacity: 0.8; }

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

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

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

This text has shadow with #446D80 color.


.textShadow {text-shadow: 3px 3px 1px #446D80', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #446D80; -webkit-box-shadow: 1px 1px 3px 2px #446D80; box-shadow:1px 1px 3px 2px #446D80;">
Div content here
</div>

This div box has shadow with color #446D80.

Preview

Color preview on black background

This text has color #446D80 on black background.


Color preview on white background

This text has color #446D80 on white background.


Black color preview on #446D80 background

This text has black color on #446D80 background.


White color preview on #446D80 background

This text has white color on #446D80 background.


Related colors

Complementary color

Complementary color for #hex is #BB927F.


I love getcolorcode.com

Triadic colors

1 #80446D and #6D8044 with #446D80 are triadic colors.

2 #806D44 and #6D4480 with #446D80 are triadic colors.