COLOR #536069

HEX: #536069
RGB: (83,96,105)

Color info

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

RGB color model

#536069 color RGB value is (83,96,105).

  • red value is 83;
  • green value is 96;
  • blue value is 105.
RGB:
(83,96,105)
(33%,38%,41%)

RGB channels and saturation

R 83 of 255 = 33%
G 96 of 255 = 38%
B 105 of 255 = 41%

83
96
105

R + G + B ~ 37%. #536069 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 96 + 105 = 284 (100%)
R 83 of 284 ~ 29.23%
G 96 of 284 ~ 33.8%
B 105 of 284 ~ 36.97%

%29.23
%33.8
%36.97

CMYK color model

#536069 color CMYK value is (21,9,0,59).

  • cyan value is 20.95%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(21,9,0,59)
C21M9Y0K59 
(21%,9%,0%,59%)
(0.21/0.09/0.00/0.59)	

CMYK percentages

%20.95
%8.57
%0
%58.82

Codes

Color #536069 in popluar color models

536069
RGB8396105
HSL205°11.70%36.86%
HSB/HSV205°20.95%41.18%
CMYK20.95%8.57%0.00%
58.82%

Color #536069 in popluar number systems.

HEX536069
Decimal8396105
Binary101001111000001101001
Octal123140151

Shades and tints

Shades of #536069

#536069
(83,96,105)
#4C5860
(76,88,96)
#455057
(69,80,87)
#3E484E
(62,72,78)
#374045
(55,64,69)
#30383C
(48,56,60)
#293033
(41,48,51)
#22282A
(34,40,42)
#1B2021
(27,32,33)
#141818
(20,24,24)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #536069

#536069
(83,96,105)
#626E76
(98,110,118)
#717C83
(113,124,131)
#808A90
(128,138,144)
#8F989D
(143,152,157)
#9EA6AA
(158,166,170)
#ADB4B7
(173,180,183)
#BCC2C4
(188,194,196)
#CBD0D1
(203,208,209)
#DADEDE
(218,222,222)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536069 color. Also use rgb(83,96,105) instead hex code.

Text Font Color

.myTextColor { color: #536069; }

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

This text font color is #536069.


Background Color

.myBgColor { background-color: #536069; }

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

This div background color is #536069.


Border color

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

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

This div border color is #536069.


Opacity

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

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

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

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

This text has shadow with #536069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536069 on black background.


Color preview on white background

This text has color #536069 on white background.



Black color preview on #536069 background

This text has black color on #536069 background.


White color preview on #536069 background

This text has white color on #536069 background.