COLOR #447576

HEX: #447576
RGB: (68,117,118)

Color info

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

RGB color model

#447576 color RGB value is (68,117,118).

  • red value is 68;
  • green value is 117;
  • blue value is 118.
RGB:
(68,117,118)
(27%,46%,46%)

RGB channels and saturation

R 68 of 255 = 27%
G 117 of 255 = 46%
B 118 of 255 = 46%

68
117
118

R + G + B ~ 40%. #447576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 117 + 118 = 303 (100%)
R 68 of 303 ~ 22.44%
G 117 of 303 ~ 38.61%
B 118 of 303 ~ 38.94%

%22.44
%38.61
%38.94

CMYK color model

#447576 color CMYK value is (42,1,0,54).

  • cyan value is 42.37%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(42,1,0,54)
C42M1Y0K54 
(42%,1%,0%,54%)
(0.42/0.01/0.00/0.54)	

CMYK percentages

%42.37
%0.85
%0
%53.73

Codes

Color #447576 in popluar color models

447576
RGB68117118
HSL181°26.88%36.47%
HSB/HSV181°42.37%46.27%
CMYK42.37%0.85%0.00%
53.73%

Color #447576 in popluar number systems.

HEX447576
Decimal68117118
Binary100010011101011110110
Octal104165166

Shades and tints

Shades of #447576

#447576
(68,117,118)
#3E6B6C
(62,107,108)
#386162
(56,97,98)
#325758
(50,87,88)
#2C4D4E
(44,77,78)
#264344
(38,67,68)
#20393A
(32,57,58)
#1A2F30
(26,47,48)
#142526
(20,37,38)
#0E1B1C
(14,27,28)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #447576

#447576
(68,117,118)
#558182
(85,129,130)
#668D8E
(102,141,142)
#77999A
(119,153,154)
#88A5A6
(136,165,166)
#99B1B2
(153,177,178)
#AABDBE
(170,189,190)
#BBC9CA
(187,201,202)
#CCD5D6
(204,213,214)
#DDE1E2
(221,225,226)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447576 color. Also use rgb(68,117,118) instead hex code.

Text Font Color

.myTextColor { color: #447576; }

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

This text font color is #447576.


Background Color

.myBgColor { background-color: #447576; }

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

This div background color is #447576.


Border color

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

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

This div border color is #447576.


Opacity

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

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

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

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

This text has shadow with #447576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447576 on black background.


Color preview on white background

This text has color #447576 on white background.



Black color preview on #447576 background

This text has black color on #447576 background.


White color preview on #447576 background

This text has white color on #447576 background.