COLOR #445940

HEX: #445940
RGB: (68,89,64)

Color info

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

RGB color model

#445940 color RGB value is (68,89,64).

  • red value is 68;
  • green value is 89;
  • blue value is 64.
RGB:
(68,89,64)
(27%,35%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 89 of 255 = 35%
B 64 of 255 = 25%

68
89
64

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

Portions of RGB colors in percentages

R + G + B =
68 + 89 + 64 = 221 (100%)
R 68 of 221 ~ 30.77%
G 89 of 221 ~ 40.27%
B 64 of 221 ~ 28.96%

%30.77
%40.27
%28.96

CMYK color model

#445940 color CMYK value is (24,0,28,65).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(24,0,28,65)
C24M0Y28K65 
(24%,0%,28%,65%)
(0.24/0.00/0.28/0.65)	

CMYK percentages

%23.6
%0
%28.09
%65.1

Codes

Color #445940 in popluar color models

445940
RGB688964
HSL110°16.34%30.00%
HSB/HSV110°28.09%34.90%
CMYK23.60%0.00%28.09%
65.10%

Color #445940 in popluar number systems.

HEX445940
Decimal688964
Binary100010010110011000000
Octal104131100

Shades and tints

Shades of #445940

#445940
(68,89,64)
#3E513B
(62,81,59)
#384936
(56,73,54)
#324131
(50,65,49)
#2C392C
(44,57,44)
#263127
(38,49,39)
#202922
(32,41,34)
#1A211D
(26,33,29)
#141918
(20,25,24)
#0E1113
(14,17,19)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #445940

#445940
(68,89,64)
#556851
(85,104,81)
#667762
(102,119,98)
#778673
(119,134,115)
#889584
(136,149,132)
#99A495
(153,164,149)
#AAB3A6
(170,179,166)
#BBC2B7
(187,194,183)
#CCD1C8
(204,209,200)
#DDE0D9
(221,224,217)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445940; }

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

This text font color is #445940.


Background Color

.myBgColor { background-color: #445940; }

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

This div background color is #445940.


Border color

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

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

This div border color is #445940.


Opacity

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

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

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

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

This text has shadow with #445940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445940 on black background.


Color preview on white background

This text has color #445940 on white background.



Black color preview on #445940 background

This text has black color on #445940 background.


White color preview on #445940 background

This text has white color on #445940 background.