COLOR #446B49

HEX: #446B49
RGB: (68,107,73)

Color info

#446B49 contains red, green and blue colors in about the same proportion. Web safe color of #446B49 is #336633 (or #363).

RGB color model

#446B49 color RGB value is (68,107,73).

  • red value is 68;
  • green value is 107;
  • blue value is 73.
RGB:
(68,107,73)
(27%,42%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 107 of 255 = 42%
B 73 of 255 = 29%

68
107
73

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

Portions of RGB colors in percentages

R + G + B =
68 + 107 + 73 = 248 (100%)
R 68 of 248 ~ 27.42%
G 107 of 248 ~ 43.15%
B 73 of 248 ~ 29.44%

%27.42
%43.15
%29.44

CMYK color model

#446B49 color CMYK value is (36,0,32,58).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(36,0,32,58)
C36M0Y32K58 
(36%,0%,32%,58%)
(0.36/0.00/0.32/0.58)	

CMYK percentages

%36.45
%0
%31.78
%58.04

Codes

Color #446B49 in popluar color models

446B49
RGB6810773
HSL128°22.29%34.31%
HSB/HSV128°36.45%41.96%
CMYK36.45%0.00%31.78%
58.04%

Color #446B49 in popluar number systems.

HEX446B49
Decimal6810773
Binary100010011010111001001
Octal104153111

Shades and tints

Shades of #446B49

#446B49
(68,107,73)
#3E6243
(62,98,67)
#38593D
(56,89,61)
#325037
(50,80,55)
#2C4731
(44,71,49)
#263E2B
(38,62,43)
#203525
(32,53,37)
#1A2C1F
(26,44,31)
#142319
(20,35,25)
#0E1A13
(14,26,19)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #446B49

#446B49
(68,107,73)
#557859
(85,120,89)
#668569
(102,133,105)
#779279
(119,146,121)
#889F89
(136,159,137)
#99AC99
(153,172,153)
#AAB9A9
(170,185,169)
#BBC6B9
(187,198,185)
#CCD3C9
(204,211,201)
#DDE0D9
(221,224,217)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446B49 color. Also use rgb(68,107,73) instead hex code.

Text Font Color

.myTextColor { color: #446B49; }

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

This text font color is #446B49.


Background Color

.myBgColor { background-color: #446B49; }

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

This div background color is #446B49.


Border color

.myBorderColor { border: 1px solid #446B49; }

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

This div border color is #446B49.


Opacity

.myOpacity80 { color: #446B49; opacity: 0.8; }

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

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

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

This text has shadow with #446B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B49 on black background.


Color preview on white background

This text has color #446B49 on white background.



Black color preview on #446B49 background

This text has black color on #446B49 background.


White color preview on #446B49 background

This text has white color on #446B49 background.