COLOR #446A46

HEX: #446A46
RGB: (68,106,70)

Color info

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

RGB color model

#446A46 color RGB value is (68,106,70).

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

RGB channels and saturation

R 68 of 255 = 27%
G 106 of 255 = 42%
B 70 of 255 = 27%

68
106
70

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

Portions of RGB colors in percentages

R + G + B =
68 + 106 + 70 = 244 (100%)
R 68 of 244 ~ 27.87%
G 106 of 244 ~ 43.44%
B 70 of 244 ~ 28.69%

%27.87
%43.44
%28.69

CMYK color model

#446A46 color CMYK value is (36,0,34,58).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(36,0,34,58)
C36M0Y34K58 
(36%,0%,34%,58%)
(0.36/0.00/0.34/0.58)	

CMYK percentages

%35.85
%0
%33.96
%58.43

Codes

Color #446A46 in popluar color models

446A46
RGB6810670
HSL123°21.84%34.12%
HSB/HSV123°35.85%41.57%
CMYK35.85%0.00%33.96%
58.43%

Color #446A46 in popluar number systems.

HEX446A46
Decimal6810670
Binary100010011010101000110
Octal104152106

Shades and tints

Shades of #446A46

#446A46
(68,106,70)
#3E6140
(62,97,64)
#38583A
(56,88,58)
#324F34
(50,79,52)
#2C462E
(44,70,46)
#263D28
(38,61,40)
#203422
(32,52,34)
#1A2B1C
(26,43,28)
#142216
(20,34,22)
#0E1910
(14,25,16)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #446A46

#446A46
(68,106,70)
#557756
(85,119,86)
#668466
(102,132,102)
#779176
(119,145,118)
#889E86
(136,158,134)
#99AB96
(153,171,150)
#AAB8A6
(170,184,166)
#BBC5B6
(187,197,182)
#CCD2C6
(204,210,198)
#DDDFD6
(221,223,214)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446A46; }

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

This text font color is #446A46.


Background Color

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

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

This div background color is #446A46.


Border color

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

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

This div border color is #446A46.


Opacity

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

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

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

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

This text has shadow with #446A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446A46 on black background.


Color preview on white background

This text has color #446A46 on white background.



Black color preview on #446A46 background

This text has black color on #446A46 background.


White color preview on #446A46 background

This text has white color on #446A46 background.