COLOR #538687

HEX: #538687
RGB: (83,134,135)

Color info

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

RGB color model

#538687 color RGB value is (83,134,135).

  • red value is 83;
  • green value is 134;
  • blue value is 135.
RGB:
(83,134,135)
(33%,53%,53%)

RGB channels and saturation

R 83 of 255 = 33%
G 134 of 255 = 53%
B 135 of 255 = 53%

83
134
135

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

Portions of RGB colors in percentages

R + G + B =
83 + 134 + 135 = 352 (100%)
R 83 of 352 ~ 23.58%
G 134 of 352 ~ 38.07%
B 135 of 352 ~ 38.35%

%23.58
%38.07
%38.35

CMYK color model

#538687 color CMYK value is (39,1,0,47).

  • cyan value is 38.52%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,1,0,47)
C39M1Y0K47 
(39%,1%,0%,47%)
(0.39/0.01/0.00/0.47)	

CMYK percentages

%38.52
%0.74
%0
%47.06

Codes

Color #538687 in popluar color models

538687
RGB83134135
HSL181°23.85%42.75%
HSB/HSV181°38.52%52.94%
CMYK38.52%0.74%0.00%
47.06%

Color #538687 in popluar number systems.

HEX538687
Decimal83134135
Binary10100111000011010000111
Octal123206207

Shades and tints

Shades of #538687

#538687
(83,134,135)
#4C7A7B
(76,122,123)
#456E6F
(69,110,111)
#3E6263
(62,98,99)
#375657
(55,86,87)
#304A4B
(48,74,75)
#293E3F
(41,62,63)
#223233
(34,50,51)
#1B2627
(27,38,39)
#141A1B
(20,26,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #538687

#538687
(83,134,135)
#629191
(98,145,145)
#719C9B
(113,156,155)
#80A7A5
(128,167,165)
#8FB2AF
(143,178,175)
#9EBDB9
(158,189,185)
#ADC8C3
(173,200,195)
#BCD3CD
(188,211,205)
#CBDED7
(203,222,215)
#DAE9E1
(218,233,225)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538687 color. Also use rgb(83,134,135) instead hex code.

Text Font Color

.myTextColor { color: #538687; }

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

This text font color is #538687.


Background Color

.myBgColor { background-color: #538687; }

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

This div background color is #538687.


Border color

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

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

This div border color is #538687.


Opacity

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

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

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

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

This text has shadow with #538687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538687 on black background.


Color preview on white background

This text has color #538687 on white background.



Black color preview on #538687 background

This text has black color on #538687 background.


White color preview on #538687 background

This text has white color on #538687 background.