COLOR #538196

HEX: #538196
RGB: (83,129,150)

Color info

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

RGB color model

#538196 color RGB value is (83,129,150).

  • red value is 83;
  • green value is 129;
  • blue value is 150.
RGB:
(83,129,150)
(33%,51%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 129 of 255 = 51%
B 150 of 255 = 59%

83
129
150

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

Portions of RGB colors in percentages

R + G + B =
83 + 129 + 150 = 362 (100%)
R 83 of 362 ~ 22.93%
G 129 of 362 ~ 35.64%
B 150 of 362 ~ 41.44%

%22.93
%35.64
%41.44

CMYK color model

#538196 color CMYK value is (45,14,0,41).

  • cyan value is 44.67%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,14,0,41)
C45M14Y0K41 
(45%,14%,0%,41%)
(0.45/0.14/0.00/0.41)	

CMYK percentages

%44.67
%14
%0
%41.18

Codes

Color #538196 in popluar color models

538196
RGB83129150
HSL199°28.76%45.69%
HSB/HSV199°44.67%58.82%
CMYK44.67%14.00%0.00%
41.18%

Color #538196 in popluar number systems.

HEX538196
Decimal83129150
Binary10100111000000110010110
Octal123201226

Shades and tints

Shades of #538196

#538196
(83,129,150)
#4C7689
(76,118,137)
#456B7C
(69,107,124)
#3E606F
(62,96,111)
#375562
(55,85,98)
#304A55
(48,74,85)
#293F48
(41,63,72)
#22343B
(34,52,59)
#1B292E
(27,41,46)
#141E21
(20,30,33)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #538196

#538196
(83,129,150)
#628C9F
(98,140,159)
#7197A8
(113,151,168)
#80A2B1
(128,162,177)
#8FADBA
(143,173,186)
#9EB8C3
(158,184,195)
#ADC3CC
(173,195,204)
#BCCED5
(188,206,213)
#CBD9DE
(203,217,222)
#DAE4E7
(218,228,231)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538196 color. Also use rgb(83,129,150) instead hex code.

Text Font Color

.myTextColor { color: #538196; }

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

This text font color is #538196.


Background Color

.myBgColor { background-color: #538196; }

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

This div background color is #538196.


Border color

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

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

This div border color is #538196.


Opacity

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

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

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

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

This text has shadow with #538196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538196 on black background.


Color preview on white background

This text has color #538196 on white background.



Black color preview on #538196 background

This text has black color on #538196 background.


White color preview on #538196 background

This text has white color on #538196 background.