COLOR #538C9C

HEX: #538C9C
RGB: (83,140,156)

Color info

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

RGB color model

#538C9C color RGB value is (83,140,156).

  • red value is 83;
  • green value is 140;
  • blue value is 156.
RGB:
(83,140,156)
(33%,55%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 140 of 255 = 55%
B 156 of 255 = 61%

83
140
156

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

Portions of RGB colors in percentages

R + G + B =
83 + 140 + 156 = 379 (100%)
R 83 of 379 ~ 21.9%
G 140 of 379 ~ 36.94%
B 156 of 379 ~ 41.16%

%21.9
%36.94
%41.16

CMYK color model

#538C9C color CMYK value is (47,10,0,39).

  • cyan value is 46.79%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(47,10,0,39)
C47M10Y0K39 
(47%,10%,0%,39%)
(0.47/0.10/0.00/0.39)	

CMYK percentages

%46.79
%10.26
%0
%38.82

Codes

Color #538C9C in popluar color models

538C9C
RGB83140156
HSL193°30.54%46.86%
HSB/HSV193°46.79%61.18%
CMYK46.79%10.26%0.00%
38.82%

Color #538C9C in popluar number systems.

HEX538C9C
Decimal83140156
Binary10100111000110010011100
Octal123214234

Shades and tints

Shades of #538C9C

#538C9C
(83,140,156)
#4C808E
(76,128,142)
#457480
(69,116,128)
#3E6872
(62,104,114)
#375C64
(55,92,100)
#305056
(48,80,86)
#294448
(41,68,72)
#22383A
(34,56,58)
#1B2C2C
(27,44,44)
#14201E
(20,32,30)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #538C9C

#538C9C
(83,140,156)
#6296A5
(98,150,165)
#71A0AE
(113,160,174)
#80AAB7
(128,170,183)
#8FB4C0
(143,180,192)
#9EBEC9
(158,190,201)
#ADC8D2
(173,200,210)
#BCD2DB
(188,210,219)
#CBDCE4
(203,220,228)
#DAE6ED
(218,230,237)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538C9C color. Also use rgb(83,140,156) instead hex code.

Text Font Color

.myTextColor { color: #538C9C; }

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

This text font color is #538C9C.


Background Color

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

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

This div background color is #538C9C.


Border color

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

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

This div border color is #538C9C.


Opacity

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

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

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

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

This text has shadow with #538C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538C9C on black background.


Color preview on white background

This text has color #538C9C on white background.



Black color preview on #538C9C background

This text has black color on #538C9C background.


White color preview on #538C9C background

This text has white color on #538C9C background.