COLOR #53818E

HEX: #53818E RGB: (83,129,142)

Color info

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

RGB color model

#53818E color RGB value is (83,129,142).

RGB: (83,129,142) (33%, 51%, 56%)

RGB channels and saturation

R 83 of 255 = 33%
G 129 of 255 = 51%
B 142 of 255 = 56%

83
129
142

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

Portions of RGB colors in percentages

R + G + B = 83 + 129 + 142 = 354 (100%)
R 83 of 354 ~ 23.45%
G 129 of 354 ~ 36.44%
B 142 of 354 ~ 40.11'%

%23.45
%36.44
%40.11

CMYK color model

#53818E color CMYK value is (42,9,0,44).

  • cyan value is 41.55%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (42,9,0,44)
C42M9Y0K44 (42%, 9%, 0%, 44%)
(0.42 / 0.09 / 0.00 / 0.44)

CMYK percentages

%41.55
%9.15
%0
%44.31

Codes

Color #53818E in popluar color models

53 81 8E
RGB 83 129 142
HSL 193° 26.22% 44.12%
HSB/HSV 193° 41.55% 55.69%
CMYK 41.55% 9.15% 0.00%
44.31%

Color #53818E in popluar number systems.

HEX 53 81 8E
Decimal 83 129 142
Binary 1010011 10000001 10001110
Octal 123 201 216

Shades and tints

Shades of #53818E

#53818E
(83,129,142)
#4C7682
(76,118,130)
#456B76
(69,107,118)
#3E606A
(62,96,106)
#37555E
(55,85,94)
#304A52
(48,74,82)
#293F46
(41,63,70)
#22343A
(34,52,58)
#1B292E
(27,41,46)
#141E22
(20,30,34)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #53818E

#53818E
(83,129,142)
#628C98
(98,140,152)
#7197A2
(113,151,162)
#80A2AC
(128,162,172)
#8FADB6
(143,173,182)
#9EB8C0
(158,184,192)
#ADC3CA
(173,195,202)
#BCCED4
(188,206,212)
#CBD9DE
(203,217,222)
#DAE4E8
(218,228,232)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53818E; }

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

This text font color is #53818E.

Background Color

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

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

This div background color is #53818E.

Border color

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

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

This div border color is #53818E.

Opacity

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

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

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

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

This text has shadow with #53818E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53818E.

Preview

Color preview on black background

This text has color #53818E on black background.


Color preview on white background

This text has color #53818E on white background.


Black color preview on #53818E background

This text has black color on #53818E background.


White color preview on #53818E background

This text has white color on #53818E background.


Related colors

Complementary color

Complementary color for #hex is #AC7E71.


I love getcolorcode.com

Triadic colors

1 #8E5381 and #818E53 with #53818E are triadic colors.

2 #8E8153 and #81538E with #53818E are triadic colors.