COLOR #446459

HEX: #446459
RGB: (68,100,89)

Color info

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

RGB color model

#446459 color RGB value is (68,100,89).

  • red value is 68;
  • green value is 100;
  • blue value is 89.
RGB:
(68,100,89)
(27%,39%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 100 of 255 = 39%
B 89 of 255 = 35%

68
100
89

R + G + B ~ 34%. #446459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 100 + 89 = 257 (100%)
R 68 of 257 ~ 26.46%
G 100 of 257 ~ 38.91%
B 89 of 257 ~ 34.63%

%26.46
%38.91
%34.63

CMYK color model

#446459 color CMYK value is (32,0,11,61).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(32,0,11,61)
C32M0Y11K61 
(32%,0%,11%,61%)
(0.32/0.00/0.11/0.61)	

CMYK percentages

%32
%0
%11
%60.78

Codes

Color #446459 in popluar color models

446459
RGB6810089
HSL159°19.05%32.94%
HSB/HSV159°32.00%39.22%
CMYK32.00%0.00%11.00%
60.78%

Color #446459 in popluar number systems.

HEX446459
Decimal6810089
Binary100010011001001011001
Octal104144131

Shades and tints

Shades of #446459

#446459
(68,100,89)
#3E5B51
(62,91,81)
#385249
(56,82,73)
#324941
(50,73,65)
#2C4039
(44,64,57)
#263731
(38,55,49)
#202E29
(32,46,41)
#1A2521
(26,37,33)
#141C19
(20,28,25)
#0E1311
(14,19,17)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #446459

#446459
(68,100,89)
#557268
(85,114,104)
#668077
(102,128,119)
#778E86
(119,142,134)
#889C95
(136,156,149)
#99AAA4
(153,170,164)
#AAB8B3
(170,184,179)
#BBC6C2
(187,198,194)
#CCD4D1
(204,212,209)
#DDE2E0
(221,226,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446459 color. Also use rgb(68,100,89) instead hex code.

Text Font Color

.myTextColor { color: #446459; }

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

This text font color is #446459.


Background Color

.myBgColor { background-color: #446459; }

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

This div background color is #446459.


Border color

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

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

This div border color is #446459.


Opacity

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

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

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

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

This text has shadow with #446459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446459 on black background.


Color preview on white background

This text has color #446459 on white background.



Black color preview on #446459 background

This text has black color on #446459 background.


White color preview on #446459 background

This text has white color on #446459 background.