COLOR #445853

HEX: #445853
RGB: (68,88,83)

Color info

#445853 contains red, green and blue colors in about the same proportion. Web safe color of #445853 is #336666 (or #366).

RGB color model

#445853 color RGB value is (68,88,83).

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

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 83 of 255 = 33%

68
88
83

R + G + B ~ 32%. #445853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 88 + 83 = 239 (100%)
R 68 of 239 ~ 28.45%
G 88 of 239 ~ 36.82%
B 83 of 239 ~ 34.73%

%28.45
%36.82
%34.73

CMYK color model

#445853 color CMYK value is (23,0,6,65).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 65.49%
CMYK:
(23,0,6,65)
C23M0Y6K65 
(23%,0%,6%,65%)
(0.23/0.00/0.06/0.65)	

CMYK percentages

%22.73
%0
%5.68
%65.49

Codes

Color #445853 in popluar color models

445853
RGB688883
HSL165°12.82%30.59%
HSB/HSV165°22.73%34.51%
CMYK22.73%0.00%5.68%
65.49%

Color #445853 in popluar number systems.

HEX445853
Decimal688883
Binary100010010110001010011
Octal104130123

Shades and tints

Shades of #445853

#445853
(68,88,83)
#3E504C
(62,80,76)
#384845
(56,72,69)
#32403E
(50,64,62)
#2C3837
(44,56,55)
#263030
(38,48,48)
#202829
(32,40,41)
#1A2022
(26,32,34)
#14181B
(20,24,27)
#0E1014
(14,16,20)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #445853

#445853
(68,88,83)
#556762
(85,103,98)
#667671
(102,118,113)
#778580
(119,133,128)
#88948F
(136,148,143)
#99A39E
(153,163,158)
#AAB2AD
(170,178,173)
#BBC1BC
(187,193,188)
#CCD0CB
(204,208,203)
#DDDFDA
(221,223,218)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445853; }

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

This text font color is #445853.


Background Color

.myBgColor { background-color: #445853; }

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

This div background color is #445853.


Border color

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

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

This div border color is #445853.


Opacity

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

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

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

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

This text has shadow with #445853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445853 on black background.


Color preview on white background

This text has color #445853 on white background.



Black color preview on #445853 background

This text has black color on #445853 background.


White color preview on #445853 background

This text has white color on #445853 background.