COLOR #446672

HEX: #446672
RGB: (68,102,114)

Color info

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

RGB color model

#446672 color RGB value is (68,102,114).

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

RGB channels and saturation

R 68 of 255 = 27%
G 102 of 255 = 40%
B 114 of 255 = 45%

68
102
114

R + G + B ~ 37%. #446672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 102 + 114 = 284 (100%)
R 68 of 284 ~ 23.94%
G 102 of 284 ~ 35.92%
B 114 of 284 ~ 40.14%

%23.94
%35.92
%40.14

CMYK color model

#446672 color CMYK value is (40,11,0,55).

  • cyan value is 40.35%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(40,11,0,55)
C40M11Y0K55 
(40%,11%,0%,55%)
(0.40/0.11/0.00/0.55)	

CMYK percentages

%40.35
%10.53
%0
%55.29

Codes

Color #446672 in popluar color models

446672
RGB68102114
HSL196°25.27%35.69%
HSB/HSV196°40.35%44.71%
CMYK40.35%10.53%0.00%
55.29%

Color #446672 in popluar number systems.

HEX446672
Decimal68102114
Binary100010011001101110010
Octal104146162

Shades and tints

Shades of #446672

#446672
(68,102,114)
#3E5D68
(62,93,104)
#38545E
(56,84,94)
#324B54
(50,75,84)
#2C424A
(44,66,74)
#263940
(38,57,64)
#203036
(32,48,54)
#1A272C
(26,39,44)
#141E22
(20,30,34)
#0E1518
(14,21,24)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #446672

#446672
(68,102,114)
#55737E
(85,115,126)
#66808A
(102,128,138)
#778D96
(119,141,150)
#889AA2
(136,154,162)
#99A7AE
(153,167,174)
#AAB4BA
(170,180,186)
#BBC1C6
(187,193,198)
#CCCED2
(204,206,210)
#DDDBDE
(221,219,222)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446672; }

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

This text font color is #446672.


Background Color

.myBgColor { background-color: #446672; }

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

This div background color is #446672.


Border color

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

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

This div border color is #446672.


Opacity

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

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

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

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

This text has shadow with #446672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446672 on black background.


Color preview on white background

This text has color #446672 on white background.



Black color preview on #446672 background

This text has black color on #446672 background.


White color preview on #446672 background

This text has white color on #446672 background.