COLOR #445747

HEX: #445747
RGB: (68,87,71)

Color info

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

RGB color model

#445747 color RGB value is (68,87,71).

  • red value is 68;
  • green value is 87;
  • blue value is 71.
RGB:
(68,87,71)
(27%,34%,28%)

RGB channels and saturation

R 68 of 255 = 27%
G 87 of 255 = 34%
B 71 of 255 = 28%

68
87
71

R + G + B ~ 30%. #445747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 87 + 71 = 226 (100%)
R 68 of 226 ~ 30.09%
G 87 of 226 ~ 38.5%
B 71 of 226 ~ 31.42%

%30.09
%38.5
%31.42

CMYK color model

#445747 color CMYK value is (22,0,18,66).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(22,0,18,66)
C22M0Y18K66 
(22%,0%,18%,66%)
(0.22/0.00/0.18/0.66)	

CMYK percentages

%21.84
%0
%18.39
%65.88

Codes

Color #445747 in popluar color models

445747
RGB688771
HSL129°12.26%30.39%
HSB/HSV129°21.84%34.12%
CMYK21.84%0.00%18.39%
65.88%

Color #445747 in popluar number systems.

HEX445747
Decimal688771
Binary100010010101111000111
Octal104127107

Shades and tints

Shades of #445747

#445747
(68,87,71)
#3E5041
(62,80,65)
#38493B
(56,73,59)
#324235
(50,66,53)
#2C3B2F
(44,59,47)
#263429
(38,52,41)
#202D23
(32,45,35)
#1A261D
(26,38,29)
#141F17
(20,31,23)
#0E1811
(14,24,17)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #445747

#445747
(68,87,71)
#556657
(85,102,87)
#667567
(102,117,103)
#778477
(119,132,119)
#889387
(136,147,135)
#99A297
(153,162,151)
#AAB1A7
(170,177,167)
#BBC0B7
(187,192,183)
#CCCFC7
(204,207,199)
#DDDED7
(221,222,215)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445747; }

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

This text font color is #445747.


Background Color

.myBgColor { background-color: #445747; }

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

This div background color is #445747.


Border color

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

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

This div border color is #445747.


Opacity

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

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

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

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

This text has shadow with #445747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445747 on black background.


Color preview on white background

This text has color #445747 on white background.



Black color preview on #445747 background

This text has black color on #445747 background.


White color preview on #445747 background

This text has white color on #445747 background.