COLOR #445646

HEX: #445646
RGB: (68,86,70)

Color info

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

RGB color model

#445646 color RGB value is (68,86,70).

  • red value is 68;
  • green value is 86;
  • blue value is 70.
RGB:
(68,86,70)
(27%,34%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 86 of 255 = 34%
B 70 of 255 = 27%

68
86
70

R + G + B ~ 29%. #445646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 86 + 70 = 224 (100%)
R 68 of 224 ~ 30.36%
G 86 of 224 ~ 38.39%
B 70 of 224 ~ 31.25%

%30.36
%38.39
%31.25

CMYK color model

#445646 color CMYK value is (21,0,19,66).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(21,0,19,66)
C21M0Y19K66 
(21%,0%,19%,66%)
(0.21/0.00/0.19/0.66)	

CMYK percentages

%20.93
%0
%18.6
%66.27

Codes

Color #445646 in popluar color models

445646
RGB688670
HSL127°11.69%30.20%
HSB/HSV127°20.93%33.73%
CMYK20.93%0.00%18.60%
66.27%

Color #445646 in popluar number systems.

HEX445646
Decimal688670
Binary100010010101101000110
Octal104126106

Shades and tints

Shades of #445646

#445646
(68,86,70)
#3E4F40
(62,79,64)
#38483A
(56,72,58)
#324134
(50,65,52)
#2C3A2E
(44,58,46)
#263328
(38,51,40)
#202C22
(32,44,34)
#1A251C
(26,37,28)
#141E16
(20,30,22)
#0E1710
(14,23,16)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #445646

#445646
(68,86,70)
#556556
(85,101,86)
#667466
(102,116,102)
#778376
(119,131,118)
#889286
(136,146,134)
#99A196
(153,161,150)
#AAB0A6
(170,176,166)
#BBBFB6
(187,191,182)
#CCCEC6
(204,206,198)
#DDDDD6
(221,221,214)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445646 color. Also use rgb(68,86,70) instead hex code.

Text Font Color

.myTextColor { color: #445646; }

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

This text font color is #445646.


Background Color

.myBgColor { background-color: #445646; }

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

This div background color is #445646.


Border color

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

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

This div border color is #445646.


Opacity

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

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

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

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

This text has shadow with #445646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445646 on black background.


Color preview on white background

This text has color #445646 on white background.



Black color preview on #445646 background

This text has black color on #445646 background.


White color preview on #445646 background

This text has white color on #445646 background.