COLOR #447C60

HEX: #447C60 RGB: (68,124,96)

Color info

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

RGB color model

#447C60 color RGB value is (68,124,96).

RGB: (68,124,96) (27%, 49%, 38%)

RGB channels and saturation

R 68 of 255 = 27%
G 124 of 255 = 49%
B 96 of 255 = 38%

68
124
96

R + G + B ~ 38%. #447C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 124 + 96 = 288 (100%)
R 68 of 288 ~ 23.61%
G 124 of 288 ~ 43.06%
B 96 of 288 ~ 33.33'%

%23.61
%43.06
%33.33

CMYK color model

#447C60 color CMYK value is (45,0,23,51).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 51.37%

CMYK: (45,0,23,51)
C45M0Y23K51 (45%, 0%, 23%, 51%)
(0.45 / 0.00 / 0.23 / 0.51)

CMYK percentages

%45.16
%0
%22.58
%51.37

Codes

Color #447C60 in popluar color models

44 7C 60
RGB 68 124 96
HSL 150° 29.17% 37.65%
HSB/HSV 150° 45.16% 48.63%
CMYK 45.16% 0.00% 22.58%
51.37%

Color #447C60 in popluar number systems.

HEX 44 7C 60
Decimal 68 124 96
Binary 1000100 1111100 1100000
Octal 104 174 140

Shades and tints

Shades of #447C60

#447C60
(68,124,96)
#3E7158
(62,113,88)
#386650
(56,102,80)
#325B48
(50,91,72)
#2C5040
(44,80,64)
#264538
(38,69,56)
#203A30
(32,58,48)
#1A2F28
(26,47,40)
#142420
(20,36,32)
#0E1918
(14,25,24)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #447C60

#447C60
(68,124,96)
#55876E
(85,135,110)
#66927C
(102,146,124)
#779D8A
(119,157,138)
#88A898
(136,168,152)
#99B3A6
(153,179,166)
#AABEB4
(170,190,180)
#BBC9C2
(187,201,194)
#CCD4D0
(204,212,208)
#DDDFDE
(221,223,222)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447C60 color. Also use rgb(68,124,96) instead hex code.

Text Font Color

.myTextColor { color: #447C60; }

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

This text font color is #447C60.

Background Color

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

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

This div background color is #447C60.

Border color

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

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

This div border color is #447C60.

Opacity

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

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

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

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

This text has shadow with #447C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #447C60.

Preview

Color preview on black background

This text has color #447C60 on black background.


Color preview on white background

This text has color #447C60 on white background.


Black color preview on #447C60 background

This text has black color on #447C60 background.


White color preview on #447C60 background

This text has white color on #447C60 background.


Related colors

Complementary color

Complementary color for #hex is #BB839F.


I love getcolorcode.com

Triadic colors

1 #60447C and #7C6044 with #447C60 are triadic colors.

2 #607C44 and #7C4460 with #447C60 are triadic colors.