COLOR #536759

HEX: #536759
RGB: (83,103,89)

Color info

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

RGB color model

#536759 color RGB value is (83,103,89).

  • red value is 83;
  • green value is 103;
  • blue value is 89.
RGB:
(83,103,89)
(33%,40%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 89 of 255 = 35%

83
103
89

R + G + B ~ 36%. #536759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 89 = 275 (100%)
R 83 of 275 ~ 30.18%
G 103 of 275 ~ 37.45%
B 89 of 275 ~ 32.36%

%30.18
%37.45
%32.36

CMYK color model

#536759 color CMYK value is (19,0,14,60).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(19,0,14,60)
C19M0Y14K60 
(19%,0%,14%,60%)
(0.19/0.00/0.14/0.60)	

CMYK percentages

%19.42
%0
%13.59
%59.61

Codes

Color #536759 in popluar color models

536759
RGB8310389
HSL138°10.75%36.47%
HSB/HSV138°19.42%40.39%
CMYK19.42%0.00%13.59%
59.61%

Color #536759 in popluar number systems.

HEX536759
Decimal8310389
Binary101001111001111011001
Octal123147131

Shades and tints

Shades of #536759

#536759
(83,103,89)
#4C5E51
(76,94,81)
#455549
(69,85,73)
#3E4C41
(62,76,65)
#374339
(55,67,57)
#303A31
(48,58,49)
#293129
(41,49,41)
#222821
(34,40,33)
#1B1F19
(27,31,25)
#141611
(20,22,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #536759

#536759
(83,103,89)
#627468
(98,116,104)
#718177
(113,129,119)
#808E86
(128,142,134)
#8F9B95
(143,155,149)
#9EA8A4
(158,168,164)
#ADB5B3
(173,181,179)
#BCC2C2
(188,194,194)
#CBCFD1
(203,207,209)
#DADCE0
(218,220,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536759 color. Also use rgb(83,103,89) instead hex code.

Text Font Color

.myTextColor { color: #536759; }

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

This text font color is #536759.


Background Color

.myBgColor { background-color: #536759; }

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

This div background color is #536759.


Border color

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

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

This div border color is #536759.


Opacity

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

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

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

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

This text has shadow with #536759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536759 on black background.


Color preview on white background

This text has color #536759 on white background.



Black color preview on #536759 background

This text has black color on #536759 background.


White color preview on #536759 background

This text has white color on #536759 background.