COLOR #536858

HEX: #536858
RGB: (83,104,88)

Color info

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

RGB color model

#536858 color RGB value is (83,104,88).

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

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 88 of 255 = 35%

83
104
88

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

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 88 = 275 (100%)
R 83 of 275 ~ 30.18%
G 104 of 275 ~ 37.82%
B 88 of 275 ~ 32%

%30.18
%37.82
%32

CMYK color model

#536858 color CMYK value is (20,0,15,59).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK:
(20,0,15,59)
C20M0Y15K59 
(20%,0%,15%,59%)
(0.20/0.00/0.15/0.59)	

CMYK percentages

%20.19
%0
%15.38
%59.22

Codes

Color #536858 in popluar color models

536858
RGB8310488
HSL134°11.23%36.67%
HSB/HSV134°20.19%40.78%
CMYK20.19%0.00%15.38%
59.22%

Color #536858 in popluar number systems.

HEX536858
Decimal8310488
Binary101001111010001011000
Octal123150130

Shades and tints

Shades of #536858

#536858
(83,104,88)
#4C5F50
(76,95,80)
#455648
(69,86,72)
#3E4D40
(62,77,64)
#374438
(55,68,56)
#303B30
(48,59,48)
#293228
(41,50,40)
#222920
(34,41,32)
#1B2018
(27,32,24)
#141710
(20,23,16)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #536858

#536858
(83,104,88)
#627567
(98,117,103)
#718276
(113,130,118)
#808F85
(128,143,133)
#8F9C94
(143,156,148)
#9EA9A3
(158,169,163)
#ADB6B2
(173,182,178)
#BCC3C1
(188,195,193)
#CBD0D0
(203,208,208)
#DADDDF
(218,221,223)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536858; }

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

This text font color is #536858.


Background Color

.myBgColor { background-color: #536858; }

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

This div background color is #536858.


Border color

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

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

This div border color is #536858.


Opacity

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

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

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

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

This text has shadow with #536858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536858 on black background.


Color preview on white background

This text has color #536858 on white background.



Black color preview on #536858 background

This text has black color on #536858 background.


White color preview on #536858 background

This text has white color on #536858 background.