COLOR #536C8C

HEX: #536C8C
RGB: (83,108,140)

Color info

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

RGB color model

#536C8C color RGB value is (83,108,140).

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

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 140 of 255 = 55%

83
108
140

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

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 140 = 331 (100%)
R 83 of 331 ~ 25.08%
G 108 of 331 ~ 32.63%
B 140 of 331 ~ 42.3%

%25.08
%32.63
%42.3

CMYK color model

#536C8C color CMYK value is (41,23,0,45).

  • cyan value is 40.71%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,23,0,45)
C41M23Y0K45 
(41%,23%,0%,45%)
(0.41/0.23/0.00/0.45)	

CMYK percentages

%40.71
%22.86
%0
%45.1

Codes

Color #536C8C in popluar color models

536C8C
RGB83108140
HSL214°25.56%43.73%
HSB/HSV214°40.71%54.90%
CMYK40.71%22.86%0.00%
45.10%

Color #536C8C in popluar number systems.

HEX536C8C
Decimal83108140
Binary1010011110110010001100
Octal123154214

Shades and tints

Shades of #536C8C

#536C8C
(83,108,140)
#4C6380
(76,99,128)
#455A74
(69,90,116)
#3E5168
(62,81,104)
#37485C
(55,72,92)
#303F50
(48,63,80)
#293644
(41,54,68)
#222D38
(34,45,56)
#1B242C
(27,36,44)
#141B20
(20,27,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #536C8C

#536C8C
(83,108,140)
#627996
(98,121,150)
#7186A0
(113,134,160)
#8093AA
(128,147,170)
#8FA0B4
(143,160,180)
#9EADBE
(158,173,190)
#ADBAC8
(173,186,200)
#BCC7D2
(188,199,210)
#CBD4DC
(203,212,220)
#DAE1E6
(218,225,230)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536C8C color. Also use rgb(83,108,140) instead hex code.

Text Font Color

.myTextColor { color: #536C8C; }

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

This text font color is #536C8C.


Background Color

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

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

This div background color is #536C8C.


Border color

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

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

This div border color is #536C8C.


Opacity

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

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

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

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

This text has shadow with #536C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C8C on black background.


Color preview on white background

This text has color #536C8C on white background.



Black color preview on #536C8C background

This text has black color on #536C8C background.


White color preview on #536C8C background

This text has white color on #536C8C background.