COLOR #445E3D

HEX: #445E3D
RGB: (68,94,61)

Color info

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

RGB color model

#445E3D color RGB value is (68,94,61).

  • red value is 68;
  • green value is 94;
  • blue value is 61.
RGB:
(68,94,61)
(27%,37%,24%)

RGB channels and saturation

R 68 of 255 = 27%
G 94 of 255 = 37%
B 61 of 255 = 24%

68
94
61

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

Portions of RGB colors in percentages

R + G + B =
68 + 94 + 61 = 223 (100%)
R 68 of 223 ~ 30.49%
G 94 of 223 ~ 42.15%
B 61 of 223 ~ 27.35%

%30.49
%42.15
%27.35

CMYK color model

#445E3D color CMYK value is (28,0,35,63).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(28,0,35,63)
C28M0Y35K63 
(28%,0%,35%,63%)
(0.28/0.00/0.35/0.63)	

CMYK percentages

%27.66
%0
%35.11
%63.14

Codes

Color #445E3D in popluar color models

445E3D
RGB689461
HSL107°21.29%30.39%
HSB/HSV107°35.11%36.86%
CMYK27.66%0.00%35.11%
63.14%

Color #445E3D in popluar number systems.

HEX445E3D
Decimal689461
Binary10001001011110111101
Octal10413675

Shades and tints

Shades of #445E3D

#445E3D
(68,94,61)
#3E5638
(62,86,56)
#384E33
(56,78,51)
#32462E
(50,70,46)
#2C3E29
(44,62,41)
#263624
(38,54,36)
#202E1F
(32,46,31)
#1A261A
(26,38,26)
#141E15
(20,30,21)
#0E1610
(14,22,16)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #445E3D

#445E3D
(68,94,61)
#556C4E
(85,108,78)
#667A5F
(102,122,95)
#778870
(119,136,112)
#889681
(136,150,129)
#99A492
(153,164,146)
#AAB2A3
(170,178,163)
#BBC0B4
(187,192,180)
#CCCEC5
(204,206,197)
#DDDCD6
(221,220,214)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445E3D color. Also use rgb(68,94,61) instead hex code.

Text Font Color

.myTextColor { color: #445E3D; }

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

This text font color is #445E3D.


Background Color

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

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

This div background color is #445E3D.


Border color

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

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

This div border color is #445E3D.


Opacity

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

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

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

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

This text has shadow with #445E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445E3D on black background.


Color preview on white background

This text has color #445E3D on white background.



Black color preview on #445E3D background

This text has black color on #445E3D background.


White color preview on #445E3D background

This text has white color on #445E3D background.