COLOR #447475

HEX: #447475
RGB: (68,116,117)

Color info

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

RGB color model

#447475 color RGB value is (68,116,117).

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

RGB channels and saturation

R 68 of 255 = 27%
G 116 of 255 = 45%
B 117 of 255 = 46%

68
116
117

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

Portions of RGB colors in percentages

R + G + B =
68 + 116 + 117 = 301 (100%)
R 68 of 301 ~ 22.59%
G 116 of 301 ~ 38.54%
B 117 of 301 ~ 38.87%

%22.59
%38.54
%38.87

CMYK color model

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

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

CMYK percentages

%41.88
%0.85
%0
%54.12

Codes

Color #447475 in popluar color models

447475
RGB68116117
HSL181°26.49%36.27%
HSB/HSV181°41.88%45.88%
CMYK41.88%0.85%0.00%
54.12%

Color #447475 in popluar number systems.

HEX447475
Decimal68116117
Binary100010011101001110101
Octal104164165

Shades and tints

Shades of #447475

#447475
(68,116,117)
#3E6A6B
(62,106,107)
#386061
(56,96,97)
#325657
(50,86,87)
#2C4C4D
(44,76,77)
#264243
(38,66,67)
#203839
(32,56,57)
#1A2E2F
(26,46,47)
#142425
(20,36,37)
#0E1A1B
(14,26,27)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #447475

#447475
(68,116,117)
#558081
(85,128,129)
#668C8D
(102,140,141)
#779899
(119,152,153)
#88A4A5
(136,164,165)
#99B0B1
(153,176,177)
#AABCBD
(170,188,189)
#BBC8C9
(187,200,201)
#CCD4D5
(204,212,213)
#DDE0E1
(221,224,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447475; }

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

This text font color is #447475.


Background Color

.myBgColor { background-color: #447475; }

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

This div background color is #447475.


Border color

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

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

This div border color is #447475.


Opacity

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

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

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

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

This text has shadow with #447475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447475 on black background.


Color preview on white background

This text has color #447475 on white background.



Black color preview on #447475 background

This text has black color on #447475 background.


White color preview on #447475 background

This text has white color on #447475 background.