COLOR #538DA0

HEX: #538DA0 RGB: (83,141,160)

Color info

#538DA0 contains mainly green and blue colors. Web safe color of #538DA0 is #669999 (or #699).

RGB color model

#538DA0 color RGB value is (83,141,160).

RGB: (83,141,160) (33%, 55%, 63%)

RGB channels and saturation

R 83 of 255 = 33%
G 141 of 255 = 55%
B 160 of 255 = 63%

83
141
160

R + G + B ~ 50%. #538DA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 141 + 160 = 384 (100%)
R 83 of 384 ~ 21.61%
G 141 of 384 ~ 36.72%
B 160 of 384 ~ 41.67'%

%21.61
%36.72
%41.67

CMYK color model

#538DA0 color CMYK value is (48,12,0,37).

  • cyan value is 48.13%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (48,12,0,37)
C48M12Y0K37 (48%, 12%, 0%, 37%)
(0.48 / 0.12 / 0.00 / 0.37)

CMYK percentages

%48.13
%11.88
%0
%37.25

Codes

Color #538DA0 in popluar color models

53 8D A0
RGB 83 141 160
HSL 195° 31.69% 47.65%
HSB/HSV 195° 48.13% 62.75%
CMYK 48.13% 11.88% 0.00%
37.25%

Color #538DA0 in popluar number systems.

HEX 53 8D A0
Decimal 83 141 160
Binary 1010011 10001101 10100000
Octal 123 215 240

Shades and tints

Shades of #538DA0

#538DA0
(83,141,160)
#4C8192
(76,129,146)
#457584
(69,117,132)
#3E6976
(62,105,118)
#375D68
(55,93,104)
#30515A
(48,81,90)
#29454C
(41,69,76)
#22393E
(34,57,62)
#1B2D30
(27,45,48)
#142122
(20,33,34)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #538DA0

#538DA0
(83,141,160)
#6297A8
(98,151,168)
#71A1B0
(113,161,176)
#80ABB8
(128,171,184)
#8FB5C0
(143,181,192)
#9EBFC8
(158,191,200)
#ADC9D0
(173,201,208)
#BCD3D8
(188,211,216)
#CBDDE0
(203,221,224)
#DAE7E8
(218,231,232)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538DA0 color. Also use rgb(83,141,160) instead hex code.

Text Font Color

.myTextColor { color: #538DA0; }

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

This text font color is #538DA0.

Background Color

.myBgColor { background-color: #538DA0; }

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

This div background color is #538DA0.

Border color

.myBorderColor { border: 1px solid #538DA0; }

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

This div border color is #538DA0.

Opacity

.myOpacity80 { color: #538DA0; opacity: 0.8; }

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

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

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

This text has shadow with #538DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #538DA0.

Preview

Color preview on black background

This text has color #538DA0 on black background.


Color preview on white background

This text has color #538DA0 on white background.


Black color preview on #538DA0 background

This text has black color on #538DA0 background.


White color preview on #538DA0 background

This text has white color on #538DA0 background.


Related colors

Complementary color

Complementary color for #hex is #AC725F.


I love getcolorcode.com

Triadic colors

1 #A0538D and #8DA053 with #538DA0 are triadic colors.

2 #A08D53 and #8D53A0 with #538DA0 are triadic colors.