COLOR #446146

HEX: #446146
RGB: (68,97,70)

Color info

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

RGB color model

#446146 color RGB value is (68,97,70).

  • red value is 68;
  • green value is 97;
  • blue value is 70.
RGB:
(68,97,70)
(27%,38%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 97 of 255 = 38%
B 70 of 255 = 27%

68
97
70

R + G + B ~ 31%. #446146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 97 + 70 = 235 (100%)
R 68 of 235 ~ 28.94%
G 97 of 235 ~ 41.28%
B 70 of 235 ~ 29.79%

%28.94
%41.28
%29.79

CMYK color model

#446146 color CMYK value is (30,0,28,62).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(30,0,28,62)
C30M0Y28K62 
(30%,0%,28%,62%)
(0.30/0.00/0.28/0.62)	

CMYK percentages

%29.9
%0
%27.84
%61.96

Codes

Color #446146 in popluar color models

446146
RGB689770
HSL124°17.58%32.35%
HSB/HSV124°29.90%38.04%
CMYK29.90%0.00%27.84%
61.96%

Color #446146 in popluar number systems.

HEX446146
Decimal689770
Binary100010011000011000110
Octal104141106

Shades and tints

Shades of #446146

#446146
(68,97,70)
#3E5940
(62,89,64)
#38513A
(56,81,58)
#324934
(50,73,52)
#2C412E
(44,65,46)
#263928
(38,57,40)
#203122
(32,49,34)
#1A291C
(26,41,28)
#142116
(20,33,22)
#0E1910
(14,25,16)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #446146

#446146
(68,97,70)
#556F56
(85,111,86)
#667D66
(102,125,102)
#778B76
(119,139,118)
#889986
(136,153,134)
#99A796
(153,167,150)
#AAB5A6
(170,181,166)
#BBC3B6
(187,195,182)
#CCD1C6
(204,209,198)
#DDDFD6
(221,223,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446146 color. Also use rgb(68,97,70) instead hex code.

Text Font Color

.myTextColor { color: #446146; }

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

This text font color is #446146.


Background Color

.myBgColor { background-color: #446146; }

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

This div background color is #446146.


Border color

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

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

This div border color is #446146.


Opacity

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

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

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

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

This text has shadow with #446146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446146 on black background.


Color preview on white background

This text has color #446146 on white background.



Black color preview on #446146 background

This text has black color on #446146 background.


White color preview on #446146 background

This text has white color on #446146 background.