COLOR #446D61

HEX: #446D61
RGB: (68,109,97)

Color info

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

RGB color model

#446D61 color RGB value is (68,109,97).

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

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 97 of 255 = 38%

68
109
97

R + G + B ~ 36%. #446D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 109 + 97 = 274 (100%)
R 68 of 274 ~ 24.82%
G 109 of 274 ~ 39.78%
B 97 of 274 ~ 35.4%

%24.82
%39.78
%35.4

CMYK color model

#446D61 color CMYK value is (38,0,11,57).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK:
(38,0,11,57)
C38M0Y11K57 
(38%,0%,11%,57%)
(0.38/0.00/0.11/0.57)	

CMYK percentages

%37.61
%0
%11.01
%57.25

Codes

Color #446D61 in popluar color models

446D61
RGB6810997
HSL162°23.16%34.71%
HSB/HSV162°37.61%42.75%
CMYK37.61%0.00%11.01%
57.25%

Color #446D61 in popluar number systems.

HEX446D61
Decimal6810997
Binary100010011011011100001
Octal104155141

Shades and tints

Shades of #446D61

#446D61
(68,109,97)
#3E6459
(62,100,89)
#385B51
(56,91,81)
#325249
(50,82,73)
#2C4941
(44,73,65)
#264039
(38,64,57)
#203731
(32,55,49)
#1A2E29
(26,46,41)
#142521
(20,37,33)
#0E1C19
(14,28,25)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #446D61

#446D61
(68,109,97)
#557A6F
(85,122,111)
#66877D
(102,135,125)
#77948B
(119,148,139)
#88A199
(136,161,153)
#99AEA7
(153,174,167)
#AABBB5
(170,187,181)
#BBC8C3
(187,200,195)
#CCD5D1
(204,213,209)
#DDE2DF
(221,226,223)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446D61; }

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

This text font color is #446D61.


Background Color

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

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

This div background color is #446D61.


Border color

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

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

This div border color is #446D61.


Opacity

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

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

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

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

This text has shadow with #446D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446D61 on black background.


Color preview on white background

This text has color #446D61 on white background.



Black color preview on #446D61 background

This text has black color on #446D61 background.


White color preview on #446D61 background

This text has white color on #446D61 background.