COLOR #445330

HEX: #445330
RGB: (68,83,48)

Color info

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

RGB color model

#445330 color RGB value is (68,83,48).

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

RGB channels and saturation

R 68 of 255 = 27%
G 83 of 255 = 33%
B 48 of 255 = 19%

68
83
48

R + G + B ~ 26%. #445330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 48 = 199 (100%)
R 68 of 199 ~ 34.17%
G 83 of 199 ~ 41.71%
B 48 of 199 ~ 24.12%

%34.17
%41.71
%24.12

CMYK color model

#445330 color CMYK value is (18,0,42,67).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(18,0,42,67)
C18M0Y42K67 
(18%,0%,42%,67%)
(0.18/0.00/0.42/0.67)	

CMYK percentages

%18.07
%0
%42.17
%67.45

Codes

Color #445330 in popluar color models

445330
RGB688348
HSL86°26.72%25.69%
HSB/HSV86°42.17%32.55%
CMYK18.07%0.00%42.17%
67.45%

Color #445330 in popluar number systems.

HEX445330
Decimal688348
Binary10001001010011110000
Octal10412360

Shades and tints

Shades of #445330

#445330
(68,83,48)
#3E4C2C
(62,76,44)
#384528
(56,69,40)
#323E24
(50,62,36)
#2C3720
(44,55,32)
#26301C
(38,48,28)
#202918
(32,41,24)
#1A2214
(26,34,20)
#141B10
(20,27,16)
#0E140C
(14,20,12)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #445330

#445330
(68,83,48)
#556242
(85,98,66)
#667154
(102,113,84)
#778066
(119,128,102)
#888F78
(136,143,120)
#999E8A
(153,158,138)
#AAAD9C
(170,173,156)
#BBBCAE
(187,188,174)
#CCCBC0
(204,203,192)
#DDDAD2
(221,218,210)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445330; }

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

This text font color is #445330.


Background Color

.myBgColor { background-color: #445330; }

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

This div background color is #445330.


Border color

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

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

This div border color is #445330.


Opacity

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

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

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

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

This text has shadow with #445330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445330 on black background.


Color preview on white background

This text has color #445330 on white background.



Black color preview on #445330 background

This text has black color on #445330 background.


White color preview on #445330 background

This text has white color on #445330 background.