COLOR #446E51

HEX: #446E51
RGB: (68,110,81)

Color info

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

RGB color model

#446E51 color RGB value is (68,110,81).

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

RGB channels and saturation

R 68 of 255 = 27%
G 110 of 255 = 43%
B 81 of 255 = 32%

68
110
81

R + G + B ~ 34%. #446E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 110 + 81 = 259 (100%)
R 68 of 259 ~ 26.25%
G 110 of 259 ~ 42.47%
B 81 of 259 ~ 31.27%

%26.25
%42.47
%31.27

CMYK color model

#446E51 color CMYK value is (38,0,26,57).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 56.86%
CMYK:
(38,0,26,57)
C38M0Y26K57 
(38%,0%,26%,57%)
(0.38/0.00/0.26/0.57)	

CMYK percentages

%38.18
%0
%26.36
%56.86

Codes

Color #446E51 in popluar color models

446E51
RGB6811081
HSL139°23.60%34.90%
HSB/HSV139°38.18%43.14%
CMYK38.18%0.00%26.36%
56.86%

Color #446E51 in popluar number systems.

HEX446E51
Decimal6811081
Binary100010011011101010001
Octal104156121

Shades and tints

Shades of #446E51

#446E51
(68,110,81)
#3E644A
(62,100,74)
#385A43
(56,90,67)
#32503C
(50,80,60)
#2C4635
(44,70,53)
#263C2E
(38,60,46)
#203227
(32,50,39)
#1A2820
(26,40,32)
#141E19
(20,30,25)
#0E1412
(14,20,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #446E51

#446E51
(68,110,81)
#557B60
(85,123,96)
#66886F
(102,136,111)
#77957E
(119,149,126)
#88A28D
(136,162,141)
#99AF9C
(153,175,156)
#AABCAB
(170,188,171)
#BBC9BA
(187,201,186)
#CCD6C9
(204,214,201)
#DDE3D8
(221,227,216)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446E51; }

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

This text font color is #446E51.


Background Color

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

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

This div background color is #446E51.


Border color

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

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

This div border color is #446E51.


Opacity

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

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

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

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

This text has shadow with #446E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446E51 on black background.


Color preview on white background

This text has color #446E51 on white background.



Black color preview on #446E51 background

This text has black color on #446E51 background.


White color preview on #446E51 background

This text has white color on #446E51 background.