COLOR #447E7B

HEX: #447E7B
RGB: (68,126,123)

Color info

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

RGB color model

#447E7B color RGB value is (68,126,123).

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

RGB channels and saturation

R 68 of 255 = 27%
G 126 of 255 = 49%
B 123 of 255 = 48%

68
126
123

R + G + B ~ 41%. #447E7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 126 + 123 = 317 (100%)
R 68 of 317 ~ 21.45%
G 126 of 317 ~ 39.75%
B 123 of 317 ~ 38.8%

%21.45
%39.75
%38.8

CMYK color model

#447E7B color CMYK value is (46,0,2,51).

  • cyan value is 46.03%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(46,0,2,51)
C46M0Y2K51 
(46%,0%,2%,51%)
(0.46/0.00/0.02/0.51)	

CMYK percentages

%46.03
%0
%2.38
%50.59

Codes

Color #447E7B in popluar color models

447E7B
RGB68126123
HSL177°29.90%38.04%
HSB/HSV177°46.03%49.41%
CMYK46.03%0.00%2.38%
50.59%

Color #447E7B in popluar number systems.

HEX447E7B
Decimal68126123
Binary100010011111101111011
Octal104176173

Shades and tints

Shades of #447E7B

#447E7B
(68,126,123)
#3E7370
(62,115,112)
#386865
(56,104,101)
#325D5A
(50,93,90)
#2C524F
(44,82,79)
#264744
(38,71,68)
#203C39
(32,60,57)
#1A312E
(26,49,46)
#142623
(20,38,35)
#0E1B18
(14,27,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #447E7B

#447E7B
(68,126,123)
#558987
(85,137,135)
#669493
(102,148,147)
#779F9F
(119,159,159)
#88AAAB
(136,170,171)
#99B5B7
(153,181,183)
#AAC0C3
(170,192,195)
#BBCBCF
(187,203,207)
#CCD6DB
(204,214,219)
#DDE1E7
(221,225,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447E7B; }

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

This text font color is #447E7B.


Background Color

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

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

This div background color is #447E7B.


Border color

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

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

This div border color is #447E7B.


Opacity

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

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

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

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

This text has shadow with #447E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447E7B on black background.


Color preview on white background

This text has color #447E7B on white background.



Black color preview on #447E7B background

This text has black color on #447E7B background.


White color preview on #447E7B background

This text has white color on #447E7B background.