COLOR #447F5A

HEX: #447F5A
RGB: (68,127,90)

Color info

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

RGB color model

#447F5A color RGB value is (68,127,90).

  • red value is 68;
  • green value is 127;
  • blue value is 90.
RGB:
(68,127,90)
(27%,50%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 127 of 255 = 50%
B 90 of 255 = 35%

68
127
90

R + G + B ~ 37%. #447F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 127 + 90 = 285 (100%)
R 68 of 285 ~ 23.86%
G 127 of 285 ~ 44.56%
B 90 of 285 ~ 31.58%

%23.86
%44.56
%31.58

CMYK color model

#447F5A color CMYK value is (46,0,29,50).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK:
(46,0,29,50)
C46M0Y29K50 
(46%,0%,29%,50%)
(0.46/0.00/0.29/0.50)	

CMYK percentages

%46.46
%0
%29.13
%50.2

Codes

Color #447F5A in popluar color models

447F5A
RGB6812790
HSL142°30.26%38.24%
HSB/HSV142°46.46%49.80%
CMYK46.46%0.00%29.13%
50.20%

Color #447F5A in popluar number systems.

HEX447F5A
Decimal6812790
Binary100010011111111011010
Octal104177132

Shades and tints

Shades of #447F5A

#447F5A
(68,127,90)
#3E7452
(62,116,82)
#38694A
(56,105,74)
#325E42
(50,94,66)
#2C533A
(44,83,58)
#264832
(38,72,50)
#203D2A
(32,61,42)
#1A3222
(26,50,34)
#14271A
(20,39,26)
#0E1C12
(14,28,18)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #447F5A

#447F5A
(68,127,90)
#558A69
(85,138,105)
#669578
(102,149,120)
#77A087
(119,160,135)
#88AB96
(136,171,150)
#99B6A5
(153,182,165)
#AAC1B4
(170,193,180)
#BBCCC3
(187,204,195)
#CCD7D2
(204,215,210)
#DDE2E1
(221,226,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447F5A color. Also use rgb(68,127,90) instead hex code.

Text Font Color

.myTextColor { color: #447F5A; }

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

This text font color is #447F5A.


Background Color

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

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

This div background color is #447F5A.


Border color

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

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

This div border color is #447F5A.


Opacity

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

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

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

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

This text has shadow with #447F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447F5A on black background.


Color preview on white background

This text has color #447F5A on white background.



Black color preview on #447F5A background

This text has black color on #447F5A background.


White color preview on #447F5A background

This text has white color on #447F5A background.