COLOR #446D4A

HEX: #446D4A
RGB: (68,109,74)

Color info

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

RGB color model

#446D4A color RGB value is (68,109,74).

  • red value is 68;
  • green value is 109;
  • blue value is 74.
RGB:
(68,109,74)
(27%,43%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 74 of 255 = 29%

68
109
74

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

Portions of RGB colors in percentages

R + G + B =
68 + 109 + 74 = 251 (100%)
R 68 of 251 ~ 27.09%
G 109 of 251 ~ 43.43%
B 74 of 251 ~ 29.48%

%27.09
%43.43
%29.48

CMYK color model

#446D4A color CMYK value is (38,0,32,57).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 57.25%
CMYK:
(38,0,32,57)
C38M0Y32K57 
(38%,0%,32%,57%)
(0.38/0.00/0.32/0.57)	

CMYK percentages

%37.61
%0
%32.11
%57.25

Codes

Color #446D4A in popluar color models

446D4A
RGB6810974
HSL129°23.16%34.71%
HSB/HSV129°37.61%42.75%
CMYK37.61%0.00%32.11%
57.25%

Color #446D4A in popluar number systems.

HEX446D4A
Decimal6810974
Binary100010011011011001010
Octal104155112

Shades and tints

Shades of #446D4A

#446D4A
(68,109,74)
#3E6444
(62,100,68)
#385B3E
(56,91,62)
#325238
(50,82,56)
#2C4932
(44,73,50)
#26402C
(38,64,44)
#203726
(32,55,38)
#1A2E20
(26,46,32)
#14251A
(20,37,26)
#0E1C14
(14,28,20)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #446D4A

#446D4A
(68,109,74)
#557A5A
(85,122,90)
#66876A
(102,135,106)
#77947A
(119,148,122)
#88A18A
(136,161,138)
#99AE9A
(153,174,154)
#AABBAA
(170,187,170)
#BBC8BA
(187,200,186)
#CCD5CA
(204,213,202)
#DDE2DA
(221,226,218)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446D4A color. Also use rgb(68,109,74) instead hex code.

Text Font Color

.myTextColor { color: #446D4A; }

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

This text font color is #446D4A.


Background Color

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

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

This div background color is #446D4A.


Border color

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

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

This div border color is #446D4A.


Opacity

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

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

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

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

This text has shadow with #446D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446D4A on black background.


Color preview on white background

This text has color #446D4A on white background.



Black color preview on #446D4A background

This text has black color on #446D4A background.


White color preview on #446D4A background

This text has white color on #446D4A background.