COLOR #446675

HEX: #446675
RGB: (68,102,117)

Color info

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

RGB color model

#446675 color RGB value is (68,102,117).

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

RGB channels and saturation

R 68 of 255 = 27%
G 102 of 255 = 40%
B 117 of 255 = 46%

68
102
117

R + G + B ~ 38%. #446675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 102 + 117 = 287 (100%)
R 68 of 287 ~ 23.69%
G 102 of 287 ~ 35.54%
B 117 of 287 ~ 40.77%

%23.69
%35.54
%40.77

CMYK color model

#446675 color CMYK value is (42,13,0,54).

  • cyan value is 41.88%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(42,13,0,54)
C42M13Y0K54 
(42%,13%,0%,54%)
(0.42/0.13/0.00/0.54)	

CMYK percentages

%41.88
%12.82
%0
%54.12

Codes

Color #446675 in popluar color models

446675
RGB68102117
HSL198°26.49%36.27%
HSB/HSV198°41.88%45.88%
CMYK41.88%12.82%0.00%
54.12%

Color #446675 in popluar number systems.

HEX446675
Decimal68102117
Binary100010011001101110101
Octal104146165

Shades and tints

Shades of #446675

#446675
(68,102,117)
#3E5D6B
(62,93,107)
#385461
(56,84,97)
#324B57
(50,75,87)
#2C424D
(44,66,77)
#263943
(38,57,67)
#203039
(32,48,57)
#1A272F
(26,39,47)
#141E25
(20,30,37)
#0E151B
(14,21,27)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #446675

#446675
(68,102,117)
#557381
(85,115,129)
#66808D
(102,128,141)
#778D99
(119,141,153)
#889AA5
(136,154,165)
#99A7B1
(153,167,177)
#AAB4BD
(170,180,189)
#BBC1C9
(187,193,201)
#CCCED5
(204,206,213)
#DDDBE1
(221,219,225)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446675; }

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

This text font color is #446675.


Background Color

.myBgColor { background-color: #446675; }

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

This div background color is #446675.


Border color

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

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

This div border color is #446675.


Opacity

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

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

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

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

This text has shadow with #446675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446675 on black background.


Color preview on white background

This text has color #446675 on white background.



Black color preview on #446675 background

This text has black color on #446675 background.


White color preview on #446675 background

This text has white color on #446675 background.