COLOR #446F74

HEX: #446F74
RGB: (68,111,116)

Color info

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

RGB color model

#446F74 color RGB value is (68,111,116).

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

RGB channels and saturation

R 68 of 255 = 27%
G 111 of 255 = 44%
B 116 of 255 = 45%

68
111
116

R + G + B ~ 39%. #446F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 111 + 116 = 295 (100%)
R 68 of 295 ~ 23.05%
G 111 of 295 ~ 37.63%
B 116 of 295 ~ 39.32%

%23.05
%37.63
%39.32

CMYK color model

#446F74 color CMYK value is (41,4,0,55).

  • cyan value is 41.38%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(41,4,0,55)
C41M4Y0K55 
(41%,4%,0%,55%)
(0.41/0.04/0.00/0.55)	

CMYK percentages

%41.38
%4.31
%0
%54.51

Codes

Color #446F74 in popluar color models

446F74
RGB68111116
HSL186°26.09%36.08%
HSB/HSV186°41.38%45.49%
CMYK41.38%4.31%0.00%
54.51%

Color #446F74 in popluar number systems.

HEX446F74
Decimal68111116
Binary100010011011111110100
Octal104157164

Shades and tints

Shades of #446F74

#446F74
(68,111,116)
#3E656A
(62,101,106)
#385B60
(56,91,96)
#325156
(50,81,86)
#2C474C
(44,71,76)
#263D42
(38,61,66)
#203338
(32,51,56)
#1A292E
(26,41,46)
#141F24
(20,31,36)
#0E151A
(14,21,26)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #446F74

#446F74
(68,111,116)
#557C80
(85,124,128)
#66898C
(102,137,140)
#779698
(119,150,152)
#88A3A4
(136,163,164)
#99B0B0
(153,176,176)
#AABDBC
(170,189,188)
#BBCAC8
(187,202,200)
#CCD7D4
(204,215,212)
#DDE4E0
(221,228,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446F74; }

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

This text font color is #446F74.


Background Color

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

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

This div background color is #446F74.


Border color

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

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

This div border color is #446F74.


Opacity

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

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

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

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

This text has shadow with #446F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446F74 on black background.


Color preview on white background

This text has color #446F74 on white background.



Black color preview on #446F74 background

This text has black color on #446F74 background.


White color preview on #446F74 background

This text has white color on #446F74 background.