COLOR #445841

HEX: #445841 RGB: (68,88,65)

Color info

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

RGB color model

#445841 color RGB value is (68,88,65).

RGB: (68,88,65) (27%, 35%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 65 of 255 = 25%

68
88
65

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

Portions of RGB colors in percentages

R + G + B = 68 + 88 + 65 = 221 (100%)
R 68 of 221 ~ 30.77%
G 88 of 221 ~ 39.82%
B 65 of 221 ~ 29.41'%

%30.77
%39.82
%29.41

CMYK color model

#445841 color CMYK value is (23,0,26,65).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK: (23,0,26,65) C23M0Y26K65 (23%,0%,26%,65%) (0.23/0.00/0.26/0.65) 

CMYK percentages

%22.73
%0
%26.14
%65.49

Codes

Color #445841 in popluar color models

44 58 41
RGB 68 88 65
HSL 112° 15.03% 30.00%
HSB/HSV 112° 26.14% 34.51%
CMYK 22.73% 0.00% 26.14%
65.49%

Color #445841 in popluar number systems.

HEX 44 58 41
Decimal 68 88 65
Binary 1000100 1011000 1000001
Octal 104 130 101

Shades and tints

Shades of #445841

#445841
(68,88,65)
#3E503C
(62,80,60)
#384837
(56,72,55)
#324032
(50,64,50)
#2C382D
(44,56,45)
#263028
(38,48,40)
#202823
(32,40,35)
#1A201E
(26,32,30)
#141819
(20,24,25)
#0E1014
(14,16,20)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #445841

#445841
(68,88,65)
#556752
(85,103,82)
#667663
(102,118,99)
#778574
(119,133,116)
#889485
(136,148,133)
#99A396
(153,163,150)
#AAB2A7
(170,178,167)
#BBC1B8
(187,193,184)
#CCD0C9
(204,208,201)
#DDDFDA
(221,223,218)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445841 color. Also use rgb(68,88,65) instead hex code.

Text Font Color

.myTextColor { color: #445841; }

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

This text font color is #445841.

Background Color

.myBgColor { background-color: #445841; }

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

This div background color is #445841.

Border color

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

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

This div border color is #445841.

Opacity

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

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

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

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

This text has shadow with #445841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #445841.

Preview

Color preview on black background

This text has color #445841 on black background.


Color preview on white background

This text has color #445841 on white background.


Black color preview on #445841 background

This text has black color on #445841 background.


White color preview on #445841 background

This text has white color on #445841 background.


Related colors

Complementary color

Complementary color for #hex is #BBA7BE.


I love getcolorcode.com

Triadic colors

1 #414458 and #584144 with #445841 are triadic colors.

2 #415844 and #584441 with #445841 are triadic colors.