COLOR #446D3F

HEX: #446D3F RGB: (68,109,63)

Color info

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

RGB color model

#446D3F color RGB value is (68,109,63).

RGB: (68,109,63) (27%, 43%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 63 of 255 = 25%

68
109
63

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

Portions of RGB colors in percentages

R + G + B = 68 + 109 + 63 = 240 (100%)
R 68 of 240 ~ 28.33%
G 109 of 240 ~ 45.42%
B 63 of 240 ~ 26.25'%

%28.33
%45.42
%26.25

CMYK color model

#446D3F color CMYK value is (38,0,42,57).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 42.20%
  • key color value is 57.25%

CMYK: (38,0,42,57)
C38M0Y42K57 (38%, 0%, 42%, 57%)
(0.38 / 0.00 / 0.42 / 0.57)

CMYK percentages

%37.61
%0
%42.2
%57.25

Codes

Color #446D3F in popluar color models

44 6D 3F
RGB 68 109 63
HSL 113° 26.74% 33.73%
HSB/HSV 113° 42.20% 42.75%
CMYK 37.61% 0.00% 42.20%
57.25%

Color #446D3F in popluar number systems.

HEX 44 6D 3F
Decimal 68 109 63
Binary 1000100 1101101 111111
Octal 104 155 77

Shades and tints

Shades of #446D3F

#446D3F
(68,109,63)
#3E643A
(62,100,58)
#385B35
(56,91,53)
#325230
(50,82,48)
#2C492B
(44,73,43)
#264026
(38,64,38)
#203721
(32,55,33)
#1A2E1C
(26,46,28)
#142517
(20,37,23)
#0E1C12
(14,28,18)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #446D3F

#446D3F
(68,109,63)
#557A50
(85,122,80)
#668761
(102,135,97)
#779472
(119,148,114)
#88A183
(136,161,131)
#99AE94
(153,174,148)
#AABBA5
(170,187,165)
#BBC8B6
(187,200,182)
#CCD5C7
(204,213,199)
#DDE2D8
(221,226,216)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446D3F; }

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

This text font color is #446D3F.

Background Color

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

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

This div background color is #446D3F.

Border color

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

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

This div border color is #446D3F.

Opacity

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

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

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

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

This text has shadow with #446D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #446D3F.

Preview

Color preview on black background

This text has color #446D3F on black background.


Color preview on white background

This text has color #446D3F on white background.


Black color preview on #446D3F background

This text has black color on #446D3F background.


White color preview on #446D3F background

This text has white color on #446D3F background.


Related colors

Complementary color

Complementary color for #hex is #BB92C0.


I love getcolorcode.com

Triadic colors

1 #3F446D and #6D3F44 with #446D3F are triadic colors.

2 #3F6D44 and #6D443F with #446D3F are triadic colors.