COLOR #44747B

HEX: #44747B
RGB: (68,116,123)

Color info

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

RGB color model

#44747B color RGB value is (68,116,123).

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

RGB channels and saturation

R 68 of 255 = 27%
G 116 of 255 = 45%
B 123 of 255 = 48%

68
116
123

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

Portions of RGB colors in percentages

R + G + B =
68 + 116 + 123 = 307 (100%)
R 68 of 307 ~ 22.15%
G 116 of 307 ~ 37.79%
B 123 of 307 ~ 40.07%

%22.15
%37.79
%40.07

CMYK color model

#44747B color CMYK value is (45,6,0,52).

  • cyan value is 44.72%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(45,6,0,52)
C45M6Y0K52 
(45%,6%,0%,52%)
(0.45/0.06/0.00/0.52)	

CMYK percentages

%44.72
%5.69
%0
%51.76

Codes

Color #44747B in popluar color models

44747B
RGB68116123
HSL188°28.80%37.45%
HSB/HSV188°44.72%48.24%
CMYK44.72%5.69%0.00%
51.76%

Color #44747B in popluar number systems.

HEX44747B
Decimal68116123
Binary100010011101001111011
Octal104164173

Shades and tints

Shades of #44747B

#44747B
(68,116,123)
#3E6A70
(62,106,112)
#386065
(56,96,101)
#32565A
(50,86,90)
#2C4C4F
(44,76,79)
#264244
(38,66,68)
#203839
(32,56,57)
#1A2E2E
(26,46,46)
#142423
(20,36,35)
#0E1A18
(14,26,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #44747B

#44747B
(68,116,123)
#558087
(85,128,135)
#668C93
(102,140,147)
#77989F
(119,152,159)
#88A4AB
(136,164,171)
#99B0B7
(153,176,183)
#AABCC3
(170,188,195)
#BBC8CF
(187,200,207)
#CCD4DB
(204,212,219)
#DDE0E7
(221,224,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44747B; }

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

This text font color is #44747B.


Background Color

.myBgColor { background-color: #44747B; }

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

This div background color is #44747B.


Border color

.myBorderColor { border: 1px solid #44747B; }

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

This div border color is #44747B.


Opacity

.myOpacity80 { color: #44747B; opacity: 0.8; }

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

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

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

This text has shadow with #44747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44747B on black background.


Color preview on white background

This text has color #44747B on white background.



Black color preview on #44747B background

This text has black color on #44747B background.


White color preview on #44747B background

This text has white color on #44747B background.