COLOR #445053

HEX: #445053
RGB: (68,80,83)

Color info

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

RGB color model

#445053 color RGB value is (68,80,83).

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

RGB channels and saturation

R 68 of 255 = 27%
G 80 of 255 = 31%
B 83 of 255 = 33%

68
80
83

R + G + B ~ 30%. #445053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 80 + 83 = 231 (100%)
R 68 of 231 ~ 29.44%
G 80 of 231 ~ 34.63%
B 83 of 231 ~ 35.93%

%29.44
%34.63
%35.93

CMYK color model

#445053 color CMYK value is (18,4,0,67).

  • cyan value is 18.07%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(18,4,0,67)
C18M4Y0K67 
(18%,4%,0%,67%)
(0.18/0.04/0.00/0.67)	

CMYK percentages

%18.07
%3.61
%0
%67.45

Codes

Color #445053 in popluar color models

445053
RGB688083
HSL192°9.93%29.61%
HSB/HSV192°18.07%32.55%
CMYK18.07%3.61%0.00%
67.45%

Color #445053 in popluar number systems.

HEX445053
Decimal688083
Binary100010010100001010011
Octal104120123

Shades and tints

Shades of #445053

#445053
(68,80,83)
#3E494C
(62,73,76)
#384245
(56,66,69)
#323B3E
(50,59,62)
#2C3437
(44,52,55)
#262D30
(38,45,48)
#202629
(32,38,41)
#1A1F22
(26,31,34)
#14181B
(20,24,27)
#0E1114
(14,17,20)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #445053

#445053
(68,80,83)
#555F62
(85,95,98)
#666E71
(102,110,113)
#777D80
(119,125,128)
#888C8F
(136,140,143)
#999B9E
(153,155,158)
#AAAAAD
(170,170,173)
#BBB9BC
(187,185,188)
#CCC8CB
(204,200,203)
#DDD7DA
(221,215,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445053; }

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

This text font color is #445053.


Background Color

.myBgColor { background-color: #445053; }

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

This div background color is #445053.


Border color

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

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

This div border color is #445053.


Opacity

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

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

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

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

This text has shadow with #445053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445053 on black background.


Color preview on white background

This text has color #445053 on white background.



Black color preview on #445053 background

This text has black color on #445053 background.


White color preview on #445053 background

This text has white color on #445053 background.