COLOR #538F9F

HEX: #538F9F
RGB: (83,143,159)

Color info

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

RGB color model

#538F9F color RGB value is (83,143,159).

  • red value is 83;
  • green value is 143;
  • blue value is 159.
RGB:
(83,143,159)
(33%,56%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 143 of 255 = 56%
B 159 of 255 = 62%

83
143
159

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

Portions of RGB colors in percentages

R + G + B =
83 + 143 + 159 = 385 (100%)
R 83 of 385 ~ 21.56%
G 143 of 385 ~ 37.14%
B 159 of 385 ~ 41.3%

%21.56
%37.14
%41.3

CMYK color model

#538F9F color CMYK value is (48,10,0,38).

  • cyan value is 47.80%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(48,10,0,38)
C48M10Y0K38 
(48%,10%,0%,38%)
(0.48/0.10/0.00/0.38)	

CMYK percentages

%47.8
%10.06
%0
%37.65

Codes

Color #538F9F in popluar color models

538F9F
RGB83143159
HSL193°31.40%47.45%
HSB/HSV193°47.80%62.35%
CMYK47.80%10.06%0.00%
37.65%

Color #538F9F in popluar number systems.

HEX538F9F
Decimal83143159
Binary10100111000111110011111
Octal123217237

Shades and tints

Shades of #538F9F

#538F9F
(83,143,159)
#4C8291
(76,130,145)
#457583
(69,117,131)
#3E6875
(62,104,117)
#375B67
(55,91,103)
#304E59
(48,78,89)
#29414B
(41,65,75)
#22343D
(34,52,61)
#1B272F
(27,39,47)
#141A21
(20,26,33)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #538F9F

#538F9F
(83,143,159)
#6299A7
(98,153,167)
#71A3AF
(113,163,175)
#80ADB7
(128,173,183)
#8FB7BF
(143,183,191)
#9EC1C7
(158,193,199)
#ADCBCF
(173,203,207)
#BCD5D7
(188,213,215)
#CBDFDF
(203,223,223)
#DAE9E7
(218,233,231)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538F9F color. Also use rgb(83,143,159) instead hex code.

Text Font Color

.myTextColor { color: #538F9F; }

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

This text font color is #538F9F.


Background Color

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

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

This div background color is #538F9F.


Border color

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

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

This div border color is #538F9F.


Opacity

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

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

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

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

This text has shadow with #538F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538F9F on black background.


Color preview on white background

This text has color #538F9F on white background.



Black color preview on #538F9F background

This text has black color on #538F9F background.


White color preview on #538F9F background

This text has white color on #538F9F background.