COLOR #446331

HEX: #446331
RGB: (68,99,49)

Color info

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

RGB color model

#446331 color RGB value is (68,99,49).

  • red value is 68;
  • green value is 99;
  • blue value is 49.
RGB:
(68,99,49)
(27%,39%,19%)

RGB channels and saturation

R 68 of 255 = 27%
G 99 of 255 = 39%
B 49 of 255 = 19%

68
99
49

R + G + B ~ 28%. #446331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 99 + 49 = 216 (100%)
R 68 of 216 ~ 31.48%
G 99 of 216 ~ 45.83%
B 49 of 216 ~ 22.69%

%31.48
%45.83
%22.69

CMYK color model

#446331 color CMYK value is (31,0,51,61).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(31,0,51,61)
C31M0Y51K61 
(31%,0%,51%,61%)
(0.31/0.00/0.51/0.61)	

CMYK percentages

%31.31
%0
%50.51
%61.18

Codes

Color #446331 in popluar color models

446331
RGB689949
HSL97°33.78%29.02%
HSB/HSV97°50.51%38.82%
CMYK31.31%0.00%50.51%
61.18%

Color #446331 in popluar number systems.

HEX446331
Decimal689949
Binary10001001100011110001
Octal10414361

Shades and tints

Shades of #446331

#446331
(68,99,49)
#3E5A2D
(62,90,45)
#385129
(56,81,41)
#324825
(50,72,37)
#2C3F21
(44,63,33)
#26361D
(38,54,29)
#202D19
(32,45,25)
#1A2415
(26,36,21)
#141B11
(20,27,17)
#0E120D
(14,18,13)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #446331

#446331
(68,99,49)
#557143
(85,113,67)
#667F55
(102,127,85)
#778D67
(119,141,103)
#889B79
(136,155,121)
#99A98B
(153,169,139)
#AAB79D
(170,183,157)
#BBC5AF
(187,197,175)
#CCD3C1
(204,211,193)
#DDE1D3
(221,225,211)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446331 color. Also use rgb(68,99,49) instead hex code.

Text Font Color

.myTextColor { color: #446331; }

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

This text font color is #446331.


Background Color

.myBgColor { background-color: #446331; }

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

This div background color is #446331.


Border color

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

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

This div border color is #446331.


Opacity

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

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

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

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

This text has shadow with #446331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446331 on black background.


Color preview on white background

This text has color #446331 on white background.



Black color preview on #446331 background

This text has black color on #446331 background.


White color preview on #446331 background

This text has white color on #446331 background.