COLOR #445F4A

HEX: #445F4A
RGB: (68,95,74)

Color info

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

RGB color model

#445F4A color RGB value is (68,95,74).

  • red value is 68;
  • green value is 95;
  • blue value is 74.
RGB:
(68,95,74)
(27%,37%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 95 of 255 = 37%
B 74 of 255 = 29%

68
95
74

R + G + B ~ 31%. #445F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 95 + 74 = 237 (100%)
R 68 of 237 ~ 28.69%
G 95 of 237 ~ 40.08%
B 74 of 237 ~ 31.22%

%28.69
%40.08
%31.22

CMYK color model

#445F4A color CMYK value is (28,0,22,63).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 62.75%
CMYK:
(28,0,22,63)
C28M0Y22K63 
(28%,0%,22%,63%)
(0.28/0.00/0.22/0.63)	

CMYK percentages

%28.42
%0
%22.11
%62.75

Codes

Color #445F4A in popluar color models

445F4A
RGB689574
HSL133°16.56%31.96%
HSB/HSV133°28.42%37.25%
CMYK28.42%0.00%22.11%
62.75%

Color #445F4A in popluar number systems.

HEX445F4A
Decimal689574
Binary100010010111111001010
Octal104137112

Shades and tints

Shades of #445F4A

#445F4A
(68,95,74)
#3E5744
(62,87,68)
#384F3E
(56,79,62)
#324738
(50,71,56)
#2C3F32
(44,63,50)
#26372C
(38,55,44)
#202F26
(32,47,38)
#1A2720
(26,39,32)
#141F1A
(20,31,26)
#0E1714
(14,23,20)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #445F4A

#445F4A
(68,95,74)
#556D5A
(85,109,90)
#667B6A
(102,123,106)
#77897A
(119,137,122)
#88978A
(136,151,138)
#99A59A
(153,165,154)
#AAB3AA
(170,179,170)
#BBC1BA
(187,193,186)
#CCCFCA
(204,207,202)
#DDDDDA
(221,221,218)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445F4A color. Also use rgb(68,95,74) instead hex code.

Text Font Color

.myTextColor { color: #445F4A; }

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

This text font color is #445F4A.


Background Color

.myBgColor { background-color: #445F4A; }

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

This div background color is #445F4A.


Border color

.myBorderColor { border: 1px solid #445F4A; }

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

This div border color is #445F4A.


Opacity

.myOpacity80 { color: #445F4A; opacity: 0.8; }

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

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

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

This text has shadow with #445F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445F4A on black background.


Color preview on white background

This text has color #445F4A on white background.



Black color preview on #445F4A background

This text has black color on #445F4A background.


White color preview on #445F4A background

This text has white color on #445F4A background.