COLOR #446F44

HEX: #446F44
RGB: (68,111,68)

Color info

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

RGB color model

#446F44 color RGB value is (68,111,68).

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

RGB channels and saturation

R 68 of 255 = 27%
G 111 of 255 = 44%
B 68 of 255 = 27%

68
111
68

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

Portions of RGB colors in percentages

R + G + B =
68 + 111 + 68 = 247 (100%)
R 68 of 247 ~ 27.53%
G 111 of 247 ~ 44.94%
B 68 of 247 ~ 27.53%

%27.53
%44.94
%27.53

CMYK color model

#446F44 color CMYK value is (39,0,39,56).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 56.47%
CMYK:
(39,0,39,56)
C39M0Y39K56 
(39%,0%,39%,56%)
(0.39/0.00/0.39/0.56)	

CMYK percentages

%38.74
%0
%38.74
%56.47

Codes

Color #446F44 in popluar color models

446F44
RGB6811168
HSL120°24.02%35.10%
HSB/HSV120°38.74%43.53%
CMYK38.74%0.00%38.74%
56.47%

Color #446F44 in popluar number systems.

HEX446F44
Decimal6811168
Binary100010011011111000100
Octal104157104

Shades and tints

Shades of #446F44

#446F44
(68,111,68)
#3E653E
(62,101,62)
#385B38
(56,91,56)
#325132
(50,81,50)
#2C472C
(44,71,44)
#263D26
(38,61,38)
#203320
(32,51,32)
#1A291A
(26,41,26)
#141F14
(20,31,20)
#0E150E
(14,21,14)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #446F44

#446F44
(68,111,68)
#557C55
(85,124,85)
#668966
(102,137,102)
#779677
(119,150,119)
#88A388
(136,163,136)
#99B099
(153,176,153)
#AABDAA
(170,189,170)
#BBCABB
(187,202,187)
#CCD7CC
(204,215,204)
#DDE4DD
(221,228,221)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446F44; }

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

This text font color is #446F44.


Background Color

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

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

This div background color is #446F44.


Border color

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

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

This div border color is #446F44.


Opacity

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

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

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

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

This text has shadow with #446F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446F44 on black background.


Color preview on white background

This text has color #446F44 on white background.



Black color preview on #446F44 background

This text has black color on #446F44 background.


White color preview on #446F44 background

This text has white color on #446F44 background.