COLOR #446351

HEX: #446351
RGB: (68,99,81)

Color info

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

RGB color model

#446351 color RGB value is (68,99,81).

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

RGB channels and saturation

R 68 of 255 = 27%
G 99 of 255 = 39%
B 81 of 255 = 32%

68
99
81

R + G + B ~ 33%. #446351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 99 + 81 = 248 (100%)
R 68 of 248 ~ 27.42%
G 99 of 248 ~ 39.92%
B 81 of 248 ~ 32.66%

%27.42
%39.92
%32.66

CMYK color model

#446351 color CMYK value is (31,0,18,61).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(31,0,18,61)
C31M0Y18K61 
(31%,0%,18%,61%)
(0.31/0.00/0.18/0.61)	

CMYK percentages

%31.31
%0
%18.18
%61.18

Codes

Color #446351 in popluar color models

446351
RGB689981
HSL145°18.56%32.75%
HSB/HSV145°31.31%38.82%
CMYK31.31%0.00%18.18%
61.18%

Color #446351 in popluar number systems.

HEX446351
Decimal689981
Binary100010011000111010001
Octal104143121

Shades and tints

Shades of #446351

#446351
(68,99,81)
#3E5A4A
(62,90,74)
#385143
(56,81,67)
#32483C
(50,72,60)
#2C3F35
(44,63,53)
#26362E
(38,54,46)
#202D27
(32,45,39)
#1A2420
(26,36,32)
#141B19
(20,27,25)
#0E1212
(14,18,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #446351

#446351
(68,99,81)
#557160
(85,113,96)
#667F6F
(102,127,111)
#778D7E
(119,141,126)
#889B8D
(136,155,141)
#99A99C
(153,169,156)
#AAB7AB
(170,183,171)
#BBC5BA
(187,197,186)
#CCD3C9
(204,211,201)
#DDE1D8
(221,225,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446351; }

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

This text font color is #446351.


Background Color

.myBgColor { background-color: #446351; }

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

This div background color is #446351.


Border color

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

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

This div border color is #446351.


Opacity

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

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

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

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

This text has shadow with #446351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446351 on black background.


Color preview on white background

This text has color #446351 on white background.



Black color preview on #446351 background

This text has black color on #446351 background.


White color preview on #446351 background

This text has white color on #446351 background.