COLOR #536A79

HEX: #536A79
RGB: (83,106,121)

Color info

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

RGB color model

#536A79 color RGB value is (83,106,121).

  • red value is 83;
  • green value is 106;
  • blue value is 121.
RGB:
(83,106,121)
(33%,42%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 121 of 255 = 47%

83
106
121

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

Portions of RGB colors in percentages

R + G + B =
83 + 106 + 121 = 310 (100%)
R 83 of 310 ~ 26.77%
G 106 of 310 ~ 34.19%
B 121 of 310 ~ 39.03%

%26.77
%34.19
%39.03

CMYK color model

#536A79 color CMYK value is (31,12,0,53).

  • cyan value is 31.40%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,12,0,53)
C31M12Y0K53 
(31%,12%,0%,53%)
(0.31/0.12/0.00/0.53)	

CMYK percentages

%31.4
%12.4
%0
%52.55

Codes

Color #536A79 in popluar color models

536A79
RGB83106121
HSL204°18.63%40.00%
HSB/HSV204°31.40%47.45%
CMYK31.40%12.40%0.00%
52.55%

Color #536A79 in popluar number systems.

HEX536A79
Decimal83106121
Binary101001111010101111001
Octal123152171

Shades and tints

Shades of #536A79

#536A79
(83,106,121)
#4C616E
(76,97,110)
#455863
(69,88,99)
#3E4F58
(62,79,88)
#37464D
(55,70,77)
#303D42
(48,61,66)
#293437
(41,52,55)
#222B2C
(34,43,44)
#1B2221
(27,34,33)
#141916
(20,25,22)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #536A79

#536A79
(83,106,121)
#627785
(98,119,133)
#718491
(113,132,145)
#80919D
(128,145,157)
#8F9EA9
(143,158,169)
#9EABB5
(158,171,181)
#ADB8C1
(173,184,193)
#BCC5CD
(188,197,205)
#CBD2D9
(203,210,217)
#DADFE5
(218,223,229)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536A79 color. Also use rgb(83,106,121) instead hex code.

Text Font Color

.myTextColor { color: #536A79; }

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

This text font color is #536A79.


Background Color

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

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

This div background color is #536A79.


Border color

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

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

This div border color is #536A79.


Opacity

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

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

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

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

This text has shadow with #536A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536A79 on black background.


Color preview on white background

This text has color #536A79 on white background.



Black color preview on #536A79 background

This text has black color on #536A79 background.


White color preview on #536A79 background

This text has white color on #536A79 background.