COLOR #44736D

HEX: #44736D
RGB: (68,115,109)

Color info

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

RGB color model

#44736D color RGB value is (68,115,109).

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

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 109 of 255 = 43%

68
115
109

R + G + B ~ 38%. #44736D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 109 = 292 (100%)
R 68 of 292 ~ 23.29%
G 115 of 292 ~ 39.38%
B 109 of 292 ~ 37.33%

%23.29
%39.38
%37.33

CMYK color model

#44736D color CMYK value is (41,0,5,55).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(41,0,5,55)
C41M0Y5K55 
(41%,0%,5%,55%)
(0.41/0.00/0.05/0.55)	

CMYK percentages

%40.87
%0
%5.22
%54.9

Codes

Color #44736D in popluar color models

44736D
RGB68115109
HSL172°25.68%35.88%
HSB/HSV172°40.87%45.10%
CMYK40.87%0.00%5.22%
54.90%

Color #44736D in popluar number systems.

HEX44736D
Decimal68115109
Binary100010011100111101101
Octal104163155

Shades and tints

Shades of #44736D

#44736D
(68,115,109)
#3E6964
(62,105,100)
#385F5B
(56,95,91)
#325552
(50,85,82)
#2C4B49
(44,75,73)
#264140
(38,65,64)
#203737
(32,55,55)
#1A2D2E
(26,45,46)
#142325
(20,35,37)
#0E191C
(14,25,28)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #44736D

#44736D
(68,115,109)
#557F7A
(85,127,122)
#668B87
(102,139,135)
#779794
(119,151,148)
#88A3A1
(136,163,161)
#99AFAE
(153,175,174)
#AABBBB
(170,187,187)
#BBC7C8
(187,199,200)
#CCD3D5
(204,211,213)
#DDDFE2
(221,223,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44736D; }

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

This text font color is #44736D.


Background Color

.myBgColor { background-color: #44736D; }

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

This div background color is #44736D.


Border color

.myBorderColor { border: 1px solid #44736D; }

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

This div border color is #44736D.


Opacity

.myOpacity80 { color: #44736D; opacity: 0.8; }

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

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

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

This text has shadow with #44736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44736D on black background.


Color preview on white background

This text has color #44736D on white background.



Black color preview on #44736D background

This text has black color on #44736D background.


White color preview on #44736D background

This text has white color on #44736D background.