COLOR #445842

HEX: #445842
RGB: (68,88,66)

Color info

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

RGB color model

#445842 color RGB value is (68,88,66).

  • red value is 68;
  • green value is 88;
  • blue value is 66.
RGB:
(68,88,66)
(27%,35%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 66 of 255 = 26%

68
88
66

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

Portions of RGB colors in percentages

R + G + B =
68 + 88 + 66 = 222 (100%)
R 68 of 222 ~ 30.63%
G 88 of 222 ~ 39.64%
B 66 of 222 ~ 29.73%

%30.63
%39.64
%29.73

CMYK color model

#445842 color CMYK value is (23,0,25,65).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(23,0,25,65)
C23M0Y25K65 
(23%,0%,25%,65%)
(0.23/0.00/0.25/0.65)	

CMYK percentages

%22.73
%0
%25
%65.49

Codes

Color #445842 in popluar color models

445842
RGB688866
HSL115°14.29%30.20%
HSB/HSV115°25.00%34.51%
CMYK22.73%0.00%25.00%
65.49%

Color #445842 in popluar number systems.

HEX445842
Decimal688866
Binary100010010110001000010
Octal104130102

Shades and tints

Shades of #445842

#445842
(68,88,66)
#3E503C
(62,80,60)
#384836
(56,72,54)
#324030
(50,64,48)
#2C382A
(44,56,42)
#263024
(38,48,36)
#20281E
(32,40,30)
#1A2018
(26,32,24)
#141812
(20,24,18)
#0E100C
(14,16,12)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #445842

#445842
(68,88,66)
#556753
(85,103,83)
#667664
(102,118,100)
#778575
(119,133,117)
#889486
(136,148,134)
#99A397
(153,163,151)
#AAB2A8
(170,178,168)
#BBC1B9
(187,193,185)
#CCD0CA
(204,208,202)
#DDDFDB
(221,223,219)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445842; }

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

This text font color is #445842.


Background Color

.myBgColor { background-color: #445842; }

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

This div background color is #445842.


Border color

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

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

This div border color is #445842.


Opacity

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

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

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

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

This text has shadow with #445842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445842 on black background.


Color preview on white background

This text has color #445842 on white background.



Black color preview on #445842 background

This text has black color on #445842 background.


White color preview on #445842 background

This text has white color on #445842 background.