COLOR #447873

HEX: #447873
RGB: (68,120,115)

Color info

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

RGB color model

#447873 color RGB value is (68,120,115).

  • red value is 68;
  • green value is 120;
  • blue value is 115.
RGB:
(68,120,115)
(27%,47%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 120 of 255 = 47%
B 115 of 255 = 45%

68
120
115

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

Portions of RGB colors in percentages

R + G + B =
68 + 120 + 115 = 303 (100%)
R 68 of 303 ~ 22.44%
G 120 of 303 ~ 39.6%
B 115 of 303 ~ 37.95%

%22.44
%39.6
%37.95

CMYK color model

#447873 color CMYK value is (43,0,4,53).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(43,0,4,53)
C43M0Y4K53 
(43%,0%,4%,53%)
(0.43/0.00/0.04/0.53)	

CMYK percentages

%43.33
%0
%4.17
%52.94

Codes

Color #447873 in popluar color models

447873
RGB68120115
HSL174°27.66%36.86%
HSB/HSV174°43.33%47.06%
CMYK43.33%0.00%4.17%
52.94%

Color #447873 in popluar number systems.

HEX447873
Decimal68120115
Binary100010011110001110011
Octal104170163

Shades and tints

Shades of #447873

#447873
(68,120,115)
#3E6E69
(62,110,105)
#38645F
(56,100,95)
#325A55
(50,90,85)
#2C504B
(44,80,75)
#264641
(38,70,65)
#203C37
(32,60,55)
#1A322D
(26,50,45)
#142823
(20,40,35)
#0E1E19
(14,30,25)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #447873

#447873
(68,120,115)
#55847F
(85,132,127)
#66908B
(102,144,139)
#779C97
(119,156,151)
#88A8A3
(136,168,163)
#99B4AF
(153,180,175)
#AAC0BB
(170,192,187)
#BBCCC7
(187,204,199)
#CCD8D3
(204,216,211)
#DDE4DF
(221,228,223)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447873 color. Also use rgb(68,120,115) instead hex code.

Text Font Color

.myTextColor { color: #447873; }

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

This text font color is #447873.


Background Color

.myBgColor { background-color: #447873; }

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

This div background color is #447873.


Border color

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

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

This div border color is #447873.


Opacity

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

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

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

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

This text has shadow with #447873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447873 on black background.


Color preview on white background

This text has color #447873 on white background.



Black color preview on #447873 background

This text has black color on #447873 background.


White color preview on #447873 background

This text has white color on #447873 background.