COLOR #53808A

HEX: #53808A
RGB: (83,128,138)

Color info

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

RGB color model

#53808A color RGB value is (83,128,138).

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

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 138 of 255 = 54%

83
128
138

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

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 138 = 349 (100%)
R 83 of 349 ~ 23.78%
G 128 of 349 ~ 36.68%
B 138 of 349 ~ 39.54%

%23.78
%36.68
%39.54

CMYK color model

#53808A color CMYK value is (40,7,0,46).

  • cyan value is 39.86%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(40,7,0,46)
C40M7Y0K46 
(40%,7%,0%,46%)
(0.40/0.07/0.00/0.46)	

CMYK percentages

%39.86
%7.25
%0
%45.88

Codes

Color #53808A in popluar color models

53808A
RGB83128138
HSL191°24.89%43.33%
HSB/HSV191°39.86%54.12%
CMYK39.86%7.25%0.00%
45.88%

Color #53808A in popluar number systems.

HEX53808A
Decimal83128138
Binary10100111000000010001010
Octal123200212

Shades and tints

Shades of #53808A

#53808A
(83,128,138)
#4C757E
(76,117,126)
#456A72
(69,106,114)
#3E5F66
(62,95,102)
#37545A
(55,84,90)
#30494E
(48,73,78)
#293E42
(41,62,66)
#223336
(34,51,54)
#1B282A
(27,40,42)
#141D1E
(20,29,30)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53808A

#53808A
(83,128,138)
#628B94
(98,139,148)
#71969E
(113,150,158)
#80A1A8
(128,161,168)
#8FACB2
(143,172,178)
#9EB7BC
(158,183,188)
#ADC2C6
(173,194,198)
#BCCDD0
(188,205,208)
#CBD8DA
(203,216,218)
#DAE3E4
(218,227,228)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53808A; }

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

This text font color is #53808A.


Background Color

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

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

This div background color is #53808A.


Border color

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

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

This div border color is #53808A.


Opacity

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

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

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

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

This text has shadow with #53808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53808A on black background.


Color preview on white background

This text has color #53808A on white background.



Black color preview on #53808A background

This text has black color on #53808A background.


White color preview on #53808A background

This text has white color on #53808A background.