COLOR #538288

HEX: #538288
RGB: (83,130,136)

Color info

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

RGB color model

#538288 color RGB value is (83,130,136).

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

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 136 of 255 = 53%

83
130
136

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

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 136 = 349 (100%)
R 83 of 349 ~ 23.78%
G 130 of 349 ~ 37.25%
B 136 of 349 ~ 38.97%

%23.78
%37.25
%38.97

CMYK color model

#538288 color CMYK value is (39,4,0,47).

  • cyan value is 38.97%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(39,4,0,47)
C39M4Y0K47 
(39%,4%,0%,47%)
(0.39/0.04/0.00/0.47)	

CMYK percentages

%38.97
%4.41
%0
%46.67

Codes

Color #538288 in popluar color models

538288
RGB83130136
HSL187°24.20%42.94%
HSB/HSV187°38.97%53.33%
CMYK38.97%4.41%0.00%
46.67%

Color #538288 in popluar number systems.

HEX538288
Decimal83130136
Binary10100111000001010001000
Octal123202210

Shades and tints

Shades of #538288

#538288
(83,130,136)
#4C777C
(76,119,124)
#456C70
(69,108,112)
#3E6164
(62,97,100)
#375658
(55,86,88)
#304B4C
(48,75,76)
#294040
(41,64,64)
#223534
(34,53,52)
#1B2A28
(27,42,40)
#141F1C
(20,31,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #538288

#538288
(83,130,136)
#628D92
(98,141,146)
#71989C
(113,152,156)
#80A3A6
(128,163,166)
#8FAEB0
(143,174,176)
#9EB9BA
(158,185,186)
#ADC4C4
(173,196,196)
#BCCFCE
(188,207,206)
#CBDAD8
(203,218,216)
#DAE5E2
(218,229,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538288; }

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

This text font color is #538288.


Background Color

.myBgColor { background-color: #538288; }

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

This div background color is #538288.


Border color

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

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

This div border color is #538288.


Opacity

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

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

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

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

This text has shadow with #538288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538288 on black background.


Color preview on white background

This text has color #538288 on white background.



Black color preview on #538288 background

This text has black color on #538288 background.


White color preview on #538288 background

This text has white color on #538288 background.