COLOR #446067

HEX: #446067
RGB: (68,96,103)

Color info

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

RGB color model

#446067 color RGB value is (68,96,103).

  • red value is 68;
  • green value is 96;
  • blue value is 103.
RGB:
(68,96,103)
(27%,38%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 96 of 255 = 38%
B 103 of 255 = 40%

68
96
103

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

Portions of RGB colors in percentages

R + G + B =
68 + 96 + 103 = 267 (100%)
R 68 of 267 ~ 25.47%
G 96 of 267 ~ 35.96%
B 103 of 267 ~ 38.58%

%25.47
%35.96
%38.58

CMYK color model

#446067 color CMYK value is (34,7,0,60).

  • cyan value is 33.98%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,7,0,60)
C34M7Y0K60 
(34%,7%,0%,60%)
(0.34/0.07/0.00/0.60)	

CMYK percentages

%33.98
%6.8
%0
%59.61

Codes

Color #446067 in popluar color models

446067
RGB6896103
HSL192°20.47%33.53%
HSB/HSV192°33.98%40.39%
CMYK33.98%6.80%0.00%
59.61%

Color #446067 in popluar number systems.

HEX446067
Decimal6896103
Binary100010011000001100111
Octal104140147

Shades and tints

Shades of #446067

#446067
(68,96,103)
#3E585E
(62,88,94)
#385055
(56,80,85)
#32484C
(50,72,76)
#2C4043
(44,64,67)
#26383A
(38,56,58)
#203031
(32,48,49)
#1A2828
(26,40,40)
#14201F
(20,32,31)
#0E1816
(14,24,22)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #446067

#446067
(68,96,103)
#556E74
(85,110,116)
#667C81
(102,124,129)
#778A8E
(119,138,142)
#88989B
(136,152,155)
#99A6A8
(153,166,168)
#AAB4B5
(170,180,181)
#BBC2C2
(187,194,194)
#CCD0CF
(204,208,207)
#DDDEDC
(221,222,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446067 color. Also use rgb(68,96,103) instead hex code.

Text Font Color

.myTextColor { color: #446067; }

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

This text font color is #446067.


Background Color

.myBgColor { background-color: #446067; }

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

This div background color is #446067.


Border color

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

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

This div border color is #446067.


Opacity

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

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

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

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

This text has shadow with #446067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446067 on black background.


Color preview on white background

This text has color #446067 on white background.



Black color preview on #446067 background

This text has black color on #446067 background.


White color preview on #446067 background

This text has white color on #446067 background.