COLOR #536784

HEX: #536784
RGB: (83,103,132)

Color info

#536784 contains red, green and blue colors in about the same proportion. Web safe color of #536784 is #666699 (or #669).

RGB color model

#536784 color RGB value is (83,103,132).

  • red value is 83;
  • green value is 103;
  • blue value is 132.
RGB:
(83,103,132)
(33%,40%,52%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 132 of 255 = 52%

83
103
132

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

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 132 = 318 (100%)
R 83 of 318 ~ 26.1%
G 103 of 318 ~ 32.39%
B 132 of 318 ~ 41.51%

%26.1
%32.39
%41.51

CMYK color model

#536784 color CMYK value is (37,22,0,48).

  • cyan value is 37.12%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(37,22,0,48)
C37M22Y0K48 
(37%,22%,0%,48%)
(0.37/0.22/0.00/0.48)	

CMYK percentages

%37.12
%21.97
%0
%48.24

Codes

Color #536784 in popluar color models

536784
RGB83103132
HSL216°22.79%42.16%
HSB/HSV216°37.12%51.76%
CMYK37.12%21.97%0.00%
48.24%

Color #536784 in popluar number systems.

HEX536784
Decimal83103132
Binary1010011110011110000100
Octal123147204

Shades and tints

Shades of #536784

#536784
(83,103,132)
#4C5E78
(76,94,120)
#45556C
(69,85,108)
#3E4C60
(62,76,96)
#374354
(55,67,84)
#303A48
(48,58,72)
#29313C
(41,49,60)
#222830
(34,40,48)
#1B1F24
(27,31,36)
#141618
(20,22,24)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #536784

#536784
(83,103,132)
#62748F
(98,116,143)
#71819A
(113,129,154)
#808EA5
(128,142,165)
#8F9BB0
(143,155,176)
#9EA8BB
(158,168,187)
#ADB5C6
(173,181,198)
#BCC2D1
(188,194,209)
#CBCFDC
(203,207,220)
#DADCE7
(218,220,231)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536784 color. Also use rgb(83,103,132) instead hex code.

Text Font Color

.myTextColor { color: #536784; }

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

This text font color is #536784.


Background Color

.myBgColor { background-color: #536784; }

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

This div background color is #536784.


Border color

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

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

This div border color is #536784.


Opacity

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

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

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

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

This text has shadow with #536784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536784 on black background.


Color preview on white background

This text has color #536784 on white background.



Black color preview on #536784 background

This text has black color on #536784 background.


White color preview on #536784 background

This text has white color on #536784 background.