COLOR #536C7A

HEX: #536C7A
RGB: (83,108,122)

Color info

#536C7A contains red, green and blue colors in about the same proportion. Web safe color of #536C7A is #666666 (or #666).

RGB color model

#536C7A color RGB value is (83,108,122).

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

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 122 of 255 = 48%

83
108
122

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

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 122 = 313 (100%)
R 83 of 313 ~ 26.52%
G 108 of 313 ~ 34.5%
B 122 of 313 ~ 38.98%

%26.52
%34.5
%38.98

CMYK color model

#536C7A color CMYK value is (32,11,0,52).

  • cyan value is 31.97%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(32,11,0,52)
C32M11Y0K52 
(32%,11%,0%,52%)
(0.32/0.11/0.00/0.52)	

CMYK percentages

%31.97
%11.48
%0
%52.16

Codes

Color #536C7A in popluar color models

536C7A
RGB83108122
HSL202°19.02%40.20%
HSB/HSV202°31.97%47.84%
CMYK31.97%11.48%0.00%
52.16%

Color #536C7A in popluar number systems.

HEX536C7A
Decimal83108122
Binary101001111011001111010
Octal123154172

Shades and tints

Shades of #536C7A

#536C7A
(83,108,122)
#4C636F
(76,99,111)
#455A64
(69,90,100)
#3E5159
(62,81,89)
#37484E
(55,72,78)
#303F43
(48,63,67)
#293638
(41,54,56)
#222D2D
(34,45,45)
#1B2422
(27,36,34)
#141B17
(20,27,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #536C7A

#536C7A
(83,108,122)
#627986
(98,121,134)
#718692
(113,134,146)
#80939E
(128,147,158)
#8FA0AA
(143,160,170)
#9EADB6
(158,173,182)
#ADBAC2
(173,186,194)
#BCC7CE
(188,199,206)
#CBD4DA
(203,212,218)
#DAE1E6
(218,225,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536C7A; }

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

This text font color is #536C7A.


Background Color

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

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

This div background color is #536C7A.


Border color

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

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

This div border color is #536C7A.


Opacity

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

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

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

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

This text has shadow with #536C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C7A on black background.


Color preview on white background

This text has color #536C7A on white background.



Black color preview on #536C7A background

This text has black color on #536C7A background.


White color preview on #536C7A background

This text has white color on #536C7A background.