COLOR #446E7A

HEX: #446E7A
RGB: (68,110,122)

Color info

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

RGB color model

#446E7A color RGB value is (68,110,122).

  • red value is 68;
  • green value is 110;
  • blue value is 122.
RGB:
(68,110,122)
(27%,43%,48%)

RGB channels and saturation

R 68 of 255 = 27%
G 110 of 255 = 43%
B 122 of 255 = 48%

68
110
122

R + G + B ~ 39%. #446E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 110 + 122 = 300 (100%)
R 68 of 300 ~ 22.67%
G 110 of 300 ~ 36.67%
B 122 of 300 ~ 40.67%

%22.67
%36.67
%40.67

CMYK color model

#446E7A color CMYK value is (44,10,0,52).

  • cyan value is 44.26%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(44,10,0,52)
C44M10Y0K52 
(44%,10%,0%,52%)
(0.44/0.10/0.00/0.52)	

CMYK percentages

%44.26
%9.84
%0
%52.16

Codes

Color #446E7A in popluar color models

446E7A
RGB68110122
HSL193°28.42%37.25%
HSB/HSV193°44.26%47.84%
CMYK44.26%9.84%0.00%
52.16%

Color #446E7A in popluar number systems.

HEX446E7A
Decimal68110122
Binary100010011011101111010
Octal104156172

Shades and tints

Shades of #446E7A

#446E7A
(68,110,122)
#3E646F
(62,100,111)
#385A64
(56,90,100)
#325059
(50,80,89)
#2C464E
(44,70,78)
#263C43
(38,60,67)
#203238
(32,50,56)
#1A282D
(26,40,45)
#141E22
(20,30,34)
#0E1417
(14,20,23)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #446E7A

#446E7A
(68,110,122)
#557B86
(85,123,134)
#668892
(102,136,146)
#77959E
(119,149,158)
#88A2AA
(136,162,170)
#99AFB6
(153,175,182)
#AABCC2
(170,188,194)
#BBC9CE
(187,201,206)
#CCD6DA
(204,214,218)
#DDE3E6
(221,227,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446E7A color. Also use rgb(68,110,122) instead hex code.

Text Font Color

.myTextColor { color: #446E7A; }

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

This text font color is #446E7A.


Background Color

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

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

This div background color is #446E7A.


Border color

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

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

This div border color is #446E7A.


Opacity

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

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

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

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

This text has shadow with #446E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446E7A on black background.


Color preview on white background

This text has color #446E7A on white background.



Black color preview on #446E7A background

This text has black color on #446E7A background.


White color preview on #446E7A background

This text has white color on #446E7A background.