COLOR #445144

HEX: #445144
RGB: (68,81,68)

Color info

#445144 contains red, green and blue colors in about the same proportion. Web safe color of #445144 is #336633 (or #363).

RGB color model

#445144 color RGB value is (68,81,68).

  • red value is 68;
  • green value is 81;
  • blue value is 68.
RGB:
(68,81,68)
(27%,32%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 81 of 255 = 32%
B 68 of 255 = 27%

68
81
68

R + G + B ~ 29%. #445144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 81 + 68 = 217 (100%)
R 68 of 217 ~ 31.34%
G 81 of 217 ~ 37.33%
B 68 of 217 ~ 31.34%

%31.34
%37.33
%31.34

CMYK color model

#445144 color CMYK value is (16,0,16,68).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(16,0,16,68)
C16M0Y16K68 
(16%,0%,16%,68%)
(0.16/0.00/0.16/0.68)	

CMYK percentages

%16.05
%0
%16.05
%68.24

Codes

Color #445144 in popluar color models

445144
RGB688168
HSL120°8.72%29.22%
HSB/HSV120°16.05%31.76%
CMYK16.05%0.00%16.05%
68.24%

Color #445144 in popluar number systems.

HEX445144
Decimal688168
Binary100010010100011000100
Octal104121104

Shades and tints

Shades of #445144

#445144
(68,81,68)
#3E4A3E
(62,74,62)
#384338
(56,67,56)
#323C32
(50,60,50)
#2C352C
(44,53,44)
#262E26
(38,46,38)
#202720
(32,39,32)
#1A201A
(26,32,26)
#141914
(20,25,20)
#0E120E
(14,18,14)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #445144

#445144
(68,81,68)
#556055
(85,96,85)
#666F66
(102,111,102)
#777E77
(119,126,119)
#888D88
(136,141,136)
#999C99
(153,156,153)
#AAABAA
(170,171,170)
#BBBABB
(187,186,187)
#CCC9CC
(204,201,204)
#DDD8DD
(221,216,221)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445144; }

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

This text font color is #445144.


Background Color

.myBgColor { background-color: #445144; }

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

This div background color is #445144.


Border color

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

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

This div border color is #445144.


Opacity

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

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

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

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

This text has shadow with #445144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445144 on black background.


Color preview on white background

This text has color #445144 on white background.



Black color preview on #445144 background

This text has black color on #445144 background.


White color preview on #445144 background

This text has white color on #445144 background.