COLOR #445338

HEX: #445338
RGB: (68,83,56)

Color info

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

RGB color model

#445338 color RGB value is (68,83,56).

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

RGB channels and saturation

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

68
83
56

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

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 56 = 207 (100%)
R 68 of 207 ~ 32.85%
G 83 of 207 ~ 40.1%
B 56 of 207 ~ 27.05%

%32.85
%40.1
%27.05

CMYK color model

#445338 color CMYK value is (18,0,33,67).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(18,0,33,67)
C18M0Y33K67 
(18%,0%,33%,67%)
(0.18/0.00/0.33/0.67)	

CMYK percentages

%18.07
%0
%32.53
%67.45

Codes

Color #445338 in popluar color models

445338
RGB688356
HSL93°19.42%27.25%
HSB/HSV93°32.53%32.55%
CMYK18.07%0.00%32.53%
67.45%

Color #445338 in popluar number systems.

HEX445338
Decimal688356
Binary10001001010011111000
Octal10412370

Shades and tints

Shades of #445338

#445338
(68,83,56)
#3E4C33
(62,76,51)
#38452E
(56,69,46)
#323E29
(50,62,41)
#2C3724
(44,55,36)
#26301F
(38,48,31)
#20291A
(32,41,26)
#1A2215
(26,34,21)
#141B10
(20,27,16)
#0E140B
(14,20,11)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #445338

#445338
(68,83,56)
#55624A
(85,98,74)
#66715C
(102,113,92)
#77806E
(119,128,110)
#888F80
(136,143,128)
#999E92
(153,158,146)
#AAADA4
(170,173,164)
#BBBCB6
(187,188,182)
#CCCBC8
(204,203,200)
#DDDADA
(221,218,218)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445338; }

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

This text font color is #445338.


Background Color

.myBgColor { background-color: #445338; }

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

This div background color is #445338.


Border color

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

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

This div border color is #445338.


Opacity

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

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

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

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

This text has shadow with #445338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445338 on black background.


Color preview on white background

This text has color #445338 on white background.



Black color preview on #445338 background

This text has black color on #445338 background.


White color preview on #445338 background

This text has white color on #445338 background.