COLOR #446150

HEX: #446150
RGB: (68,97,80)

Color info

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

RGB color model

#446150 color RGB value is (68,97,80).

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

RGB channels and saturation

R 68 of 255 = 27%
G 97 of 255 = 38%
B 80 of 255 = 31%

68
97
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 97 + 80 = 245 (100%)
R 68 of 245 ~ 27.76%
G 97 of 245 ~ 39.59%
B 80 of 245 ~ 32.65%

%27.76
%39.59
%32.65

CMYK color model

#446150 color CMYK value is (30,0,18,62).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(30,0,18,62)
C30M0Y18K62 
(30%,0%,18%,62%)
(0.30/0.00/0.18/0.62)	

CMYK percentages

%29.9
%0
%17.53
%61.96

Codes

Color #446150 in popluar color models

446150
RGB689780
HSL145°17.58%32.35%
HSB/HSV145°29.90%38.04%
CMYK29.90%0.00%17.53%
61.96%

Color #446150 in popluar number systems.

HEX446150
Decimal689780
Binary100010011000011010000
Octal104141120

Shades and tints

Shades of #446150

#446150
(68,97,80)
#3E5949
(62,89,73)
#385142
(56,81,66)
#32493B
(50,73,59)
#2C4134
(44,65,52)
#26392D
(38,57,45)
#203126
(32,49,38)
#1A291F
(26,41,31)
#142118
(20,33,24)
#0E1911
(14,25,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #446150

#446150
(68,97,80)
#556F5F
(85,111,95)
#667D6E
(102,125,110)
#778B7D
(119,139,125)
#88998C
(136,153,140)
#99A79B
(153,167,155)
#AAB5AA
(170,181,170)
#BBC3B9
(187,195,185)
#CCD1C8
(204,209,200)
#DDDFD7
(221,223,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446150; }

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

This text font color is #446150.


Background Color

.myBgColor { background-color: #446150; }

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

This div background color is #446150.


Border color

.myBorderColor { border: 1px solid #446150; }

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

This div border color is #446150.


Opacity

.myOpacity80 { color: #446150; opacity: 0.8; }

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

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

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

This text has shadow with #446150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446150 on black background.


Color preview on white background

This text has color #446150 on white background.



Black color preview on #446150 background

This text has black color on #446150 background.


White color preview on #446150 background

This text has white color on #446150 background.