COLOR #446072

HEX: #446072
RGB: (68,96,114)

Color info

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

RGB color model

#446072 color RGB value is (68,96,114).

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

RGB channels and saturation

R 68 of 255 = 27%
G 96 of 255 = 38%
B 114 of 255 = 45%

68
96
114

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

Portions of RGB colors in percentages

R + G + B =
68 + 96 + 114 = 278 (100%)
R 68 of 278 ~ 24.46%
G 96 of 278 ~ 34.53%
B 114 of 278 ~ 41.01%

%24.46
%34.53
%41.01

CMYK color model

#446072 color CMYK value is (40,16,0,55).

  • cyan value is 40.35%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(40,16,0,55)
C40M16Y0K55 
(40%,16%,0%,55%)
(0.40/0.16/0.00/0.55)	

CMYK percentages

%40.35
%15.79
%0
%55.29

Codes

Color #446072 in popluar color models

446072
RGB6896114
HSL203°25.27%35.69%
HSB/HSV203°40.35%44.71%
CMYK40.35%15.79%0.00%
55.29%

Color #446072 in popluar number systems.

HEX446072
Decimal6896114
Binary100010011000001110010
Octal104140162

Shades and tints

Shades of #446072

#446072
(68,96,114)
#3E5868
(62,88,104)
#38505E
(56,80,94)
#324854
(50,72,84)
#2C404A
(44,64,74)
#263840
(38,56,64)
#203036
(32,48,54)
#1A282C
(26,40,44)
#142022
(20,32,34)
#0E1818
(14,24,24)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #446072

#446072
(68,96,114)
#556E7E
(85,110,126)
#667C8A
(102,124,138)
#778A96
(119,138,150)
#8898A2
(136,152,162)
#99A6AE
(153,166,174)
#AAB4BA
(170,180,186)
#BBC2C6
(187,194,198)
#CCD0D2
(204,208,210)
#DDDEDE
(221,222,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446072; }

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

This text font color is #446072.


Background Color

.myBgColor { background-color: #446072; }

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

This div background color is #446072.


Border color

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

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

This div border color is #446072.


Opacity

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

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

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

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

This text has shadow with #446072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446072 on black background.


Color preview on white background

This text has color #446072 on white background.



Black color preview on #446072 background

This text has black color on #446072 background.


White color preview on #446072 background

This text has white color on #446072 background.