COLOR #44668C

HEX: #44668C RGB: (68,102,140)

Color info

#44668C contains mainly green and blue colors. Web safe color of #44668C is #336699 (or #369).

RGB color model

#44668C color RGB value is (68,102,140).

RGB: (68,102,140) (27%, 40%, 55%)

RGB channels and saturation

R 68 of 255 = 27%
G 102 of 255 = 40%
B 140 of 255 = 55%

68
102
140

R + G + B ~ 41%. #44668C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 102 + 140 = 310 (100%)
R 68 of 310 ~ 21.94%
G 102 of 310 ~ 32.9%
B 140 of 310 ~ 45.16'%

%21.94
%32.9
%45.16

CMYK color model

#44668C color CMYK value is (51,27,0,45).

  • cyan value is 51.43%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (51,27,0,45)
C51M27Y0K45 (51%, 27%, 0%, 45%)
(0.51 / 0.27 / 0.00 / 0.45)

CMYK percentages

%51.43
%27.14
%0
%45.1

Codes

Color #44668C in popluar color models

44 66 8C
RGB 68 102 140
HSL 212° 34.62% 40.78%
HSB/HSV 212° 51.43% 54.90%
CMYK 51.43% 27.14% 0.00%
45.10%

Color #44668C in popluar number systems.

HEX 44 66 8C
Decimal 68 102 140
Binary 1000100 1100110 10001100
Octal 104 146 214

Shades and tints

Shades of #44668C

#44668C
(68,102,140)
#3E5D80
(62,93,128)
#385474
(56,84,116)
#324B68
(50,75,104)
#2C425C
(44,66,92)
#263950
(38,57,80)
#203044
(32,48,68)
#1A2738
(26,39,56)
#141E2C
(20,30,44)
#0E1520
(14,21,32)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #44668C

#44668C
(68,102,140)
#557396
(85,115,150)
#6680A0
(102,128,160)
#778DAA
(119,141,170)
#889AB4
(136,154,180)
#99A7BE
(153,167,190)
#AAB4C8
(170,180,200)
#BBC1D2
(187,193,210)
#CCCEDC
(204,206,220)
#DDDBE6
(221,219,230)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44668C; }

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

This text font color is #44668C.

Background Color

.myBgColor { background-color: #44668C; }

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

This div background color is #44668C.

Border color

.myBorderColor { border: 1px solid #44668C; }

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

This div border color is #44668C.

Opacity

.myOpacity80 { color: #44668C; opacity: 0.8; }

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

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

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

This text has shadow with #44668C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44668C.

Preview

Color preview on black background

This text has color #44668C on black background.


Color preview on white background

This text has color #44668C on white background.


Black color preview on #44668C background

This text has black color on #44668C background.


White color preview on #44668C background

This text has white color on #44668C background.


Related colors

Complementary color

Complementary color for #hex is #BB9973.


I love getcolorcode.com

Triadic colors

1 #8C4466 and #668C44 with #44668C are triadic colors.

2 #8C6644 and #66448C with #44668C are triadic colors.