COLOR #447472

HEX: #447472
RGB: (68,116,114)

Color info

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

RGB color model

#447472 color RGB value is (68,116,114).

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

RGB channels and saturation

R 68 of 255 = 27%
G 116 of 255 = 45%
B 114 of 255 = 45%

68
116
114

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

Portions of RGB colors in percentages

R + G + B =
68 + 116 + 114 = 298 (100%)
R 68 of 298 ~ 22.82%
G 116 of 298 ~ 38.93%
B 114 of 298 ~ 38.26%

%22.82
%38.93
%38.26

CMYK color model

#447472 color CMYK value is (41,0,2,55).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(41,0,2,55)
C41M0Y2K55 
(41%,0%,2%,55%)
(0.41/0.00/0.02/0.55)	

CMYK percentages

%41.38
%0
%1.72
%54.51

Codes

Color #447472 in popluar color models

447472
RGB68116114
HSL178°26.09%36.08%
HSB/HSV178°41.38%45.49%
CMYK41.38%0.00%1.72%
54.51%

Color #447472 in popluar number systems.

HEX447472
Decimal68116114
Binary100010011101001110010
Octal104164162

Shades and tints

Shades of #447472

#447472
(68,116,114)
#3E6A68
(62,106,104)
#38605E
(56,96,94)
#325654
(50,86,84)
#2C4C4A
(44,76,74)
#264240
(38,66,64)
#203836
(32,56,54)
#1A2E2C
(26,46,44)
#142422
(20,36,34)
#0E1A18
(14,26,24)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #447472

#447472
(68,116,114)
#55807E
(85,128,126)
#668C8A
(102,140,138)
#779896
(119,152,150)
#88A4A2
(136,164,162)
#99B0AE
(153,176,174)
#AABCBA
(170,188,186)
#BBC8C6
(187,200,198)
#CCD4D2
(204,212,210)
#DDE0DE
(221,224,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447472; }

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

This text font color is #447472.


Background Color

.myBgColor { background-color: #447472; }

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

This div background color is #447472.


Border color

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

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

This div border color is #447472.


Opacity

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

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

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

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

This text has shadow with #447472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447472 on black background.


Color preview on white background

This text has color #447472 on white background.



Black color preview on #447472 background

This text has black color on #447472 background.


White color preview on #447472 background

This text has white color on #447472 background.