COLOR #536861

HEX: #536861
RGB: (83,104,97)

Color info

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

RGB color model

#536861 color RGB value is (83,104,97).

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

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 97 of 255 = 38%

83
104
97

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

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 97 = 284 (100%)
R 83 of 284 ~ 29.23%
G 104 of 284 ~ 36.62%
B 97 of 284 ~ 34.15%

%29.23
%36.62
%34.15

CMYK color model

#536861 color CMYK value is (20,0,7,59).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(20,0,7,59)
C20M0Y7K59 
(20%,0%,7%,59%)
(0.20/0.00/0.07/0.59)	

CMYK percentages

%20.19
%0
%6.73
%59.22

Codes

Color #536861 in popluar color models

536861
RGB8310497
HSL160°11.23%36.67%
HSB/HSV160°20.19%40.78%
CMYK20.19%0.00%6.73%
59.22%

Color #536861 in popluar number systems.

HEX536861
Decimal8310497
Binary101001111010001100001
Octal123150141

Shades and tints

Shades of #536861

#536861
(83,104,97)
#4C5F59
(76,95,89)
#455651
(69,86,81)
#3E4D49
(62,77,73)
#374441
(55,68,65)
#303B39
(48,59,57)
#293231
(41,50,49)
#222929
(34,41,41)
#1B2021
(27,32,33)
#141719
(20,23,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #536861

#536861
(83,104,97)
#62756F
(98,117,111)
#71827D
(113,130,125)
#808F8B
(128,143,139)
#8F9C99
(143,156,153)
#9EA9A7
(158,169,167)
#ADB6B5
(173,182,181)
#BCC3C3
(188,195,195)
#CBD0D1
(203,208,209)
#DADDDF
(218,221,223)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536861 color. Also use rgb(83,104,97) instead hex code.

Text Font Color

.myTextColor { color: #536861; }

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

This text font color is #536861.


Background Color

.myBgColor { background-color: #536861; }

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

This div background color is #536861.


Border color

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

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

This div border color is #536861.


Opacity

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

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

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

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

This text has shadow with #536861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536861 on black background.


Color preview on white background

This text has color #536861 on white background.



Black color preview on #536861 background

This text has black color on #536861 background.


White color preview on #536861 background

This text has white color on #536861 background.