COLOR #446D59

HEX: #446D59
RGB: (68,109,89)

Color info

#446D59 contains red, green and blue colors in about the same proportion. Web safe color of #446D59 is #336666 (or #366).

RGB color model

#446D59 color RGB value is (68,109,89).

  • red value is 68;
  • green value is 109;
  • blue value is 89.
RGB:
(68,109,89)
(27%,43%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 89 of 255 = 35%

68
109
89

R + G + B ~ 35%. #446D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 109 + 89 = 266 (100%)
R 68 of 266 ~ 25.56%
G 109 of 266 ~ 40.98%
B 89 of 266 ~ 33.46%

%25.56
%40.98
%33.46

CMYK color model

#446D59 color CMYK value is (38,0,18,57).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 57.25%
CMYK:
(38,0,18,57)
C38M0Y18K57 
(38%,0%,18%,57%)
(0.38/0.00/0.18/0.57)	

CMYK percentages

%37.61
%0
%18.35
%57.25

Codes

Color #446D59 in popluar color models

446D59
RGB6810989
HSL151°23.16%34.71%
HSB/HSV151°37.61%42.75%
CMYK37.61%0.00%18.35%
57.25%

Color #446D59 in popluar number systems.

HEX446D59
Decimal6810989
Binary100010011011011011001
Octal104155131

Shades and tints

Shades of #446D59

#446D59
(68,109,89)
#3E6451
(62,100,81)
#385B49
(56,91,73)
#325241
(50,82,65)
#2C4939
(44,73,57)
#264031
(38,64,49)
#203729
(32,55,41)
#1A2E21
(26,46,33)
#142519
(20,37,25)
#0E1C11
(14,28,17)
#081309
(8,19,9)
#000000
(0,0,0)

Tints of #446D59

#446D59
(68,109,89)
#557A68
(85,122,104)
#668777
(102,135,119)
#779486
(119,148,134)
#88A195
(136,161,149)
#99AEA4
(153,174,164)
#AABBB3
(170,187,179)
#BBC8C2
(187,200,194)
#CCD5D1
(204,213,209)
#DDE2E0
(221,226,224)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446D59 color. Also use rgb(68,109,89) instead hex code.

Text Font Color

.myTextColor { color: #446D59; }

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

This text font color is #446D59.


Background Color

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

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

This div background color is #446D59.


Border color

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

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

This div border color is #446D59.


Opacity

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

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

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

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

This text has shadow with #446D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446D59 on black background.


Color preview on white background

This text has color #446D59 on white background.



Black color preview on #446D59 background

This text has black color on #446D59 background.


White color preview on #446D59 background

This text has white color on #446D59 background.