COLOR #447B64

HEX: #447B64
RGB: (68,123,100)

Color info

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

RGB color model

#447B64 color RGB value is (68,123,100).

  • red value is 68;
  • green value is 123;
  • blue value is 100.
RGB:
(68,123,100)
(27%,48%,39%)

RGB channels and saturation

R 68 of 255 = 27%
G 123 of 255 = 48%
B 100 of 255 = 39%

68
123
100

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

Portions of RGB colors in percentages

R + G + B =
68 + 123 + 100 = 291 (100%)
R 68 of 291 ~ 23.37%
G 123 of 291 ~ 42.27%
B 100 of 291 ~ 34.36%

%23.37
%42.27
%34.36

CMYK color model

#447B64 color CMYK value is (45,0,19,52).

  • cyan value is 44.72%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 51.76%
CMYK:
(45,0,19,52)
C45M0Y19K52 
(45%,0%,19%,52%)
(0.45/0.00/0.19/0.52)	

CMYK percentages

%44.72
%0
%18.7
%51.76

Codes

Color #447B64 in popluar color models

447B64
RGB68123100
HSL155°28.80%37.45%
HSB/HSV155°44.72%48.24%
CMYK44.72%0.00%18.70%
51.76%

Color #447B64 in popluar number systems.

HEX447B64
Decimal68123100
Binary100010011110111100100
Octal104173144

Shades and tints

Shades of #447B64

#447B64
(68,123,100)
#3E705B
(62,112,91)
#386552
(56,101,82)
#325A49
(50,90,73)
#2C4F40
(44,79,64)
#264437
(38,68,55)
#20392E
(32,57,46)
#1A2E25
(26,46,37)
#14231C
(20,35,28)
#0E1813
(14,24,19)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #447B64

#447B64
(68,123,100)
#558772
(85,135,114)
#669380
(102,147,128)
#779F8E
(119,159,142)
#88AB9C
(136,171,156)
#99B7AA
(153,183,170)
#AAC3B8
(170,195,184)
#BBCFC6
(187,207,198)
#CCDBD4
(204,219,212)
#DDE7E2
(221,231,226)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447B64 color. Also use rgb(68,123,100) instead hex code.

Text Font Color

.myTextColor { color: #447B64; }

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

This text font color is #447B64.


Background Color

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

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

This div background color is #447B64.


Border color

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

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

This div border color is #447B64.


Opacity

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

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

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

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

This text has shadow with #447B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447B64 on black background.


Color preview on white background

This text has color #447B64 on white background.



Black color preview on #447B64 background

This text has black color on #447B64 background.


White color preview on #447B64 background

This text has white color on #447B64 background.