COLOR #446326

HEX: #446326
RGB: (68,99,38)

Color info

#446326 contains mainly red and green colors. Web safe color of #446326 is #336633 (or #363).

RGB color model

#446326 color RGB value is (68,99,38).

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

RGB channels and saturation

R 68 of 255 = 27%
G 99 of 255 = 39%
B 38 of 255 = 15%

68
99
38

R + G + B ~ 27%. #446326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 99 + 38 = 205 (100%)
R 68 of 205 ~ 33.17%
G 99 of 205 ~ 48.29%
B 38 of 205 ~ 18.54%

%33.17
%48.29
%18.54

CMYK color model

#446326 color CMYK value is (31,0,62,61).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 61.62%
  • key color value is 61.18%
CMYK: (31,0,62,61) C31M0Y62K61 (31%,0%,62%,61%) (0.31/0.00/0.62/0.61)

CMYK percentages

%31.31
%0
%61.62
%61.18

Codes

Color #446326 in popluar color models

446326
RGB689938
HSL90°44.53%26.86%
HSB/HSV90°61.62%38.82%
CMYK31.31%0.00%61.62%
61.18%

Color #446326 in popluar number systems.

HEX446326
Decimal689938
Binary10001001100011100110
Octal10414346

Shades and tints

Shades of #446326

#446326
(68,99,38)
#3E5A23
(62,90,35)
#385120
(56,81,32)
#32481D
(50,72,29)
#2C3F1A
(44,63,26)
#263617
(38,54,23)
#202D14
(32,45,20)
#1A2411
(26,36,17)
#141B0E
(20,27,14)
#0E120B
(14,18,11)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #446326

#446326
(68,99,38)
#557139
(85,113,57)
#667F4C
(102,127,76)
#778D5F
(119,141,95)
#889B72
(136,155,114)
#99A985
(153,169,133)
#AAB798
(170,183,152)
#BBC5AB
(187,197,171)
#CCD3BE
(204,211,190)
#DDE1D1
(221,225,209)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446326; }

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

This text font color is #446326.


Background Color

.myBgColor { background-color: #446326; }

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

This div background color is #446326.


Border color

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

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

This div border color is #446326.


Opacity

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

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

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

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

This text has shadow with #446326 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #446326 on black background.


Color preview on white background

This text has color #446326 on white background.



Black color preview on #446326 background

This text has black color on #446326 background.


White color preview on #446326 background

This text has white color on #446326 background.