COLOR #53808D

HEX: #53808D
RGB: (83,128,141)

Color info

#53808D contains red, green and blue colors in about the same proportion. Web safe color of #53808D is #666699 (or #669).

RGB color model

#53808D color RGB value is (83,128,141).

  • red value is 83;
  • green value is 128;
  • blue value is 141.
RGB:
(83,128,141)
(33%,50%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 141 of 255 = 55%

83
128
141

R + G + B ~ 46%. #53808D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 141 = 352 (100%)
R 83 of 352 ~ 23.58%
G 128 of 352 ~ 36.36%
B 141 of 352 ~ 40.06%

%23.58
%36.36
%40.06

CMYK color model

#53808D color CMYK value is (41,9,0,45).

  • cyan value is 41.13%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(41,9,0,45)
C41M9Y0K45 
(41%,9%,0%,45%)
(0.41/0.09/0.00/0.45)	

CMYK percentages

%41.13
%9.22
%0
%44.71

Codes

Color #53808D in popluar color models

53808D
RGB83128141
HSL193°25.89%43.92%
HSB/HSV193°41.13%55.29%
CMYK41.13%9.22%0.00%
44.71%

Color #53808D in popluar number systems.

HEX53808D
Decimal83128141
Binary10100111000000010001101
Octal123200215

Shades and tints

Shades of #53808D

#53808D
(83,128,141)
#4C7581
(76,117,129)
#456A75
(69,106,117)
#3E5F69
(62,95,105)
#37545D
(55,84,93)
#304951
(48,73,81)
#293E45
(41,62,69)
#223339
(34,51,57)
#1B282D
(27,40,45)
#141D21
(20,29,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #53808D

#53808D
(83,128,141)
#628B97
(98,139,151)
#7196A1
(113,150,161)
#80A1AB
(128,161,171)
#8FACB5
(143,172,181)
#9EB7BF
(158,183,191)
#ADC2C9
(173,194,201)
#BCCDD3
(188,205,211)
#CBD8DD
(203,216,221)
#DAE3E7
(218,227,231)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53808D color. Also use rgb(83,128,141) instead hex code.

Text Font Color

.myTextColor { color: #53808D; }

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

This text font color is #53808D.


Background Color

.myBgColor { background-color: #53808D; }

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

This div background color is #53808D.


Border color

.myBorderColor { border: 1px solid #53808D; }

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

This div border color is #53808D.


Opacity

.myOpacity80 { color: #53808D; opacity: 0.8; }

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

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

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

This text has shadow with #53808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53808D on black background.


Color preview on white background

This text has color #53808D on white background.



Black color preview on #53808D background

This text has black color on #53808D background.


White color preview on #53808D background

This text has white color on #53808D background.