COLOR #445538

HEX: #445538
RGB: (68,85,56)

Color info

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

RGB color model

#445538 color RGB value is (68,85,56).

  • red value is 68;
  • green value is 85;
  • blue value is 56.
RGB:
(68,85,56)
(27%,33%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 85 of 255 = 33%
B 56 of 255 = 22%

68
85
56

R + G + B ~ 27%. #445538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 85 + 56 = 209 (100%)
R 68 of 209 ~ 32.54%
G 85 of 209 ~ 40.67%
B 56 of 209 ~ 26.79%

%32.54
%40.67
%26.79

CMYK color model

#445538 color CMYK value is (20,0,34,67).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(20,0,34,67)
C20M0Y34K67 
(20%,0%,34%,67%)
(0.20/0.00/0.34/0.67)	

CMYK percentages

%20
%0
%34.12
%66.67

Codes

Color #445538 in popluar color models

445538
RGB688556
HSL95°20.57%27.65%
HSB/HSV95°34.12%33.33%
CMYK20.00%0.00%34.12%
66.67%

Color #445538 in popluar number systems.

HEX445538
Decimal688556
Binary10001001010101111000
Octal10412570

Shades and tints

Shades of #445538

#445538
(68,85,56)
#3E4E33
(62,78,51)
#38472E
(56,71,46)
#324029
(50,64,41)
#2C3924
(44,57,36)
#26321F
(38,50,31)
#202B1A
(32,43,26)
#1A2415
(26,36,21)
#141D10
(20,29,16)
#0E160B
(14,22,11)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #445538

#445538
(68,85,56)
#55644A
(85,100,74)
#66735C
(102,115,92)
#77826E
(119,130,110)
#889180
(136,145,128)
#99A092
(153,160,146)
#AAAFA4
(170,175,164)
#BBBEB6
(187,190,182)
#CCCDC8
(204,205,200)
#DDDCDA
(221,220,218)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445538 color. Also use rgb(68,85,56) instead hex code.

Text Font Color

.myTextColor { color: #445538; }

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

This text font color is #445538.


Background Color

.myBgColor { background-color: #445538; }

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

This div background color is #445538.


Border color

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

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

This div border color is #445538.


Opacity

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

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

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

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

This text has shadow with #445538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445538 on black background.


Color preview on white background

This text has color #445538 on white background.



Black color preview on #445538 background

This text has black color on #445538 background.


White color preview on #445538 background

This text has white color on #445538 background.