COLOR #446551

HEX: #446551
RGB: (68,101,81)

Color info

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

RGB color model

#446551 color RGB value is (68,101,81).

  • red value is 68;
  • green value is 101;
  • blue value is 81.
RGB:
(68,101,81)
(27%,40%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 101 of 255 = 40%
B 81 of 255 = 32%

68
101
81

R + G + B ~ 33%. #446551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 101 + 81 = 250 (100%)
R 68 of 250 ~ 27.2%
G 101 of 250 ~ 40.4%
B 81 of 250 ~ 32.4%

%27.2
%40.4
%32.4

CMYK color model

#446551 color CMYK value is (33,0,20,60).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 60.39%
CMYK:
(33,0,20,60)
C33M0Y20K60 
(33%,0%,20%,60%)
(0.33/0.00/0.20/0.60)	

CMYK percentages

%32.67
%0
%19.8
%60.39

Codes

Color #446551 in popluar color models

446551
RGB6810181
HSL144°19.53%33.14%
HSB/HSV144°32.67%39.61%
CMYK32.67%0.00%19.80%
60.39%

Color #446551 in popluar number systems.

HEX446551
Decimal6810181
Binary100010011001011010001
Octal104145121

Shades and tints

Shades of #446551

#446551
(68,101,81)
#3E5C4A
(62,92,74)
#385343
(56,83,67)
#324A3C
(50,74,60)
#2C4135
(44,65,53)
#26382E
(38,56,46)
#202F27
(32,47,39)
#1A2620
(26,38,32)
#141D19
(20,29,25)
#0E1412
(14,20,18)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #446551

#446551
(68,101,81)
#557360
(85,115,96)
#66816F
(102,129,111)
#778F7E
(119,143,126)
#889D8D
(136,157,141)
#99AB9C
(153,171,156)
#AAB9AB
(170,185,171)
#BBC7BA
(187,199,186)
#CCD5C9
(204,213,201)
#DDE3D8
(221,227,216)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446551 color. Also use rgb(68,101,81) instead hex code.

Text Font Color

.myTextColor { color: #446551; }

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

This text font color is #446551.


Background Color

.myBgColor { background-color: #446551; }

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

This div background color is #446551.


Border color

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

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

This div border color is #446551.


Opacity

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

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

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

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

This text has shadow with #446551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446551 on black background.


Color preview on white background

This text has color #446551 on white background.



Black color preview on #446551 background

This text has black color on #446551 background.


White color preview on #446551 background

This text has white color on #446551 background.