COLOR #445525

HEX: #445525
RGB: (68,85,37)

Color info

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

RGB color model

#445525 color RGB value is (68,85,37).

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

RGB channels and saturation

R 68 of 255 = 27%
G 85 of 255 = 33%
B 37 of 255 = 15%

68
85
37

R + G + B ~ 25%. #445525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 85 + 37 = 190 (100%)
R 68 of 190 ~ 35.79%
G 85 of 190 ~ 44.74%
B 37 of 190 ~ 19.47%

%35.79
%44.74
%19.47

CMYK color model

#445525 color CMYK value is (20,0,56,67).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(20,0,56,67)
C20M0Y56K67 
(20%,0%,56%,67%)
(0.20/0.00/0.56/0.67)	

CMYK percentages

%20
%0
%56.47
%66.67

Codes

Color #445525 in popluar color models

445525
RGB688537
HSL81°39.34%23.92%
HSB/HSV81°56.47%33.33%
CMYK20.00%0.00%56.47%
66.67%

Color #445525 in popluar number systems.

HEX445525
Decimal688537
Binary10001001010101100101
Octal10412545

Shades and tints

Shades of #445525

#445525
(68,85,37)
#3E4E22
(62,78,34)
#38471F
(56,71,31)
#32401C
(50,64,28)
#2C3919
(44,57,25)
#263216
(38,50,22)
#202B13
(32,43,19)
#1A2410
(26,36,16)
#141D0D
(20,29,13)
#0E160A
(14,22,10)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #445525

#445525
(68,85,37)
#556438
(85,100,56)
#66734B
(102,115,75)
#77825E
(119,130,94)
#889171
(136,145,113)
#99A084
(153,160,132)
#AAAF97
(170,175,151)
#BBBEAA
(187,190,170)
#CCCDBD
(204,205,189)
#DDDCD0
(221,220,208)
#EEEBE3
(238,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445525; }

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

This text font color is #445525.


Background Color

.myBgColor { background-color: #445525; }

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

This div background color is #445525.


Border color

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

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

This div border color is #445525.


Opacity

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

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

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

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

This text has shadow with #445525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445525 on black background.


Color preview on white background

This text has color #445525 on white background.



Black color preview on #445525 background

This text has black color on #445525 background.


White color preview on #445525 background

This text has white color on #445525 background.