COLOR #53818C

HEX: #53818C
RGB: (83,129,140)

Color info

#53818C contains red, green and blue colors in about the same proportion. Web safe color of #53818C is #669999 (or #699).

RGB color model

#53818C color RGB value is (83,129,140).

  • red value is 83;
  • green value is 129;
  • blue value is 140.
RGB:
(83,129,140)
(33%,51%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 129 of 255 = 51%
B 140 of 255 = 55%

83
129
140

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

Portions of RGB colors in percentages

R + G + B =
83 + 129 + 140 = 352 (100%)
R 83 of 352 ~ 23.58%
G 129 of 352 ~ 36.65%
B 140 of 352 ~ 39.77%

%23.58
%36.65
%39.77

CMYK color model

#53818C color CMYK value is (41,8,0,45).

  • cyan value is 40.71%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,8,0,45)
C41M8Y0K45 
(41%,8%,0%,45%)
(0.41/0.08/0.00/0.45)	

CMYK percentages

%40.71
%7.86
%0
%45.1

Codes

Color #53818C in popluar color models

53818C
RGB83129140
HSL192°25.56%43.73%
HSB/HSV192°40.71%54.90%
CMYK40.71%7.86%0.00%
45.10%

Color #53818C in popluar number systems.

HEX53818C
Decimal83129140
Binary10100111000000110001100
Octal123201214

Shades and tints

Shades of #53818C

#53818C
(83,129,140)
#4C7680
(76,118,128)
#456B74
(69,107,116)
#3E6068
(62,96,104)
#37555C
(55,85,92)
#304A50
(48,74,80)
#293F44
(41,63,68)
#223438
(34,52,56)
#1B292C
(27,41,44)
#141E20
(20,30,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #53818C

#53818C
(83,129,140)
#628C96
(98,140,150)
#7197A0
(113,151,160)
#80A2AA
(128,162,170)
#8FADB4
(143,173,180)
#9EB8BE
(158,184,190)
#ADC3C8
(173,195,200)
#BCCED2
(188,206,210)
#CBD9DC
(203,217,220)
#DAE4E6
(218,228,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53818C color. Also use rgb(83,129,140) instead hex code.

Text Font Color

.myTextColor { color: #53818C; }

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

This text font color is #53818C.


Background Color

.myBgColor { background-color: #53818C; }

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

This div background color is #53818C.


Border color

.myBorderColor { border: 1px solid #53818C; }

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

This div border color is #53818C.


Opacity

.myOpacity80 { color: #53818C; opacity: 0.8; }

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

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

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

This text has shadow with #53818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53818C on black background.


Color preview on white background

This text has color #53818C on white background.



Black color preview on #53818C background

This text has black color on #53818C background.


White color preview on #53818C background

This text has white color on #53818C background.