COLOR #447D66

HEX: #447D66
RGB: (68,125,102)

Color info

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

RGB color model

#447D66 color RGB value is (68,125,102).

  • red value is 68;
  • green value is 125;
  • blue value is 102.
RGB:
(68,125,102)
(27%,49%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 125 of 255 = 49%
B 102 of 255 = 40%

68
125
102

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

Portions of RGB colors in percentages

R + G + B =
68 + 125 + 102 = 295 (100%)
R 68 of 295 ~ 23.05%
G 125 of 295 ~ 42.37%
B 102 of 295 ~ 34.58%

%23.05
%42.37
%34.58

CMYK color model

#447D66 color CMYK value is (46,0,18,51).

  • cyan value is 45.60%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 50.98%
CMYK:
(46,0,18,51)
C46M0Y18K51 
(46%,0%,18%,51%)
(0.46/0.00/0.18/0.51)	

CMYK percentages

%45.6
%0
%18.4
%50.98

Codes

Color #447D66 in popluar color models

447D66
RGB68125102
HSL156°29.53%37.84%
HSB/HSV156°45.60%49.02%
CMYK45.60%0.00%18.40%
50.98%

Color #447D66 in popluar number systems.

HEX447D66
Decimal68125102
Binary100010011111011100110
Octal104175146

Shades and tints

Shades of #447D66

#447D66
(68,125,102)
#3E725D
(62,114,93)
#386754
(56,103,84)
#325C4B
(50,92,75)
#2C5142
(44,81,66)
#264639
(38,70,57)
#203B30
(32,59,48)
#1A3027
(26,48,39)
#14251E
(20,37,30)
#0E1A15
(14,26,21)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #447D66

#447D66
(68,125,102)
#558873
(85,136,115)
#669380
(102,147,128)
#779E8D
(119,158,141)
#88A99A
(136,169,154)
#99B4A7
(153,180,167)
#AABFB4
(170,191,180)
#BBCAC1
(187,202,193)
#CCD5CE
(204,213,206)
#DDE0DB
(221,224,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447D66 color. Also use rgb(68,125,102) instead hex code.

Text Font Color

.myTextColor { color: #447D66; }

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

This text font color is #447D66.


Background Color

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

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

This div background color is #447D66.


Border color

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

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

This div border color is #447D66.


Opacity

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

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

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

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

This text has shadow with #447D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447D66 on black background.


Color preview on white background

This text has color #447D66 on white background.



Black color preview on #447D66 background

This text has black color on #447D66 background.


White color preview on #447D66 background

This text has white color on #447D66 background.