COLOR #447E74

HEX: #447E74
RGB: (68,126,116)

Color info

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

RGB color model

#447E74 color RGB value is (68,126,116).

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

RGB channels and saturation

R 68 of 255 = 27%
G 126 of 255 = 49%
B 116 of 255 = 45%

68
126
116

R + G + B ~ 40%. #447E74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 126 + 116 = 310 (100%)
R 68 of 310 ~ 21.94%
G 126 of 310 ~ 40.65%
B 116 of 310 ~ 37.42%

%21.94
%40.65
%37.42

CMYK color model

#447E74 color CMYK value is (46,0,8,51).

  • cyan value is 46.03%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(46,0,8,51)
C46M0Y8K51 
(46%,0%,8%,51%)
(0.46/0.00/0.08/0.51)	

CMYK percentages

%46.03
%0
%7.94
%50.59

Codes

Color #447E74 in popluar color models

447E74
RGB68126116
HSL170°29.90%38.04%
HSB/HSV170°46.03%49.41%
CMYK46.03%0.00%7.94%
50.59%

Color #447E74 in popluar number systems.

HEX447E74
Decimal68126116
Binary100010011111101110100
Octal104176164

Shades and tints

Shades of #447E74

#447E74
(68,126,116)
#3E736A
(62,115,106)
#386860
(56,104,96)
#325D56
(50,93,86)
#2C524C
(44,82,76)
#264742
(38,71,66)
#203C38
(32,60,56)
#1A312E
(26,49,46)
#142624
(20,38,36)
#0E1B1A
(14,27,26)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #447E74

#447E74
(68,126,116)
#558980
(85,137,128)
#66948C
(102,148,140)
#779F98
(119,159,152)
#88AAA4
(136,170,164)
#99B5B0
(153,181,176)
#AAC0BC
(170,192,188)
#BBCBC8
(187,203,200)
#CCD6D4
(204,214,212)
#DDE1E0
(221,225,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447E74 color. Also use rgb(68,126,116) instead hex code.

Text Font Color

.myTextColor { color: #447E74; }

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

This text font color is #447E74.


Background Color

.myBgColor { background-color: #447E74; }

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

This div background color is #447E74.


Border color

.myBorderColor { border: 1px solid #447E74; }

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

This div border color is #447E74.


Opacity

.myOpacity80 { color: #447E74; opacity: 0.8; }

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

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

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

This text has shadow with #447E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447E74 on black background.


Color preview on white background

This text has color #447E74 on white background.



Black color preview on #447E74 background

This text has black color on #447E74 background.


White color preview on #447E74 background

This text has white color on #447E74 background.