COLOR #538293

HEX: #538293
RGB: (83,130,147)

Color info

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

RGB color model

#538293 color RGB value is (83,130,147).

  • red value is 83;
  • green value is 130;
  • blue value is 147.
RGB:
(83,130,147)
(33%,51%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 147 of 255 = 58%

83
130
147

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

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 147 = 360 (100%)
R 83 of 360 ~ 23.06%
G 130 of 360 ~ 36.11%
B 147 of 360 ~ 40.83%

%23.06
%36.11
%40.83

CMYK color model

#538293 color CMYK value is (44,12,0,42).

  • cyan value is 43.54%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(44,12,0,42)
C44M12Y0K42 
(44%,12%,0%,42%)
(0.44/0.12/0.00/0.42)	

CMYK percentages

%43.54
%11.56
%0
%42.35

Codes

Color #538293 in popluar color models

538293
RGB83130147
HSL196°27.83%45.10%
HSB/HSV196°43.54%57.65%
CMYK43.54%11.56%0.00%
42.35%

Color #538293 in popluar number systems.

HEX538293
Decimal83130147
Binary10100111000001010010011
Octal123202223

Shades and tints

Shades of #538293

#538293
(83,130,147)
#4C7786
(76,119,134)
#456C79
(69,108,121)
#3E616C
(62,97,108)
#37565F
(55,86,95)
#304B52
(48,75,82)
#294045
(41,64,69)
#223538
(34,53,56)
#1B2A2B
(27,42,43)
#141F1E
(20,31,30)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #538293

#538293
(83,130,147)
#628D9C
(98,141,156)
#7198A5
(113,152,165)
#80A3AE
(128,163,174)
#8FAEB7
(143,174,183)
#9EB9C0
(158,185,192)
#ADC4C9
(173,196,201)
#BCCFD2
(188,207,210)
#CBDADB
(203,218,219)
#DAE5E4
(218,229,228)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538293 color. Also use rgb(83,130,147) instead hex code.

Text Font Color

.myTextColor { color: #538293; }

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

This text font color is #538293.


Background Color

.myBgColor { background-color: #538293; }

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

This div background color is #538293.


Border color

.myBorderColor { border: 1px solid #538293; }

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

This div border color is #538293.


Opacity

.myOpacity80 { color: #538293; opacity: 0.8; }

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

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

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

This text has shadow with #538293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538293 on black background.


Color preview on white background

This text has color #538293 on white background.



Black color preview on #538293 background

This text has black color on #538293 background.


White color preview on #538293 background

This text has white color on #538293 background.