COLOR #446F69

HEX: #446F69
RGB: (68,111,105)

Color info

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

RGB color model

#446F69 color RGB value is (68,111,105).

  • red value is 68;
  • green value is 111;
  • blue value is 105.
RGB:
(68,111,105)
(27%,44%,41%)

RGB channels and saturation

R 68 of 255 = 27%
G 111 of 255 = 44%
B 105 of 255 = 41%

68
111
105

R + G + B ~ 37%. #446F69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 111 + 105 = 284 (100%)
R 68 of 284 ~ 23.94%
G 111 of 284 ~ 39.08%
B 105 of 284 ~ 36.97%

%23.94
%39.08
%36.97

CMYK color model

#446F69 color CMYK value is (39,0,5,56).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 56.47%
CMYK:
(39,0,5,56)
C39M0Y5K56 
(39%,0%,5%,56%)
(0.39/0.00/0.05/0.56)	

CMYK percentages

%38.74
%0
%5.41
%56.47

Codes

Color #446F69 in popluar color models

446F69
RGB68111105
HSL172°24.02%35.10%
HSB/HSV172°38.74%43.53%
CMYK38.74%0.00%5.41%
56.47%

Color #446F69 in popluar number systems.

HEX446F69
Decimal68111105
Binary100010011011111101001
Octal104157151

Shades and tints

Shades of #446F69

#446F69
(68,111,105)
#3E6560
(62,101,96)
#385B57
(56,91,87)
#32514E
(50,81,78)
#2C4745
(44,71,69)
#263D3C
(38,61,60)
#203333
(32,51,51)
#1A292A
(26,41,42)
#141F21
(20,31,33)
#0E1518
(14,21,24)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #446F69

#446F69
(68,111,105)
#557C76
(85,124,118)
#668983
(102,137,131)
#779690
(119,150,144)
#88A39D
(136,163,157)
#99B0AA
(153,176,170)
#AABDB7
(170,189,183)
#BBCAC4
(187,202,196)
#CCD7D1
(204,215,209)
#DDE4DE
(221,228,222)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446F69 color. Also use rgb(68,111,105) instead hex code.

Text Font Color

.myTextColor { color: #446F69; }

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

This text font color is #446F69.


Background Color

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

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

This div background color is #446F69.


Border color

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

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

This div border color is #446F69.


Opacity

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

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

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

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

This text has shadow with #446F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446F69 on black background.


Color preview on white background

This text has color #446F69 on white background.



Black color preview on #446F69 background

This text has black color on #446F69 background.


White color preview on #446F69 background

This text has white color on #446F69 background.