COLOR #446E45

HEX: #446E45
RGB: (68,110,69)

Color info

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

RGB color model

#446E45 color RGB value is (68,110,69).

  • red value is 68;
  • green value is 110;
  • blue value is 69.
RGB:
(68,110,69)
(27%,43%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 110 of 255 = 43%
B 69 of 255 = 27%

68
110
69

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

Portions of RGB colors in percentages

R + G + B =
68 + 110 + 69 = 247 (100%)
R 68 of 247 ~ 27.53%
G 110 of 247 ~ 44.53%
B 69 of 247 ~ 27.94%

%27.53
%44.53
%27.94

CMYK color model

#446E45 color CMYK value is (38,0,37,57).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 37.27%
  • key color value is 56.86%
CMYK:
(38,0,37,57)
C38M0Y37K57 
(38%,0%,37%,57%)
(0.38/0.00/0.37/0.57)	

CMYK percentages

%38.18
%0
%37.27
%56.86

Codes

Color #446E45 in popluar color models

446E45
RGB6811069
HSL121°23.60%34.90%
HSB/HSV121°38.18%43.14%
CMYK38.18%0.00%37.27%
56.86%

Color #446E45 in popluar number systems.

HEX446E45
Decimal6811069
Binary100010011011101000101
Octal104156105

Shades and tints

Shades of #446E45

#446E45
(68,110,69)
#3E643F
(62,100,63)
#385A39
(56,90,57)
#325033
(50,80,51)
#2C462D
(44,70,45)
#263C27
(38,60,39)
#203221
(32,50,33)
#1A281B
(26,40,27)
#141E15
(20,30,21)
#0E140F
(14,20,15)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #446E45

#446E45
(68,110,69)
#557B55
(85,123,85)
#668865
(102,136,101)
#779575
(119,149,117)
#88A285
(136,162,133)
#99AF95
(153,175,149)
#AABCA5
(170,188,165)
#BBC9B5
(187,201,181)
#CCD6C5
(204,214,197)
#DDE3D5
(221,227,213)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446E45 color. Also use rgb(68,110,69) instead hex code.

Text Font Color

.myTextColor { color: #446E45; }

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

This text font color is #446E45.


Background Color

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

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

This div background color is #446E45.


Border color

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

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

This div border color is #446E45.


Opacity

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

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

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

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

This text has shadow with #446E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446E45 on black background.


Color preview on white background

This text has color #446E45 on white background.



Black color preview on #446E45 background

This text has black color on #446E45 background.


White color preview on #446E45 background

This text has white color on #446E45 background.