COLOR #536D68

HEX: #536D68
RGB: (83,109,104)

Color info

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

RGB color model

#536D68 color RGB value is (83,109,104).

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

RGB channels and saturation

R 83 of 255 = 33%
G 109 of 255 = 43%
B 104 of 255 = 41%

83
109
104

R + G + B ~ 39%. #536D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 109 + 104 = 296 (100%)
R 83 of 296 ~ 28.04%
G 109 of 296 ~ 36.82%
B 104 of 296 ~ 35.14%

%28.04
%36.82
%35.14

CMYK color model

#536D68 color CMYK value is (24,0,5,57).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(24,0,5,57)
C24M0Y5K57 
(24%,0%,5%,57%)
(0.24/0.00/0.05/0.57)	

CMYK percentages

%23.85
%0
%4.59
%57.25

Codes

Color #536D68 in popluar color models

536D68
RGB83109104
HSL168°13.54%37.65%
HSB/HSV168°23.85%42.75%
CMYK23.85%0.00%4.59%
57.25%

Color #536D68 in popluar number systems.

HEX536D68
Decimal83109104
Binary101001111011011101000
Octal123155150

Shades and tints

Shades of #536D68

#536D68
(83,109,104)
#4C645F
(76,100,95)
#455B56
(69,91,86)
#3E524D
(62,82,77)
#374944
(55,73,68)
#30403B
(48,64,59)
#293732
(41,55,50)
#222E29
(34,46,41)
#1B2520
(27,37,32)
#141C17
(20,28,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #536D68

#536D68
(83,109,104)
#627A75
(98,122,117)
#718782
(113,135,130)
#80948F
(128,148,143)
#8FA19C
(143,161,156)
#9EAEA9
(158,174,169)
#ADBBB6
(173,187,182)
#BCC8C3
(188,200,195)
#CBD5D0
(203,213,208)
#DAE2DD
(218,226,221)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536D68; }

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

This text font color is #536D68.


Background Color

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

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

This div background color is #536D68.


Border color

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

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

This div border color is #536D68.


Opacity

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

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

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

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

This text has shadow with #536D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536D68 on black background.


Color preview on white background

This text has color #536D68 on white background.



Black color preview on #536D68 background

This text has black color on #536D68 background.


White color preview on #536D68 background

This text has white color on #536D68 background.