COLOR #445748

HEX: #445748
RGB: (68,87,72)

Color info

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

RGB color model

#445748 color RGB value is (68,87,72).

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

RGB channels and saturation

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

68
87
72

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

Portions of RGB colors in percentages

R + G + B =
68 + 87 + 72 = 227 (100%)
R 68 of 227 ~ 29.96%
G 87 of 227 ~ 38.33%
B 72 of 227 ~ 31.72%

%29.96
%38.33
%31.72

CMYK color model

#445748 color CMYK value is (22,0,17,66).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(22,0,17,66)
C22M0Y17K66 
(22%,0%,17%,66%)
(0.22/0.00/0.17/0.66)	

CMYK percentages

%21.84
%0
%17.24
%65.88

Codes

Color #445748 in popluar color models

445748
RGB688772
HSL133°12.26%30.39%
HSB/HSV133°21.84%34.12%
CMYK21.84%0.00%17.24%
65.88%

Color #445748 in popluar number systems.

HEX445748
Decimal688772
Binary100010010101111001000
Octal104127110

Shades and tints

Shades of #445748

#445748
(68,87,72)
#3E5042
(62,80,66)
#38493C
(56,73,60)
#324236
(50,66,54)
#2C3B30
(44,59,48)
#26342A
(38,52,42)
#202D24
(32,45,36)
#1A261E
(26,38,30)
#141F18
(20,31,24)
#0E1812
(14,24,18)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #445748

#445748
(68,87,72)
#556658
(85,102,88)
#667568
(102,117,104)
#778478
(119,132,120)
#889388
(136,147,136)
#99A298
(153,162,152)
#AAB1A8
(170,177,168)
#BBC0B8
(187,192,184)
#CCCFC8
(204,207,200)
#DDDED8
(221,222,216)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445748; }

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

This text font color is #445748.


Background Color

.myBgColor { background-color: #445748; }

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

This div background color is #445748.


Border color

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

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

This div border color is #445748.


Opacity

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

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

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

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

This text has shadow with #445748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445748 on black background.


Color preview on white background

This text has color #445748 on white background.



Black color preview on #445748 background

This text has black color on #445748 background.


White color preview on #445748 background

This text has white color on #445748 background.