COLOR #446949

HEX: #446949
RGB: (68,105,73)

Color info

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

RGB color model

#446949 color RGB value is (68,105,73).

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

RGB channels and saturation

R 68 of 255 = 27%
G 105 of 255 = 41%
B 73 of 255 = 29%

68
105
73

R + G + B ~ 32%. #446949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 105 + 73 = 246 (100%)
R 68 of 246 ~ 27.64%
G 105 of 246 ~ 42.68%
B 73 of 246 ~ 29.67%

%27.64
%42.68
%29.67

CMYK color model

#446949 color CMYK value is (35,0,30,59).

  • cyan value is 35.24%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 58.82%
CMYK:
(35,0,30,59)
C35M0Y30K59 
(35%,0%,30%,59%)
(0.35/0.00/0.30/0.59)	

CMYK percentages

%35.24
%0
%30.48
%58.82

Codes

Color #446949 in popluar color models

446949
RGB6810573
HSL128°21.39%33.92%
HSB/HSV128°35.24%41.18%
CMYK35.24%0.00%30.48%
58.82%

Color #446949 in popluar number systems.

HEX446949
Decimal6810573
Binary100010011010011001001
Octal104151111

Shades and tints

Shades of #446949

#446949
(68,105,73)
#3E6043
(62,96,67)
#38573D
(56,87,61)
#324E37
(50,78,55)
#2C4531
(44,69,49)
#263C2B
(38,60,43)
#203325
(32,51,37)
#1A2A1F
(26,42,31)
#142119
(20,33,25)
#0E1813
(14,24,19)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #446949

#446949
(68,105,73)
#557659
(85,118,89)
#668369
(102,131,105)
#779079
(119,144,121)
#889D89
(136,157,137)
#99AA99
(153,170,153)
#AAB7A9
(170,183,169)
#BBC4B9
(187,196,185)
#CCD1C9
(204,209,201)
#DDDED9
(221,222,217)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446949; }

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

This text font color is #446949.


Background Color

.myBgColor { background-color: #446949; }

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

This div background color is #446949.


Border color

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

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

This div border color is #446949.


Opacity

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

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

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

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

This text has shadow with #446949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446949 on black background.


Color preview on white background

This text has color #446949 on white background.



Black color preview on #446949 background

This text has black color on #446949 background.


White color preview on #446949 background

This text has white color on #446949 background.