COLOR #536F97

HEX: #536F97
RGB: (83,111,151)

Color info

#536F97 contains mainly green and blue colors. Web safe color of #536F97 is #666699 (or #669).

RGB color model

#536F97 color RGB value is (83,111,151).

  • red value is 83;
  • green value is 111;
  • blue value is 151.
RGB:
(83,111,151)
(33%,44%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 151 of 255 = 59%

83
111
151

R + G + B ~ 45%. #536F97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 111 + 151 = 345 (100%)
R 83 of 345 ~ 24.06%
G 111 of 345 ~ 32.17%
B 151 of 345 ~ 43.77%

%24.06
%32.17
%43.77

CMYK color model

#536F97 color CMYK value is (45,26,0,41).

  • cyan value is 45.03%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(45,26,0,41)
C45M26Y0K41 
(45%,26%,0%,41%)
(0.45/0.26/0.00/0.41)	

CMYK percentages

%45.03
%26.49
%0
%40.78

Codes

Color #536F97 in popluar color models

536F97
RGB83111151
HSL215°29.06%45.88%
HSB/HSV215°45.03%59.22%
CMYK45.03%26.49%0.00%
40.78%

Color #536F97 in popluar number systems.

HEX536F97
Decimal83111151
Binary1010011110111110010111
Octal123157227

Shades and tints

Shades of #536F97

#536F97
(83,111,151)
#4C658A
(76,101,138)
#455B7D
(69,91,125)
#3E5170
(62,81,112)
#374763
(55,71,99)
#303D56
(48,61,86)
#293349
(41,51,73)
#22293C
(34,41,60)
#1B1F2F
(27,31,47)
#141522
(20,21,34)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #536F97

#536F97
(83,111,151)
#627CA0
(98,124,160)
#7189A9
(113,137,169)
#8096B2
(128,150,178)
#8FA3BB
(143,163,187)
#9EB0C4
(158,176,196)
#ADBDCD
(173,189,205)
#BCCAD6
(188,202,214)
#CBD7DF
(203,215,223)
#DAE4E8
(218,228,232)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536F97 color. Also use rgb(83,111,151) instead hex code.

Text Font Color

.myTextColor { color: #536F97; }

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

This text font color is #536F97.


Background Color

.myBgColor { background-color: #536F97; }

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

This div background color is #536F97.


Border color

.myBorderColor { border: 1px solid #536F97; }

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

This div border color is #536F97.


Opacity

.myOpacity80 { color: #536F97; opacity: 0.8; }

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

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

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

This text has shadow with #536F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536F97 on black background.


Color preview on white background

This text has color #536F97 on white background.



Black color preview on #536F97 background

This text has black color on #536F97 background.


White color preview on #536F97 background

This text has white color on #536F97 background.