COLOR #446C44

HEX: #446C44
RGB: (68,108,68)

Color info

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

RGB color model

#446C44 color RGB value is (68,108,68).

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

RGB channels and saturation

R 68 of 255 = 27%
G 108 of 255 = 42%
B 68 of 255 = 27%

68
108
68

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

Portions of RGB colors in percentages

R + G + B =
68 + 108 + 68 = 244 (100%)
R 68 of 244 ~ 27.87%
G 108 of 244 ~ 44.26%
B 68 of 244 ~ 27.87%

%27.87
%44.26
%27.87

CMYK color model

#446C44 color CMYK value is (37,0,37,58).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(37,0,37,58)
C37M0Y37K58 
(37%,0%,37%,58%)
(0.37/0.00/0.37/0.58)	

CMYK percentages

%37.04
%0
%37.04
%57.65

Codes

Color #446C44 in popluar color models

446C44
RGB6810868
HSL120°22.73%34.51%
HSB/HSV120°37.04%42.35%
CMYK37.04%0.00%37.04%
57.65%

Color #446C44 in popluar number systems.

HEX446C44
Decimal6810868
Binary100010011011001000100
Octal104154104

Shades and tints

Shades of #446C44

#446C44
(68,108,68)
#3E633E
(62,99,62)
#385A38
(56,90,56)
#325132
(50,81,50)
#2C482C
(44,72,44)
#263F26
(38,63,38)
#203620
(32,54,32)
#1A2D1A
(26,45,26)
#142414
(20,36,20)
#0E1B0E
(14,27,14)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #446C44

#446C44
(68,108,68)
#557955
(85,121,85)
#668666
(102,134,102)
#779377
(119,147,119)
#88A088
(136,160,136)
#99AD99
(153,173,153)
#AABAAA
(170,186,170)
#BBC7BB
(187,199,187)
#CCD4CC
(204,212,204)
#DDE1DD
(221,225,221)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446C44; }

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

This text font color is #446C44.


Background Color

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

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

This div background color is #446C44.


Border color

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

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

This div border color is #446C44.


Opacity

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

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

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

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

This text has shadow with #446C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446C44 on black background.


Color preview on white background

This text has color #446C44 on white background.



Black color preview on #446C44 background

This text has black color on #446C44 background.


White color preview on #446C44 background

This text has white color on #446C44 background.