COLOR #445041

HEX: #445041
RGB: (68,80,65)

Color info

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

RGB color model

#445041 color RGB value is (68,80,65).

  • red value is 68;
  • green value is 80;
  • blue value is 65.
RGB: (68,80,65) (27%,31%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 80 of 255 = 31%
B 65 of 255 = 25%

68
80
65

R + G + B ~ 28%. #445041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 80 + 65 = 213 (100%)
R 68 of 213 ~ 31.92%
G 80 of 213 ~ 37.56%
B 65 of 213 ~ 30.52%

%31.92
%37.56
%30.52

CMYK color model

#445041 color CMYK value is (15,0,19,69).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK: (15,0,19,69) C15M0Y19K69 (15%,0%,19%,69%) (0.15/0.00/0.19/0.69)

CMYK percentages

%15
%0
%18.75
%68.63

Codes

Color #445041 in popluar color models

445041
RGB688065
HSL108°10.34%28.43%
HSB/HSV108°18.75%31.37%
CMYK15.00%0.00%18.75%
68.63%

Color #445041 in popluar number systems.

HEX445041
Decimal688065
Binary100010010100001000001
Octal104120101

Shades and tints

Shades of #445041

#445041
(68,80,65)
#3E493C
(62,73,60)
#384237
(56,66,55)
#323B32
(50,59,50)
#2C342D
(44,52,45)
#262D28
(38,45,40)
#202623
(32,38,35)
#1A1F1E
(26,31,30)
#141819
(20,24,25)
#0E1114
(14,17,20)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #445041

#445041
(68,80,65)
#555F52
(85,95,82)
#666E63
(102,110,99)
#777D74
(119,125,116)
#888C85
(136,140,133)
#999B96
(153,155,150)
#AAAAA7
(170,170,167)
#BBB9B8
(187,185,184)
#CCC8C9
(204,200,201)
#DDD7DA
(221,215,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445041 color. Also use rgb(68,80,65) instead hex code.

Text Font Color

.myTextColor { color: #445041; }

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

This text font color is #445041.


Background Color

.myBgColor { background-color: #445041; }

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

This div background color is #445041.


Border color

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

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

This div border color is #445041.


Opacity

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

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

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

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

This text has shadow with #445041 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #445041 on black background.


Color preview on white background

This text has color #445041 on white background.



Black color preview on #445041 background

This text has black color on #445041 background.


White color preview on #445041 background

This text has white color on #445041 background.