COLOR #447059

HEX: #447059 RGB: (68,112,89)

Color info

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

RGB color model

#447059 color RGB value is (68,112,89).

RGB: (68,112,89) (27%, 44%, 35%)

RGB channels and saturation

R 68 of 255 = 27%
G 112 of 255 = 44%
B 89 of 255 = 35%

68
112
89

R + G + B ~ 35%. #447059 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 112 + 89 = 269 (100%)
R 68 of 269 ~ 25.28%
G 112 of 269 ~ 41.64%
B 89 of 269 ~ 33.09'%

%25.28
%41.64
%33.09

CMYK color model

#447059 color CMYK value is (39,0,21,56).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%

CMYK: (39,0,21,56)
C39M0Y21K56 (39%, 0%, 21%, 56%)
(0.39 / 0.00 / 0.21 / 0.56)

CMYK percentages

%39.29
%0
%20.54
%56.08

Codes

Color #447059 in popluar color models

44 70 59
RGB 68 112 89
HSL 149° 24.44% 35.29%
HSB/HSV 149° 39.29% 43.92%
CMYK 39.29% 0.00% 20.54%
56.08%

Color #447059 in popluar number systems.

HEX 44 70 59
Decimal 68 112 89
Binary 1000100 1110000 1011001
Octal 104 160 131

Shades and tints

Shades of #447059

#447059
(68,112,89)
#3E6651
(62,102,81)
#385C49
(56,92,73)
#325241
(50,82,65)
#2C4839
(44,72,57)
#263E31
(38,62,49)
#203429
(32,52,41)
#1A2A21
(26,42,33)
#142019
(20,32,25)
#0E1611
(14,22,17)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #447059

#447059
(68,112,89)
#557D68
(85,125,104)
#668A77
(102,138,119)
#779786
(119,151,134)
#88A495
(136,164,149)
#99B1A4
(153,177,164)
#AABEB3
(170,190,179)
#BBCBC2
(187,203,194)
#CCD8D1
(204,216,209)
#DDE5E0
(221,229,224)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447059 color. Also use rgb(68,112,89) instead hex code.

Text Font Color

.myTextColor { color: #447059; }

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

This text font color is #447059.

Background Color

.myBgColor { background-color: #447059; }

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

This div background color is #447059.

Border color

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

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

This div border color is #447059.

Opacity

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

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

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

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

This text has shadow with #447059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #447059.

Preview

Color preview on black background

This text has color #447059 on black background.


Color preview on white background

This text has color #447059 on white background.


Black color preview on #447059 background

This text has black color on #447059 background.


White color preview on #447059 background

This text has white color on #447059 background.


Related colors

Complementary color

Complementary color for #hex is #BB8FA6.


I love getcolorcode.com

Triadic colors

1 #594470 and #705944 with #447059 are triadic colors.

2 #597044 and #704459 with #447059 are triadic colors.