COLOR #446B62

HEX: #446B62
RGB: (68,107,98)

Color info

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

RGB color model

#446B62 color RGB value is (68,107,98).

  • red value is 68;
  • green value is 107;
  • blue value is 98.
RGB:
(68,107,98)
(27%,42%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 107 of 255 = 42%
B 98 of 255 = 38%

68
107
98

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

Portions of RGB colors in percentages

R + G + B =
68 + 107 + 98 = 273 (100%)
R 68 of 273 ~ 24.91%
G 107 of 273 ~ 39.19%
B 98 of 273 ~ 35.9%

%24.91
%39.19
%35.9

CMYK color model

#446B62 color CMYK value is (36,0,8,58).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(36,0,8,58)
C36M0Y8K58 
(36%,0%,8%,58%)
(0.36/0.00/0.08/0.58)	

CMYK percentages

%36.45
%0
%8.41
%58.04

Codes

Color #446B62 in popluar color models

446B62
RGB6810798
HSL166°22.29%34.31%
HSB/HSV166°36.45%41.96%
CMYK36.45%0.00%8.41%
58.04%

Color #446B62 in popluar number systems.

HEX446B62
Decimal6810798
Binary100010011010111100010
Octal104153142

Shades and tints

Shades of #446B62

#446B62
(68,107,98)
#3E625A
(62,98,90)
#385952
(56,89,82)
#32504A
(50,80,74)
#2C4742
(44,71,66)
#263E3A
(38,62,58)
#203532
(32,53,50)
#1A2C2A
(26,44,42)
#142322
(20,35,34)
#0E1A1A
(14,26,26)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #446B62

#446B62
(68,107,98)
#557870
(85,120,112)
#66857E
(102,133,126)
#77928C
(119,146,140)
#889F9A
(136,159,154)
#99ACA8
(153,172,168)
#AAB9B6
(170,185,182)
#BBC6C4
(187,198,196)
#CCD3D2
(204,211,210)
#DDE0E0
(221,224,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446B62 color. Also use rgb(68,107,98) instead hex code.

Text Font Color

.myTextColor { color: #446B62; }

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

This text font color is #446B62.


Background Color

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

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

This div background color is #446B62.


Border color

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

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

This div border color is #446B62.


Opacity

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

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

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

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

This text has shadow with #446B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B62 on black background.


Color preview on white background

This text has color #446B62 on white background.



Black color preview on #446B62 background

This text has black color on #446B62 background.


White color preview on #446B62 background

This text has white color on #446B62 background.